uber / bayesmark

Benchmark framework to easily compare Bayesian optimization methods on real machine learning tasks
Apache License 2.0
139 stars 33 forks source link

Allow args yaml file #3

Open rdturnermtl opened 4 years ago

rdturnermtl commented 4 years ago

Allow the user to call experiments with an argument file: commands can be called like bayesmark-exp --args args.yaml instead of specifying arguments. All the arguments are simply in the yaml file instead.