yanyachen / rBayesianOptimization

Bayesian Optimization of Hyperparameters
84 stars 21 forks source link

FR: print out parameters BEFORE evaluating function #25

Open MichaelChirico opened 7 years ago

MichaelChirico commented 7 years ago

Maybe I'm alone on this, but it would be nice to see the parameters currently being evaluated in the case when FUN takes some time to run -- I'm currently running an optimization on a FUN that takes 5-20 minutes to evaluate each time. An option for this would also be fine.

Let me know if you agree and I can put in the pull request since this should be rather cosmetic.