Click or drag to resize

StoppingConditionConstraint Constructor (WhenToCheckConstraint)

Initializes a new instance.

Namespace:  AGI.Foundation.StoppingConditions
Assembly:  AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
protected StoppingConditionConstraint(
	WhenToCheckConstraint whenToCheck
)

Parameters

whenToCheck
Type: AGI.Foundation.StoppingConditionsWhenToCheckConstraint
Specified whether this this condition be checked when a stop is detected or found.
See Also