uber / bayesmark

Benchmark framework to easily compare Bayesian optimization methods on real machine learning tasks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Allow args yaml file

rdturnermtl opened this issue · comments

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.