Click or drag to resize

ScalarDifferenceOfSegmentCostFunction Properties

The ScalarDifferenceOfSegmentCostFunction type exposes the following members.

Properties
  NameDescription
Public propertyCostFunctionDifference
Gets or sets how the difference will be computed. The final value minus the initial value is the default.
Public propertyGoal
Gets or sets a value indicating whether the cost function is supposed to be minimized or maximized.
(Inherited from SegmentPropagatorCostFunction.)
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 propertyName
Gets or sets an optional name to identify this constraint.
(Inherited from SegmentPropagatorCostFunction.)
Public propertyParameter
Gets the parameter to use when evaluating the Scalar. The Scalar must be set to evaluate at any time during the ephemeris of the Segment. The common way to do that is to create a Scalar that is built from a ParameterizedOnStateScalar, ParameterizedOnStatePoint or ParameterizedOnStateVector with this parameter as their parameter.
Public propertyScalar
Gets or sets the Scalar to compute a value to minimize or maximize. This Scalar must be set to evaluate at any time during the ephemeris of the Segment. The common way to do that is to create a Scalar that is built from a ParameterizedOnStateScalar, ParameterizedOnStatePoint or ParameterizedOnStateVector with this parameter as their parameter.
Public propertySegment
Gets or sets the SegmentDefinition whose initial and final ephemeris points (in the StateForNextSegment) will be used to compute a value.
Public propertySettings
Gets or sets the settings for the ParameterOptimizer associated with this cost function.
(Inherited from SegmentPropagatorCostFunction.)
Top
See Also