yanyachen / rBayesianOptimization

Bayesian Optimization of Hyperparameters
81 stars 21 forks source link

Add option to automatically stop optimization process and fix EI function bug #3

Closed yonghuajiang closed 7 years ago

yonghuajiang commented 7 years ago

Two changes were made:

  1. Allow user to stop the optimization processes if there is no improvement after N steps;
  2. The EI acquisition function has an error.
yanyachen commented 7 years ago

Close since all checks have failed