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

Config Options #84

Open aaronkl opened 9 years ago

aaronkl commented 9 years ago

If I start HPOlib without setting the value for 'logging_host' or 'HPOlib_loglevel' it crashes with the error message : ConfigParser.NoOptionError: No option 'logging_host' in section: 'HPOLIB' However, in the documentation it is not said that one has to specify those options. Could you adapt that?

mfeurer commented 9 years ago

Hm, this should not happen in any case. Can you please provide more information about the crash?