 | NonlinearProgrammingProblem(DoubleFunctional) Constructor |
Constructs a NonlinearProgrammingProblem object with the
given objective function.
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntaxpublic NonlinearProgrammingProblem(
DoubleFunctional objective
)
Public Sub New (
objective As DoubleFunctional
)
public:
NonlinearProgrammingProblem(
DoubleFunctional^ objective
)
new :
objective : DoubleFunctional -> NonlinearProgrammingProblemParameters
- objective DoubleFunctional
- The objective function to minimize.
See Also