| ConstrainedOptimizerOptimalObjectiveFunctionValue Property |
Gets the optimal objective function value if the solve result is
SolverResult.Optimal, or the current solution value if the result is
SolverResult.SolutionFeasibleButNotOptimal
Otherwise the value is Double.NaN.
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntax public double OptimalObjectiveFunctionValue { get; }
Public ReadOnly Property OptimalObjectiveFunctionValue As Double
Get
public:
property double OptimalObjectiveFunctionValue {
double get ();
}
member OptimalObjectiveFunctionValue : float with get
Property Value
DoubleSee Also