StoppingConditionEvaluatorTypeOfStoppingCondition Property |
Gets the type of the stop (local extrema, any threshold, ...)
Namespace:
AGI.Foundation.StoppingConditions
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 23.2.417.0 (23.2.417.0)
Syntaxpublic StopType TypeOfStoppingCondition { get; }
Public ReadOnly Property TypeOfStoppingCondition As StopType
Get
public:
property StopType TypeOfStoppingCondition {
StopType get ();
}
member TypeOfStoppingCondition : StopType with get
Property Value
Type:
StopType
See Also