StoppingConditionEvaluatorStopOnEventNumber Property |
Gets how many times an event should be found before stopping.
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; }
Public ReadOnly Property StopOnEventNumber As Integer
Get
public:
property int StopOnEventNumber {
int get ();
}
member StopOnEventNumber : int with get
Property Value
Type:
Int32See Also