Click or drag to resize

SimplexComputeMin(OptMultivariateFunction, OptBoundVariable, Single) Method

Computes the minimum point of a function of several variables.

Namespace: DotNumerics.Optimization
Assembly: DWSIM.MathOps.DotNumerics (in DWSIM.MathOps.DotNumerics.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public double[] ComputeMin(
	OptMultivariateFunction function,
	OptBoundVariable[] variables,
	float initialStep
)
Request Example View Source

Parameters

function  OptMultivariateFunction
The function to minimize.
variables  OptBoundVariable
Array of size N containing the varaibles.
initialStep  Single
The initial change of the variables.

Return Value

Double
Array containing the solution.
See Also