OptSimplexBoundVariable(Double) Constructor |
Initializes a new instance of the OptSimplexBoundVariable class.
Namespace: DotNumerics.OptimizationAssembly: DWSIM.MathOps.DotNumerics (in DWSIM.MathOps.DotNumerics.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public OptSimplexBoundVariable(
double initialGuess
)
Public Sub New (
initialGuess As Double
)
Request Example
View SourceParameters
- initialGuess Double
- The initial guess.
See Also