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

Error message related with sub-process of optimizer

annsonic opened this issue · comments

Dear HPOlib team,

Thanks for providing such useful tool!
But I am confused why I always get error messages in certain system call sub-process, even when I just test on the default benchmark - branin.
The optimization result seems working.
Should I ignore these error messages? Or do you have other solutions?
Thank you very much.

  • My system is Ubuntu 14.04.

  • HPOlib is installed by following "Installing inside an virtualenv" instruction.

  • for TPE(hyperopt_august2013_mod) sampled error message:
    [INFO] [09:33:04:537:HPOlib.wrapping] Starting configuration 199, fold 0
    [ERR]:[INFO] [09:33:04:HPOlib.cv] Result for ParamILS: SAT, 0.050142, 1, 48.760473, 0, python ../branin.py
    [ERR]:
    [ERR]:[ERROR] [09:33:04:HPOlib.cv] [INFO] [09:33:04:HPOlib.runsolver_wrapper] -----------------------RUNNING RUNSOLVER----------------------------
    [ERR]:[INFO] [09:33:04:HPOlib.runsolver_wrapper] Result for ParamILS: SAT, 0.050142, 1, 48.760473, 0, python ../branin.py
    [ERR]:
    [ERR]:[INFO] [09:33:04:HPOlib.cv] Finished CV
    [ERR]:[INFO] [09:33:04:HPOlib.cv] Result: 48.760473
    [INFO] [09:33:04:970:HPOlib.wrapping] Result 48.760473, current best 0.415899
    [INFO] [09:33:06:018:HPOlib.wrapping] -----------------------END--------------------------------------

  • for SMAC sampled error message from log-warn23.txt:
    09:44:57.836 [Command Line Target Algorithm Evaluator Thread (Standard Error Processor)<Instance:1, Seed:-1, Config:0x000B, Kappa:2.147483647E9>] WARN c.u.c.b.a.t.b.c.CommandLineAlgorithmRun - [PROCESS-ERR] [INFO] [09:44:57:HPOlib.runsolver_wrapper] -----------------------RUNNING RUNSOLVER----------------------------
    09:44:57.988 [Command Line Target Algorithm Evaluator Thread (Standard Error Processor)<Instance:1, Seed:-1, Config:0x000B, Kappa:2.147483647E9>] WARN c.u.c.b.a.t.b.c.CommandLineAlgorithmRun - [PROCESS-ERR] [INFO] [09:44:57:HPOlib.runsolver_wrapper] Result for ParamILS: SAT, 0.074295, 1, 24.129964, -1, python ../branin.py

Dear Matthias,

Got it. Thank you once again.