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

pSMAC #86

Open KEggensperger opened 9 years ago

KEggensperger commented 9 years ago

When starting multiple pSMAC experiments in parallel only the first run should evaluate the default configuration, the other runs should start with a random configuration. We should do this automatically.