Click or drag to resize

StoppingCondition.TypeOfStoppingCondition 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: 25.1.421.0 (25.1.421.0)
Syntax
public StopType TypeOfStoppingCondition { get; set; }

Property Value

Type: StopType
See Also