Click or drag to resize

TargetedSegmentListParameterOptimizerOptimizer Property

Gets or sets the ParameterOptimizer that will be used to optimize the trajectory. All properties on the Optimizer should be set as needed except for the Function, the CostFunction, Equalities, Inequalities, and Variables.

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

Property Value

Type: ParameterOptimizer
See Also