earlyStop property
Whether to stop early when the loss doesn't improve significantly any more (compared to min_relative_progress).
Used only for iterative training algorithms.
Implementation
core.bool? earlyStop;
Whether to stop early when the loss doesn't improve significantly any more (compared to min_relative_progress).
Used only for iterative training algorithms.
core.bool? earlyStop;