ExtremeValueOfSegmentCostFunction Constructor (CostFunctionGoal, SegmentDefinition, Double, ExtremumType) |
Initializes a new instance.
Namespace:
AGI.Foundation.NumericalMethods
Assembly:
AGI.Foundation.SegmentPropagation (in AGI.Foundation.SegmentPropagation.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public ExtremeValueOfSegmentCostFunction(
CostFunctionGoal goal,
SegmentDefinition segment,
double tolerance,
ExtremumType extremumType
)
Public Sub New (
goal As CostFunctionGoal,
segment As SegmentDefinition,
tolerance As Double,
extremumType As ExtremumType
)
public:
ExtremeValueOfSegmentCostFunction(
CostFunctionGoal goal,
SegmentDefinition^ segment,
double tolerance,
ExtremumType extremumType
)
new :
goal : CostFunctionGoal *
segment : SegmentDefinition *
tolerance : float *
extremumType : ExtremumType -> ExtremeValueOfSegmentCostFunction
Parameters
- goal
- Type: AGI.Foundation.NumericalMethodsCostFunctionGoal
Whether the cost function should be minimized or maximized. - segment
- Type: AGI.Foundation.SegmentPropagationSegmentDefinition
The SegmentDefinition whose states will
be used to compute the Scalar. - tolerance
- Type: SystemDouble
How small the cost function's variation between subsequent iterations must become
to consider this cost function to be converged. - extremumType
- Type: AGI.Foundation.NumericalMethodsExtremumType
The type of the extremum (minimum, maximum).
See Also