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: 25.1.421.0 (25.1.421.0)
Syntaxpublic 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: 
Int32
See Also