Click or drag to resize

StoppingConditionValidateProperties Method

Validates that required properties are configured correctly in order to get an evaluator for this instance. Derived classes should call this method when implementing GetEvaluator(EvaluatorGroup), as well as validate their own properties.

Namespace:  AGI.Foundation.StoppingConditions
Assembly:  AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
protected virtual void ValidateProperties()
Exceptions
ExceptionCondition
PropertyInvalidExceptionThrown when StopOnEventNumber is not positive.
PropertyInvalidExceptionThrown when FunctionTolerance is not positive.
See Also