Click or drag to resize
Accord.NET (logo)

AugmentedLagrangian Constructor (Int32, IEnumerableIConstraint)

Creates a new instance of the Augmented Lagrangian algorithm.

Namespace:  Accord.Math.Optimization
Assembly:  Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax
public AugmentedLagrangian(
	int numberOfVariables,
	IEnumerable<IConstraint> constraints
)
Request Example View Source

Parameters

numberOfVariables
Type: SystemInt32
The number of free parameters in the optimization problem.
constraints
Type: System.Collections.GenericIEnumerableIConstraint
The IConstraints to which the solution must be subjected.
See Also