Click or drag to resize

TargetedSegmentListParameterOptimizerInequalities Property

Gets the inequalities that the Variables will attempt to satisfy by modifying the trajectory of the parent TargetedSegmentList. These Inequalities will provide the InequalityConstraintSettings 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<SegmentPropagatorInequalityConstraint> Inequalities { get; }

Property Value

Type: IListSegmentPropagatorInequalityConstraint
See Also