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.2.419.0 (24.2.419.0)
Syntax Public Enumeration StopType
public enum class StopType
Members
| Member name | Description |
---|
| 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