OptBoundVariable(String, Double, 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)
public OptBoundVariable(
	string name,
	double initialGuess,
	double lowerBound,
	double upperBound
)

Parameters

name  String
 
initialGuess  Double
 
lowerBound  Double
 
upperBound  Double
 

See Also