OptimizerMultivariableFunctionResultsGetCostFunctionValue Method |
Returns cost function values computed by the
function.
Namespace:
AGI.Foundation.NumericalMethods
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.3.420.0 (24.3.420.0)
Syntax public double? GetCostFunctionValue()
Public Function GetCostFunctionValue As Double?
public:
Nullable<double> GetCostFunctionValue()
member GetCostFunctionValue : unit -> Nullable<float>
Return Value
Type:
NullableDoubleThe value of the function evaluation.
See Also