Click or drag to resize

OptimizerMultivariableFunctionResults.GetCostFunctionValue Method

Returns cost function values computed by the function.

Namespace:  AGI.Foundation.NumericalMethods
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntax
public double? GetCostFunctionValue()

Return Value

Type: Nullable<Double>
The value of the function evaluation.
See Also