Table of Contents

Enum ReduceOnPlateauScheduler.ThresholdMode

Namespace
AiDotNet.LearningRateSchedulers
Assembly
AiDotNet.dll

Threshold comparison mode.

public enum ReduceOnPlateauScheduler.ThresholdMode

Fields

Absolute = 1

Static threshold: best + threshold for max, best - threshold for min

Relative = 0

Dynamic threshold: best * (1 + threshold) for max, best * (1 - threshold) for min