TargetedSegmentListParameterOptimizer Properties | 
The TargetedSegmentListParameterOptimizer type exposes the following members.
| Name | Description | |
|---|---|---|
| CostFunction | 
            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.
              | |
| DifferenceMethod | 
            Gets or sets the difference method used to compute the derivative of the function.
              | |
| Equalities | 
            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.
              | |
| Inequalities | 
            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.
              | |
| 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 .
              | |
| Optimizer | 
            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.
              | |
| Variables | 
            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.
              |