earlyStop property

bool? earlyStop
getter/setter pair

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;