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

experiment_directory_prefix

aaronkl opened this issue · comments

Is it possible to specify a path ("../..") as experiment directory prefix such that it possible to save certain runs in a specific directory?

This can be achieved with the --cwd argument to the HPOlib-run script.

HPOlib-run -o /home/feurerm/HPOlib/Software/HPOlib/optimizers/smac/ -s 1000 --cwd /home/feurerm/thesis/experiments/2014_05_16/ --HPOLIB:experiment_dir_prefix task1

This feature not documented on the website, so I leave this issue open.