ScalarAtEndOfSegmentCostFunction Properties |
The ScalarAtEndOfSegmentCostFunction type exposes the following members.
Name | Description | |
---|---|---|
EndOfSegment |
Gets or sets if the final state or if the
initial state should be used when evaluating
this constraint. By default this is Final.
| |
Goal |
Gets or sets a value indicating whether the cost function is supposed to be minimized or maximized.
(Inherited from SegmentPropagatorCostFunction.) | |
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.) | |
Name |
Gets or sets an optional name to identify this constraint.
(Inherited from SegmentPropagatorCostFunction.) | |
Parameter |
Gets or sets 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. Note that this
and the ScalarScalar are coupled and
changing this property will generally require changing the Scalar as well.
| |
Scalar |
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.
| |
Segment |
Gets or sets the SegmentDefinition whose final ephemeris point (in the StateForNextSegment)
will be used to compute a value.
| |
Settings |
Gets or sets the settings for the ParameterOptimizer
associated with this cost function.
(Inherited from SegmentPropagatorCostFunction.) |