.early_stop {scAlign}R Documentation

Perform early stopping

Description

Perform early stopping

Usage

.early_stop(
  loss_tracker,
  step,
  patience_count,
  early_stopping_active,
  patience = 30,
  min_delta = 0.01
)

Value

Earlying stopping flag


[Package scAlign version 1.8.0 Index]