8000 Increase number of iterations · scikit-optimize/scikit-optimize@7c6e03f · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on Feb 28, 2024. It is now read-only.

Commit 7c6e03f

Browse files
committed
Increase number of iterations
1 parent f014435 commit 7c6e03f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

skopt/tests/test_gp_opt.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@ def test_gp_minimize():
2626
yield (check_minimize, bench4, 0.0,
2727
[("-2", "-1", "0", "1", "2")], search, acq, 0.05, 10)
2828
yield (check_minimize, branin, 0.39, [(-5.0, 10), (0.0, 15.)],
29-
search, acq, 0.1, 50)
29+
search, acq, 0.1, 75)
3030
yield (check_minimize, hart6, -3.32, np.tile((0., 1.), (6, 1)),
3131
search, acq, 1.0, 100)

0 commit comments

Comments
 (0)
0