Click or drag to resize

SegmentPropagatorCostFunction Constructor

Overload List
  NameDescription
Protected methodSegmentPropagatorCostFunction

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.

Protected methodSegmentPropagatorCostFunction(CostFunctionGoal, Double)
Initializes a new instance. The weight defaults to 1.0. Scaling defaults to NoScalingOnCostFunction.
Protected methodSegmentPropagatorCostFunction(SegmentPropagatorCostFunction, CopyContext)
Initializes a new instance as a copy of an existing instance.
Protected methodSegmentPropagatorCostFunction(CostFunctionGoal, Double, CostFunctionScaling)
Initializes a new instance. The weight defaults to 1.0.
Protected methodSegmentPropagatorCostFunction(CostFunctionGoal, Double, CostFunctionScaling, Double)
Initializes a new instance. The weight defaults to 1.0.
Top
See Also