automl / HPOlib

HPOlib is a hyperparameter optimization library. It provides a common interface to three state of the art hyperparameter optimization packages: SMAC, spearmint and hyperopt. This package is discontinued, please read the longer note in the info box below.
http://automl.org/hpolib
GNU General Public License v3.0
166 stars 56 forks source link

Work on searchspace converter #36

Open KEggensperger opened 10 years ago

KEggensperger commented 10 years ago

So far HPOlib contains a TPE -> SMAC and SMAC -> Spearmint converter.


One can use a converter: HPOlib-convert --from TPE --to SMAC -f some/where/space.py [-s some/where/params.pcs]

KEggensperger commented 9 years ago

Implemented in the development branch, but neither fully tested nor documented