MOE icon indicating copy to clipboard operation
MOE copied to clipboard

Pass back the status dict from BFGS

Open denizokt opened this issue 10 years ago • 0 comments

Relevant file: moe/optimal_learning/python/python_version/optimization.py optimize() method of LBFGSBOptimizer.

if you check out like multistart_hyperparameter_optimization, it can pass back a status dict. and in the REST interface, that status dict is written into the response.

it could be good to pass the status dict back that BFGS returns. and/or if 'warnflag' is not zero, log the dict contents or maybe only do this at the multistart level. anyway I'd at least ticket this; don't have to do it now.

denizokt avatar Jul 21 '14 23:07 denizokt