Click or drag to resize

SimplexComputeMin(OptMultivariateFunction, OptVariable) 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,
	OptVariable[] variables
)
Request Example View Source

Parameters

function  OptMultivariateFunction
The function to minimize.
variables  OptVariable
Array of size N containing the initial guess. N is the number of variables.

Return Value

Double
Array containing the solution.
See Also