Click or drag to resize

NonlinearProgrammingProblem(DoubleFunctional, IEnumerableConstraint) Constructor

Constructws a NonlinearProgrammingProblem object with the given objective function and constraints.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public NonlinearProgrammingProblem(
	DoubleFunctional objective,
	IEnumerable<Constraint> constraints
)

Parameters

objective  DoubleFunctional
The objective function to minimize.
constraints  IEnumerableConstraint
The constraints.
See Also