Opt |
The OptSimplexBoundVariable type exposes the following members.
Name | Description | |
---|---|---|
![]() | OptSimplexBoundVariable() | Initializes a new instance of the OptSimplexBoundVariable class. |
![]() | OptSimplexBoundVariable(Double) | Initializes a new instance of the OptSimplexBoundVariable class. |
![]() | OptSimplexBoundVariable(Double, Boolean) | Initializes a new instance of the OptSimplexBoundVariable class. |
![]() | OptSimplexBoundVariable(Double, Double) | Initializes a new instance of the OptSimplexBoundVariable class. |
![]() | OptSimplexBoundVariable(String, Double) | Initializes a new instance of the OptSimplexBoundVariable class. |
![]() | OptSimplexBoundVariable(Double, Boolean, Double) | Initializes a new instance of the OptSimplexBoundVariable class. |
![]() | OptSimplexBoundVariable(Double, Double, Double) | Initializes a new instance of the OptSimplexBoundVariable class. |
![]() | OptSimplexBoundVariable(String, Double, Double) | Initializes a new instance of the OptSimplexBoundVariable class. |
![]() | OptSimplexBoundVariable(Double, Boolean, Double, Double) | Initializes a new instance of the OptSimplexBoundVariable class. |
![]() | OptSimplexBoundVariable(Double, Double, Double, Double) | Initializes a new instance of the OptSimplexBoundVariable class. |
![]() | OptSimplexBoundVariable(String, Double, Boolean, Double) | Initializes a new instance of the OptSimplexBoundVariable class. |
![]() | OptSimplexBoundVariable(String, Double, Double, Double) | Initializes a new instance of the OptSimplexBoundVariable class. |
![]() | OptSimplexBoundVariable(String, Double, Boolean, Double, Double) | Initializes a new instance of the OptSimplexBoundVariable class. |
![]() | OptSimplexBoundVariable(String, Double, Double, Double, Double) | Initializes a new instance of the OptSimplexBoundVariable 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.
(Inherited from OptBoundVariable) |
![]() | Name |
The variable name.
(Inherited from OptVariable) |
![]() | ScaleFactor | 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. |
![]() | UpperBound |
The upper bound.
(Inherited from OptBoundVariable) |
Name | Description | |
---|---|---|
![]() | ToString | (Overrides OptBoundVariable.ToString()) |
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.
(Inherited from OptBoundVariable) |
![]() | _Name |
The variable name.
(Inherited from OptVariable) |
![]() | _ScaleFactor | 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. |
![]() | _UpperBound |
The upper bound.
(Inherited from OptBoundVariable) |
Name | Description | |
---|---|---|
![]() | GetEnumNames | (Defined by General) |
![]() | IsValidDouble | (Defined by General) |