File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 33Pure Python implementation of bayesian global optimization with gaussian
44processes.
55
6- pip install git+https://github.com/fmfn/BayesianOptimization.git
6+ pip install bayesian-optimization
77
88This is a constrained global optimization package built upon bayesian inference
99and gaussian process, that attempts to find the maximum value of an unknown
@@ -49,8 +49,11 @@ Installation
4949
5050### Installation
5151
52- BayesianOptimization is not currently available on the PyPi's reporitories,
53- however you can install it via ` pip ` :
52+ For the latest release, run:
53+
54+ pip install bayesian-optimization
55+
56+ The bleeding edge version can be installed with:
5457
5558 pip install git+https://github.com/fmfn/BayesianOptimization.git
5659
Original file line number Diff line number Diff line change 66 url = 'https://github.com/fmfn/BayesianOptimization' ,
77 packages = find_packages (),
88 author = 'Fernando Nogueira' ,
9+ 910 description = 'Bayesian Optimization package' ,
1011 download_url = 'https://github.com/fmfn/BayesianOptimization/tarball/0.4' ,
1112 install_requires = [
You can’t perform that action at this time.
0 commit comments