Skip to content

Commit

Permalink
optimize: relax gradient tolerance for BFGS test
Browse files Browse the repository at this point in the history
  • Loading branch information
kortschak committed Feb 21, 2020
1 parent 89be31a commit 39972c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion optimize/unconstrained_test.go
Expand Up @@ -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",
Expand Down

0 comments on commit 39972c9

Please sign in to comment.