rmcantin / bayesopt

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

x, f input size to bayes_optimization_disc #8

Closed edz504 closed 8 years ago

edz504 commented 8 years ago

Hey Ruben,

Thanks for this great package. I'm looking to understand why in your bo_disc.cpp example, the input x and fmin that are modified to contain the optimizer and the optimal value are initialized with size 128. I notice this value appear in many other places, so I was hoping you could help me see why.

Thanks!

rmcantin commented 8 years ago

Standard size value.