TargetedSegmentListDifferentialCorrector Properties |
The TargetedSegmentListDifferentialCorrector type exposes the following members.
Name | Description | |
---|---|---|
Constraints |
Gets the constraints that the Variables
will attempt to drive the trajectory of the parent TargetedSegmentList to. These
Constraints will provide the SolverConstraintSettings to the
Solver when GetOperatorEvaluator(EvaluatorGroup) is called.
| |
DifferenceMethod |
Gets or sets the difference method used to compute the derivative of the function.
| |
IsFrozen |
Gets a value indicating whether this object is frozen. A frozen object cannot be modified and an
ObjectFrozenException will be thrown if an attempt is made to do so.
(Inherited from DefinitionalObject.) | |
MaximumIterations |
Gets or sets the maximum number of iterations this operator will take to find a solution.
By default, this is set to 50.
| |
Name |
Gets or sets an optional name for you to identify this operator with.
(Inherited from TargetedSegmentListOperator.) | |
OnlyStoreFinalResults |
Gets or sets a value indicating whether this operator should
report only the final results or all iterations/computations. For example, it is possible that this operator
will iterate to a solution and that each iteration will produce a large ephemeris.
If memory use is a concern and you do not need to do analysis on the iterations, ensure this is
. Conversely, if debugging the operator's performance is needed set this
property to . By default this is .
| |
Solver |
Gets or sets the MultivariableFunctionSolver that will be used to drive the trajectory to the constraints specified.
All properties on the Solver should be set as needed except for the Function,
Constraints and Variables.
| |
Variables |
Gets the variables that will change the
trajectory to satisfy the Constraints. These Variables will
provide the SolverVariableSettings to the Solver when
GetOperatorEvaluator(EvaluatorGroup) is called.
|