Epistimio / orion

Asynchronous Distributed Hyperparameter Optimization.
https://orion.readthedocs.io
Other
285 stars 52 forks source link

Refactor cmdline parsing for more flexibility #148

Closed bouthilx closed 5 years ago

bouthilx commented 6 years ago

SpaceBuilder currently has the following constraints:

We should refactor the parsing of the commandline to first disentangle it from SpaceBuilder, and than we could add templating features so that in addition to parsing configs out of the command-line, we can support special templates to define in a flexible way configuration files, exposed properties or parameters.

corneauf commented 5 years ago

This is done right?