Click or drag to resize

OptSimplexBoundVariable Properties

The OptSimplexBoundVariable type exposes the following members.

Properties
 NameDescription
Public propertyFixed Value that indicates if the variable is fixed.
(Inherited from OptVariable)
Public propertyInitialGuess The initial guess for this variable.
(Inherited from OptVariable)
Public propertyLowerBound The lower bound.
(Inherited from OptBoundVariable)
Public propertyName The variable name.
(Inherited from OptVariable)
Public propertyScaleFactor The scale factor controls the internal variable size. Variable=IntVar*ScaleFactor where IntVar is the internal variable. Try to set the ScaleFactor of the same order that the variable, with this value the internal size will be near to 1 . The default value is 1. This value modifies the changes and accuracy of this variable.
Public propertyUpperBound The upper bound.
(Inherited from OptBoundVariable)
Top
See Also