StoppingConditionTypeOfStoppingCondition Property |
Gets or sets the type of the event to stop on (extrema, threshold, ...).
Namespace:
AGI.Foundation.StoppingConditions
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public StopType TypeOfStoppingCondition { get; set; }
Public Property TypeOfStoppingCondition As StopType
Get
Set
public:
property StopType TypeOfStoppingCondition {
StopType get ();
void set (StopType value);
}
member TypeOfStoppingCondition : StopType with get, set
Property Value
Type:
StopTypeSee Also