EarlyStoppingMode

enum EarlyStoppingMode : Enum<EarlyStoppingMode>

This enum describes a few strategies of training stopping.

Entries

MAX
Link copied to clipboard
MAX()

In this mode, training will stop when the quantity monitored has stopped increasing.

MIN
Link copied to clipboard
MIN()

In this mode, training will stop when the quantity monitored has stopped decreasing.

AUTO
Link copied to clipboard

In this mode the direction is automatically inferred from the name of the monitored quantity.

Properties

name
Link copied to clipboard
val name: String
ordinal
Link copied to clipboard
val ordinal: Int