StoppingCondition Constructor (Double, StopType) |
Initializes a new instance.
Namespace:
AGI.Foundation.StoppingConditions
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax protected StoppingCondition(
double valueTolerance,
StopType type
)
Protected Sub New (
valueTolerance As Double,
type As StopType
)
protected:
StoppingCondition(
double valueTolerance,
StopType type
)
new :
valueTolerance : float *
type : StopType -> StoppingCondition
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