StoppingConditionStopOnEventNumber Property |
Gets or sets how many times the threshold must be met, or how many extrema must be found before stopping.
If a
StoppingConditionEvaluator finds a valid stop except for a
constraint being unsatisfied, that will not count as a crossing.
Namespace:
AGI.Foundation.StoppingConditions
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public int StopOnEventNumber { get; set; }
Public Property StopOnEventNumber As Integer
Get
Set
public:
property int StopOnEventNumber {
int get ();
void set (int value);
}
member StopOnEventNumber : int with get, set
Property Value
Type:
Int32See Also