Click or drag to resize

DelegateBasedVariableT Constructor

Overload List
  NameDescription
Public methodDelegateBasedVariableT

Initializes a new instance.

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

Protected methodDelegateBasedVariableT(DelegateBasedVariableT, CopyContext)
Initializes a new instance as a copy of an existing instance.
Public methodDelegateBasedVariableT(Double, Double, SegmentDefinition, SetVariableCallbackT)
Initializes a new instance.
Public methodDelegateBasedVariableT(Double, Double, SegmentDefinition, SetVariableCallbackT, SolverVariableScaling)
Initializes a new instance.
Top
See Also