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

Parallel support for the HPOlib

mfeurer opened this issue · comments

We plan to implement a parallellization mechanism to easily distribute the target algorithm runs across different machines. So far, we have not decided on how to implement this feature and welcome any comments.