Click or drag to resize

OptSimplexBoundVariable(String, Double, Double, Double, Double) Constructor

Initializes a new instance of the OptSimplexBoundVariable class.

Namespace: DotNumerics.Optimization
Assembly: DWSIM.MathOps.DotNumerics (in DWSIM.MathOps.DotNumerics.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public OptSimplexBoundVariable(
	string name,
	double initialGuess,
	double lowerBound,
	double upperBound,
	double scaleFactor
)
Request Example View Source

Parameters

name  String
The variable name.
initialGuess  Double
The initial guess.
lowerBound  Double
The lower bound.
upperBound  Double
The upper bound.
scaleFactor  Double
A scale factor used to control the changes and accuracy of this variable.
See Also