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.2.419.0 (24.2.419.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