Skip to content
Snippets Groups Projects
Unverified Commit ae024a8a authored by Shamith Achanta's avatar Shamith Achanta Committed by GitHub
Browse files

Update runBO.py

parent 958cee41
No related branches found
No related tags found
No related merge requests found
...@@ -32,4 +32,4 @@ steps = 50 ...@@ -32,4 +32,4 @@ steps = 50
optimizer.maximize(init_points=2, n_iter=0, acq='ei', kappa=5) optimizer.maximize(init_points=2, n_iter=0, acq='ei', kappa=5)
optimizer.maximize(init_points=0, n_iter=steps, acq='ei', kappa=5) optimizer.maximize(init_points=0, n_iter=steps, acq='ei', kappa=5)
JSONPlotter(log_name=log_name, plot_name=plot_name, func=str(func)) JSONPlotter(log_name=log_name, plot_name=plot_name, func=str(func), x_eval=True)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment