SegmentPropagatorCostFunction Constructor |
Name | Description | |
---|---|---|
![]() | SegmentPropagatorCostFunction() | Initializes a new instance. The weight defaults to 1.0. Before GetEvaluator(EvaluatorGroup) can be called, Goal must be configured, and Settings must be configured with a valid Tolerance. Scaling defaults to NoScalingOnCostFunction. |
![]() | SegmentPropagatorCostFunction(CostFunctionGoal, Double) |
Initializes a new instance. The weight defaults to 1.0.
Scaling defaults to NoScalingOnCostFunction.
|
![]() | SegmentPropagatorCostFunction(SegmentPropagatorCostFunction, CopyContext) | Initializes a new instance as a copy of an existing instance. |
![]() | SegmentPropagatorCostFunction(CostFunctionGoal, Double, CostFunctionScaling) |
Initializes a new instance. The weight defaults to 1.0.
|
![]() | SegmentPropagatorCostFunction(CostFunctionGoal, Double, CostFunctionScaling, Double) |
Initializes a new instance. The weight defaults to 1.0.
|