Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Preloading data changes #58

Open
wants to merge 20 commits into
base: spark
Choose a base branch
from
Open

Conversation

rbala19
Copy link
Collaborator

@rbala19 rbala19 commented Sep 9, 2019

Added functionality to provide a csv file that contains data to be preloaded into search matrix (allowing the act of boostrapping a search from before). CSV is organized in the fashion of (param1, param2, param3,... paramN, value) where each line represents one run of an experiment. Specify the --data-file option in the command line to enter the name of the csv. For search to run properly, bayOpt.py must compile and run properly, so make sure to check generated output directory inside /bayOptSearch to look for compile/run errors. Example run command is "python2.7 main.py --driver=local --method=GPEIOptChooser --method-args=noiseless=1 --data-file=test.csv ../bayOptSearch/bayOpt.pb".

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant