Click or drag to resize

LagrangianFunction Constructor

Constructs a LagrangianFunction for the given objective function and constraints.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public LagrangianFunction(
	int xDimension,
	DoubleFunctional f,
	IEnumerable<Constraint> constraints
)

Parameters

xDimension  Int32
The dimension of the domain of the objective function.
f  DoubleFunctional
Delegate representing the objective functions.
constraints  IEnumerableConstraint
The constraints.
See Also