Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jungtaekkim committed Jan 10, 2022
1 parent 0148935 commit 2a51f66
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/about/about_bo.rst
@@ -1,13 +1,13 @@
About Bayesian Optimization
===========================

Bayesian optimization is a **global optimization** strategy for **black-box** and **expensive-to-evaluate** functions.
Generic Bayesian optimization follows these steps:

.. image:: ../_static/steps/ei.*
.. image:: ../_static/steps/ucb.*
:width: 480
:align: center
:alt: bo_with_gp_and_ei
:alt: bo_with_gp_and_ucb

Bayesian optimization is a **global optimization** strategy for **black-box** and **expensive-to-evaluate** functions.
Generic Bayesian optimization follows these steps:

#. Build a **surrogate function** with historical inputs and their observations.
#. Compute and maximize an **acquisition function**, defined by the outputs of surrogate function.
Expand Down
5 changes: 5 additions & 0 deletions docs/index.rst
Expand Up @@ -8,6 +8,11 @@
BayesO: A Bayesian optimization framework in Python
===================================================

.. image:: ../_static/steps/ei.*
:width: 480
:align: center
:alt: bo_with_gp_and_ei

`BayesO <http://bayeso.org>`_ (pronounced "bayes-o") is a simple, but essential Bayesian optimization package, written in Python.
It is developed by `machine learning group <http://mlg.postech.ac.kr>`_ at POSTECH.
This project is licensed under `the MIT license <https://opensource.org/licenses/MIT>`_.
Expand Down

0 comments on commit 2a51f66

Please sign in to comment.