GoldenSectionFindExtremumError Property |
Gets the error between the left middle value and the right middle value. This is the value
checked against the
FunctionTolerance to determine convergence.
Namespace:
AGI.Foundation.NumericalMethods.Advanced
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public double Error { get; }
Public ReadOnly Property Error As Double
Get
public:
property double Error {
double get ();
}
member Error : float with get
Property Value
Type:
DoubleSee Also