StoppingCondition Constructor (Double, StopType) |
Initializes a new instance.
Namespace:
AGI.Foundation.StoppingConditions
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxprotected 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: System.Double
The tolerance between the value computed and the
threshold. - type
- Type: AGI.Foundation.StoppingConditions.StopType
Specifies what type of threshold or extrema this stopping condition is attempting to stop on.
See Also