yanyachen / rBayesianOptimization

Bayesian Optimization of Hyperparameters
81 stars 21 forks source link

Simplify loop by eliminating unnecessary iterations #26

Open MichaelChirico opened 6 years ago

MichaelChirico commented 6 years ago

I'm debugging and I noticed this statement gets evaluated way too many times -- in my current case, this next statement will be evaluated 324 times, compared to n_iter which is 50.