Click or drag to resize

OptSimplexBoundVariable(Double, Boolean) 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(
	double initialGuess,
	bool isFixed
)
Request Example View Source

Parameters

initialGuess  Double
The initial guess.
isFixed  Boolean
Value that indicates if the variable is fixed.
See Also