Click or drag to resize

TargetedSegmentListParameterOptimizer Properties

The TargetedSegmentListParameterOptimizer type exposes the following members.

Properties
  NameDescription
Public propertyCostFunction
Gets or sets the cost function that the Variables will attempt to minimize or maximize by modifying the trajectory of the parent TargetedSegmentList. This CostFunction will provide the CostFunctionSettings to the Optimizer when GetOperatorEvaluator(EvaluatorGroup) is called.
Public propertyDifferenceMethod
Gets or sets the difference method used to compute the derivative of the function.
Public propertyEqualities
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.
Public propertyInequalities
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.
Public propertyIsFrozen
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.)
Public propertyMaximumIterations
Gets or sets the maximum number of iterations this operator will take to find a solution. By default, this is set to 50.
Public propertyName
Gets or sets an optional name for you to identify this operator with.
(Inherited from TargetedSegmentListOperator.)
Public propertyOnlyStoreFinalResults
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 .
Public propertyOptimizer
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.
Public propertyVariables
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.
Top
See Also