BroydenFletcherGoldfarbShannoEpsilon Property |
Namespace: Accord.Math.Optimization
This parameter determines the accuracy with which the solution is to be found. A minimization terminates when
||g|| < epsilon * max(1, ||x||),
where ||.|| denotes the Euclidean (L2) norm. The default value is 1e-5.