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

Update compare.py

parent 1c963273
No related branches found
No related tags found
No related merge requests found
......@@ -7,8 +7,8 @@ import pandas as pd
data_config_filename = r'/::host::/BayesianOptimization/HyperSphere/experiments/::func_name::/data_config.pkl'
log_file = r'/::host::/BayesianOptimization/fmfnBO/logs/::log_file::.json'
plot_file = r'/::host::/BayesianOptimization/fmfnBO/plots/::plot_file::.json'
log_file = r'/::host::/BayesianOptimization/fmfnBO/logs/::func_name::.json'
plot_file = r'/::host::/BayesianOptimization/fmfnBO/plots/::func_name::.json'
# HyperSphere
data_config_file = open(data_config_filename, 'rb')
......
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