OptBoundVariable(String, Double, Boolean) Constructor |
Initializes a new instance of the OptBoundVariable class.
Namespace: DotNumerics.OptimizationAssembly: DWSIM.MathOps.DotNumerics (in DWSIM.MathOps.DotNumerics.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public OptBoundVariable(
string name,
double initialGuess,
bool isFixed
)
Public Sub New (
name As String,
initialGuess As Double,
isFixed As Boolean
)
Request Example
View SourceParameters
- name String
- The variable name.
- initialGuess Double
- The initial guess.
- isFixed Boolean
- Value that indicates if the variable is fixed.
See Also