mirror of
https://github.com/gonum/gonum.git
synced 2025-10-05 15:16:59 +08:00
optimize: relax gradient tolerance for Newton test
This commit is contained in:
@@ -938,7 +938,8 @@ var newtonTests = []unconstrainedTest{
|
||||
Grad: functions.BrownBadlyScaled{}.Grad,
|
||||
Hess: functions.BrownBadlyScaled{}.Hess,
|
||||
},
|
||||
x: []float64{1, 1},
|
||||
x: []float64{1, 1},
|
||||
gradTol: 1e-9,
|
||||
},
|
||||
{
|
||||
name: "PowellBadlyScaled",
|
||||
|
Reference in New Issue
Block a user