Click or drag to resize

StoppingCondition Constructor (Double, StopType)

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 StoppingCondition(
	double valueTolerance,
	StopType type
)

Parameters

valueTolerance
Type: SystemDouble
The tolerance between the value computed and the threshold.
type
Type: AGI.Foundation.StoppingConditionsStopType
Specifies what type of threshold or extrema this stopping condition is attempting to stop on.
See Also