Click or drag to resize

TargetedSegmentListParameterOptimizerEqualities Property

Gets the equalities that the Variables will attempt to satisfy by modifying the trajectory of the parent TargetedSegmentList. These Equalities will provide the SolverConstraintSettings 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<SegmentPropagatorConstraint> Equalities { get; }

Property Value

Type: IListSegmentPropagatorConstraint
See Also