Click or drag to resize

TargetedSegmentListParameterOptimizerVariables Property

Gets the variables that will change the trajectory to minimize or maximize the CostFunction and satisfy the Equalities and Inequalities. These Variables will provide the SolverVariableSettings 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 IList<SegmentPropagatorVariable> Variables { get; }

Property Value

Type: IListSegmentPropagatorVariable
See Also