Opt Simplex Bound Variable(String, Double, Boolean, 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 OptSimplexBoundVariable(
string name,
double initialGuess,
bool isFixed,
double scaleFactor
)VB
Public Sub New (
name As String,
initialGuess As Double,
isFixed As Boolean,
scaleFactor As Double
)