Click or drag to resize

TargetedSegmentListParameterOptimizerCostFunction Property

Gets or sets the cost function that the Variables will attempt to minimize or maximize by modifying the trajectory of the parent TargetedSegmentList. This CostFunction will provide the CostFunctionSettings to the Optimizer when GetOperatorEvaluator(EvaluatorGroup) is called.

Namespace:  AGI.Foundation.NumericalMethods
Assembly:  AGI.Foundation.SegmentPropagation (in AGI.Foundation.SegmentPropagation.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public SegmentPropagatorCostFunction CostFunction { get; set; }

Property Value

Type: SegmentPropagatorCostFunction
See Also