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

Update runBO.py

parent d3e7dc39
No related branches found
No related tags found
No related merge requests found
import os
import sys
sys.path.append('/home/shamith/')
from bayes_opt import BayesianOptimization
......@@ -8,12 +7,13 @@ from bayes_opt.logger import JSONLogger
from bayes_opt.plotter import JSONPlotter
from bayes_opt.event import Events
sys.path.append('/::host::/')
from target import *
func = birdy
logs = '/home/shamith/BayesianOptimization/logs/'
plots = '/home/shamith/BayesianOptimization/plots/'
logs = r'/::host::/BayesianOptimization/fmfnBO/logs/'
plots = r'/::host::/BayesianOptimization/fmfnBO/plots/'
if not os.path.isdir(logs):
os.mkdir(logs)
......
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