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

Problem with LHS in Python interface #1

Closed kiudee closed 11 years ago

kiudee commented 11 years ago

bayesopt when using latin hypercube sampling seems to invoke intermediate callbacks resulting in more initial samples than intented.

Example input values received in callback function: x = [ 0.30424932 0. 0. ] x = [ 0.30424932 0.32077927 0. ] x = [ 0.30424932 0.32077927 0.43445221] It seems like it is filling the list one by one and invoking the callback in between.

rmcantin commented 11 years ago

Fixed in version 0.5.1