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.

Home Page:http://automl.org/hpolib

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

kill_processes() takes exactly 2 arguments (1 given)

KEggensperger opened this issue · comments

When setting "total_time_limit = X" in config.cfg, HPOlib crashes when the total time limit is reached:

  File "/home/eggenspk/virtualEnvs/virtualSheep/local/lib/python2.7/site-packages/pkg_resources.py", line 1354, in run_script
  execfile(script_filename, namespace, namespace)
  File "/home/eggenspk/virtualEnvs/virtualSheep/lib/python2.7/site-packages/HPOlib-0.2.0dev-py2.7.egg/EGG-INFO/scripts/HPOlib-run", line 26, in <module>
    wrapping.main()
  File "/home/eggenspk/virtualEnvs/virtualSheep/local/lib/python2.7/site-packages/HPOlib-0.2.0dev-py2.7.egg/HPOlib/wrapping.py", line 484, in main
    wrapping_util.kill_processes(signal.SIGINT)
TypeError: kill_processes() takes exactly 2 arguments (1 given)