Enum ReduceOnPlateauScheduler.ThresholdMode
- Namespace
- AiDotNet.LearningRateSchedulers
- Assembly
- AiDotNet.dll
Threshold comparison mode.
public enum ReduceOnPlateauScheduler.ThresholdMode
Fields
Absolute = 1Static threshold: best + threshold for max, best - threshold for min
Relative = 0Dynamic threshold: best * (1 + threshold) for max, best * (1 - threshold) for min