Click or drag to resize

OptSimplexVariable(String, Double) Constructor

Initializes a new instance of the OptSimplexVariable class.

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

Parameters

name  String
The variable name.
initialGuess  Double
The initial guess.
See Also