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