| NonlinearProgrammingProblemObjectiveFunction Property |
Gets and sets the objective funtion to minimize.
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntax public DoubleFunctional ObjectiveFunction { get; set; }
Public Property ObjectiveFunction As DoubleFunctional
Get
Set
public:
property DoubleFunctional^ ObjectiveFunction {
DoubleFunctional^ get ();
void set (DoubleFunctional^ value);
}
member ObjectiveFunction : DoubleFunctional with get, set
Property Value
DoubleFunctionalSee Also