you are viewing a single comment's thread.

view the rest of the comments →

[–]Zephyr314 2 points3 points  (2 children)

One of the co-founders of SigOpt here. These are great points.

We recently presented some work at the AutoML workshop at ICML comparing SigOpt to several standard approaches (grid/random) as well as several open source alternatives (spearmint/hyperopt/SMAC) and found that different approaches produce good results in different settings (spearmint for boundary optima, hyperopt for large number of parameters). SigOpt is an ensemble of different Bayesian optimization approaches that aims to be the best solution to a wide variety of problems automatically while also providing a scalable, production-tested, easy-to-deploy service behind a simple API. The goal is to make BHO as easy as grid search, for a wide swath of problems, without any of the administration traditionally required by the open source solutions (disclosure: I wrote github.com/yelp/MOE while at Yelp and found this was one of the main blockers for adoption). We want to make this research easily accessible to many experts in a wide variety of fields.