Click or drag to resize
Accord.NET (logo)

Cobyla Constructor (Int32, FuncDouble, Double)

Creates a new instance of the Cobyla optimization algorithm.

Namespace:  Accord.Math.Optimization
Assembly:  Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax
public Cobyla(
	int numberOfVariables,
	Func<double[], double> function
)
Request Example View Source

Parameters

numberOfVariables
Type: SystemInt32
The number of free parameters in the function to be optimized.
function
Type: SystemFuncDouble, Double
The function to be optimized.
See Also