Click or drag to resize

NonlinearProgrammingProblem(DoubleFunctional) Constructor

Constructs a NonlinearProgrammingProblem object with the given objective function.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public NonlinearProgrammingProblem(
	DoubleFunctional objective
)

Parameters

objective  DoubleFunctional
The objective function to minimize.
See Also