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