ExtremeValueOfSegmentCostFunction Constructor (CostFunctionGoal, Scalar, SegmentDefinition, Double, TimeBasedStateParameter, ExtremumType, CostFunctionScaling, Double) |
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,
Scalar scalar,
SegmentDefinition segment,
double tolerance,
TimeBasedStateParameter parameter,
ExtremumType extremumType,
CostFunctionScaling scaling,
double weight
)
Public Sub New (
goal As CostFunctionGoal,
scalar As Scalar,
segment As SegmentDefinition,
tolerance As Double,
parameter As TimeBasedStateParameter,
extremumType As ExtremumType,
scaling As CostFunctionScaling,
weight As Double
)
public:
ExtremeValueOfSegmentCostFunction(
CostFunctionGoal goal,
Scalar^ scalar,
SegmentDefinition^ segment,
double tolerance,
TimeBasedStateParameter^ parameter,
ExtremumType extremumType,
CostFunctionScaling^ scaling,
double weight
)
new :
goal : CostFunctionGoal *
scalar : Scalar *
segment : SegmentDefinition *
tolerance : float *
parameter : TimeBasedStateParameter *
extremumType : ExtremumType *
scaling : CostFunctionScaling *
weight : float -> ExtremeValueOfSegmentCostFunction
Parameters
- goal
- Type: AGI.Foundation.NumericalMethodsCostFunctionGoal
Whether the cost function should be minimized or maximized. - scalar
- Type: AGI.Foundation.GeometryScalar
The Scalar to minimize or maximize. - 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. - parameter
- Type: AGI.Foundation.GeometryTimeBasedStateParameter
The parameter to use to when computing the scalar. - extremumType
- Type: AGI.Foundation.NumericalMethodsExtremumType
The type of the extremum (minimum, maximum). - scaling
- Type: AGI.Foundation.NumericalMethodsCostFunctionScaling
The type of scaling to be used on this constraint. - weight
- Type: SystemDouble
The weight of this cost function compared to the constraints.
See Also