rmcantin / bayesopt

BayesOpt: A toolbox for bayesian optimization, experimental design and stochastic bandits.
GNU Affero General Public License v3.0
391 stars 92 forks source link

Mixed type optimization (continuous, discrete, categorical) #4

Open PiranjaF opened 8 years ago

PiranjaF commented 8 years ago

Have there been any thoughts of implementing an optimization routine (with interface to Python) that can optimize multiple types of parameters at once? This is often needed when optimizing machine learning algorithms. I'd really like to use it with deep learning, which has both continuous, discrete and categorical hyperparameters.

rmcantin commented 8 years ago

We are working on it.

svml commented 7 years ago

@rmcantin Could you please let me know if there was any progress in implementing mixed type optimization?