Opt |
The OptBoundVariable type exposes the following members.
Name | Description | |
---|---|---|
OptBoundVariable | Initializes a new instance of the OptBoundVariable class. | |
OptBoundVariable(Double) | Initializes a new instance of the OptBoundVariable class. | |
OptBoundVariable(Double, Boolean) | Initializes a new instance of the OptBoundVariable class. | |
OptBoundVariable(String, Double) | Initializes a new instance of the OptBoundVariable class. | |
OptBoundVariable(Double, Double, Double) | Initializes a new instance of the OptBoundVariable class. | |
OptBoundVariable(String, Double, Boolean) | Initializes a new instance of the OptBoundVariable class. | |
OptBoundVariable(Double, Boolean, Double, Double) | Initializes a new instance of the OptBoundVariable class. | |
OptBoundVariable(String, Double, Double, Double) | Initializes a new instance of the OptBoundVariable class. | |
OptBoundVariable(String, Double, Boolean, Double, Double) | Initializes a new instance of the OptBoundVariable class. |
Name | Description | |
---|---|---|
Fixed |
Value that indicates if the variable is fixed.
(Inherited from OptVariable) | |
InitialGuess |
The initial guess for this variable.
(Inherited from OptVariable) | |
LowerBound | The lower bound. | |
Name |
The variable name.
(Inherited from OptVariable) | |
UpperBound | The upper bound. |
Name | Description | |
---|---|---|
ToString | (Overrides OptVariableToString) |
Name | Description | |
---|---|---|
_Fixed |
Value that indicates if the variable is fixed.
(Inherited from OptVariable) | |
_InitialGuess |
The initial guess for this variable.
(Inherited from OptVariable) | |
_LowerBound | The lower bound. | |
_Name |
The variable name.
(Inherited from OptVariable) | |
_UpperBound | The upper bound. | |
_UseBounds |
Name | Description | |
---|---|---|
GetEnumNames | (Defined by General) | |
IsValidDouble | (Defined by General) |