mirror of
https://github.com/gonum/gonum.git
synced 2025-10-05 07:06:54 +08:00
optimize: relax gradient tolerance for BFGS test
This commit is contained in:
@@ -840,7 +840,7 @@ var bfgsTests = []unconstrainedTest{
|
||||
Grad: functions.BrownAndDennis{}.Grad,
|
||||
},
|
||||
x: []float64{25, 5, -5, -1},
|
||||
gradTol: 1e-5,
|
||||
gradTol: 1e-3,
|
||||
},
|
||||
{
|
||||
name: "ExtendedRosenbrock",
|
||||
|
Reference in New Issue
Block a user