Click or drag to resize

ScalarDifferenceOfSegmentCostFunction Constructor (Scalar, SegmentDefinition, CostFunctionGoal, Double, ScalarConstraintDifference)

Initializes a new instance.

Namespace:  AGI.Foundation.NumericalMethods
Assembly:  AGI.Foundation.SegmentPropagation (in AGI.Foundation.SegmentPropagation.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public ScalarDifferenceOfSegmentCostFunction(
	Scalar scalar,
	SegmentDefinition segment,
	CostFunctionGoal goal,
	double tolerance,
	ScalarConstraintDifference costFunctionDifference
)

Parameters

scalar
Type: AGI.Foundation.GeometryScalar
The Scalar to minimize or maximize.
segment
Type: AGI.Foundation.SegmentPropagationSegmentDefinition
The SegmentDefinition whose initial and final states will be used to compute the Scalar.
goal
Type: AGI.Foundation.NumericalMethodsCostFunctionGoal
Whether the cost function should be minimized or maximized.
tolerance
Type: SystemDouble
How small the cost function's variation between subsequent iterations must become to consider this cost function to be converged.
costFunctionDifference
Type: AGI.Foundation.NumericalMethodsScalarConstraintDifference
The type of the difference to evaluate (first minus last, or last minus first...).
See Also