Click or drag to resize

DelegateBasedVariable<T> Constructor

Overload List
  NameDescription
Public methodDelegateBasedVariable<T>()

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 methodDelegateBasedVariable<T>(DelegateBasedVariable<T>, CopyContext)
Initializes a new instance as a copy of an existing instance.
Public methodDelegateBasedVariable<T>(Double, Double, SegmentDefinition, SetVariableCallback<T>)
Initializes a new instance.
Public methodDelegateBasedVariable<T>(Double, Double, SegmentDefinition, SetVariableCallback<T>, SolverVariableScaling)
Initializes a new instance.
Top
See Also