Click or drag to resize
Accord.NET (logo)

Cobyla Constructor (NonlinearObjectiveFunction, IEnumerableNonlinearConstraint)

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(
	NonlinearObjectiveFunction function,
	IEnumerable<NonlinearConstraint> constraints
)
Request Example View Source

Parameters

function
Type: Accord.Math.OptimizationNonlinearObjectiveFunction
The function to be optimized.
constraints
Type: System.Collections.GenericIEnumerableNonlinearConstraint
The constraints of the optimization problem.
See Also