Skip to content

Commit 61e8fef

Browse files
committed
Add constrained optimization entry to quickstart section.
1 parent 25e7b9f commit 61e8fef

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ to learn how to make the package more flexible, how to deal with categorical par
4242
- Check out this
4343
[notebook](https://github.com/fmfn/BayesianOptimization/blob/master/examples/visualization.ipynb)
4444
with a step by step visualization of how this method works.
45+
- To understand how to use bayesian optimization when additional constraints are present, see the
46+
[constrained optimization notebook](https://github.com/fmfn/BayesianOptimization/blob/master/examples/constraints.ipynb).
4547
- Explore this [notebook](https://github.com/fmfn/BayesianOptimization/blob/master/examples/exploitation_vs_exploration.ipynb)
4648
exemplifying the balance between exploration and exploitation and how to
4749
control it.

0 commit comments

Comments
 (0)