Opt Bound Variable(Double, Boolean, Double, Double) Constructor
Definition
Namespace: DotNumerics.Optimization
Assembly: DWSIM.MathOps.DotNumerics (in DWSIM.MathOps.DotNumerics.dll) Version: 1.0.0.0 (1.0.0.0)
Assembly: DWSIM.MathOps.DotNumerics (in DWSIM.MathOps.DotNumerics.dll) Version: 1.0.0.0 (1.0.0.0)
C#
public OptBoundVariable(
double initialGuess,
bool isFixed,
double lowerBound,
double upperBound
)VB
Public Sub New (
initialGuess As Double,
isFixed As Boolean,
lowerBound As Double,
upperBound As Double
)