Skip to content

Commit

Permalink
Fix global optima
Browse files Browse the repository at this point in the history
  • Loading branch information
jungtaekkim committed Aug 4, 2023
1 parent 8f4689b commit d62e1a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bayeso_benchmarks/two_dim_eggholder.py
Expand Up @@ -29,7 +29,7 @@ def __init__(self, seed=None):
assert bounds.shape[1] == 2

global_minimizers = np.array([
[512.0, 404.2319],
[512.0, 404.2318066],
])
global_minimum = -959.6406627209
function = lambda bx: fun_target(bx, dim_bx)
Expand Down

0 comments on commit d62e1a0

Please sign in to comment.