Click or drag to resize

CombinedCostFunction Properties

The CombinedCostFunction type exposes the following members.

Properties
  NameDescription
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 propertySettings
Gets or sets the settings for the ParameterOptimizer associated with this cost function.
(Inherited from SegmentPropagatorCostFunction.)
Top
See Also