| DelegateBasedCostFunction Properties | 
The DelegateBasedCostFunction type exposes the following members.
 Properties
Properties| Name | Description | |
|---|---|---|
|  | Callback | 
            Gets or sets the delegate that computes the value from the SegmentResults 
            to minimize or maximize.
             | 
|  | 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.) | 
|  | Segment | 
            Gets or sets the segment to operate on.
             | 
|  | Settings | 
            Gets or sets the settings for the ParameterOptimizer
            associated with this cost function.
            (Inherited from SegmentPropagatorCostFunction.) | 
 See Also
See Also