OptSimplexVariable(Double, Double) Constructor |
Initializes a new instance of the OptSimplexVariable class.
Namespace: DotNumerics.OptimizationAssembly: DWSIM.MathOps.DotNumerics (in DWSIM.MathOps.DotNumerics.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public OptSimplexVariable(
double initialGuess,
double scaleFactor
)
Public Sub New (
initialGuess As Double,
scaleFactor As Double
)
Request Example
View SourceParameters
- initialGuess Double
- The initial guess.
- scaleFactor Double
- A scale factor used to control the changes and accuracy of this variable.
See Also