DelegateBasedCostFunction Constructor |
| Name | Description | |
|---|---|---|
| DelegateBasedCostFunction | Initializes a new instance. Before GetEvaluator(EvaluatorGroup) can be called, Callback, Segment, and Goal must be configured, and Settings must be configured with a valid Tolerance. Scaling defaults to NoScalingOnCostFunction. | |
| DelegateBasedCostFunction(DelegateBasedCostFunction, CopyContext) | Initializes a new instance as a copy of an existing instance. | |
| DelegateBasedCostFunction(DelegateBasedCostFunctionCallback, SegmentDefinition, CostFunctionGoal, Double) |
Initializes a new instance.
| |
| DelegateBasedCostFunction(DelegateBasedCostFunctionCallback, SegmentDefinition, CostFunctionGoal, Double, CostFunctionScaling, Double) |
Initializes a new instance.
|