mirror of
https://github.com/gonum/gonum.git
synced 2025-10-10 17:40:30 +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,
|
Grad: functions.BrownAndDennis{}.Grad,
|
||||||
},
|
},
|
||||||
x: []float64{25, 5, -5, -1},
|
x: []float64{25, 5, -5, -1},
|
||||||
gradTol: 1e-5,
|
gradTol: 1e-3,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "ExtendedRosenbrock",
|
name: "ExtendedRosenbrock",
|
||||||
|
Reference in New Issue
Block a user