Click or drag to resize

ParameterizedDoubleVariable Constructor

Overload List
  NameDescription
Public methodParameterizedDoubleVariable

Initializes a new instance.

Before GetEvaluator(EvaluatorGroup) can be called, PerturbationValue and Segment must be configured, and Settings must be configured with a valid MaximumStep. Scaling defaults to NoScalingOnVariable.

Protected methodParameterizedDoubleVariable(ParameterizedDoubleVariable, CopyContext)
Initializes a new instance as a copy of an existing instance.
Public methodParameterizedDoubleVariable(Double, Double, Double, SegmentDefinition)
Initializes a new instance with a specified initial value.
Public methodParameterizedDoubleVariable(Double, Double, Double, SegmentDefinition, SolverVariableScaling)
Initializes a new instance with a specified initial value.
Top
See Also