Gets and sets the objective funtion to minimize.
Namespace:
CenterSpace.NMath.AnalysisAssembly: NMath (in NMath.dll) Version: 5.1.0.0
Syntax
| C# |
|---|
public DoubleFunctional ObjectiveFunction { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Property ObjectiveFunction As DoubleFunctional |
| Visual C++ |
|---|
public: property DoubleFunctional^ ObjectiveFunction { DoubleFunctional^ get (); void set (DoubleFunctional^ value); } |