Click or drag to resize

StopType Enumeration

An enumeration listing the possible events in a function that can be detected by a StoppingCondition.

Namespace:  AGI.Foundation.StoppingConditions
Assembly:  AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public enum StopType
Members
  Member nameDescription
AnyThreshold Any threshold.
ThresholdIncreasing A threshold that is increasing.
ThresholdDecreasing A threshold that is decreasing.
AnyExtrema Any extrema.
LocalMinimum A minimum.
LocalMaximum A maximum.
See Also