Adapted from : https://github.com/fmfn/BayesianOptimization
## Quick Start
For a quick tour over the basics of the Bayesian Optimization package and More detailed information, other advanced features, and tips on usage/implementation can be found in the [examples](https://github.com/fmfn/BayesianOptimization/tree/master/examples) folder.
...
...
@@ -259,49 +263,6 @@ from bayes_opt.plotter import JSONPlotter
JSONPlotter(log_file,plot_file,func,x_eval=False)
```
## Next Steps
This introduction covered the most basic functionality of the package. Checkout the [basic-tour](https://github.com/fmfn/BayesianOptimization/blob/master/examples/basic-tour.ipynb) and [advanced-tour](https://github.com/fmfn/BayesianOptimization/blob/master/examples/advanced-tour.ipynb) notebooks in the example folder, where you will find detailed explanations and other more advanced functionality. Also, browse the examples folder for implementation tips and ideas.