Skip to content

Commit 1e8b6af

Browse files
committed
Update gest-api examples
1 parent 9c66299 commit 1e8b6af

1 file changed

Lines changed: 13 additions & 3 deletions

File tree

docs/examples/gest_api.rst

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,19 +85,29 @@ The standardized interface was developed in partnership with their authors.
8585
Xopt - https://github.com/xopt-org/Xopt
8686
---------------------------------------
8787

88+
Examples:
89+
8890
`Expected Improvement`_
8991

9092
`Nelder Mead`_
9193

9294
Optimas - https://github.com/optimas-org/optimas
9395
------------------------------------------------
9496

97+
Examples:
98+
9599
`Grid Sampling`_
96100

101+
`Ax Multi-fideltiy`_
102+
97103
.. _gest_api: https://github.com/campa-consortium/gest-api
98104
.. _gpcam: https://gpcam.lbl.gov/
99105
.. _paper: https://link.springer.com/article/10.1007/s12532-017-0131-4
100106

101-
.. _Expected Improvement: https://github.com/xopt-org/Xopt/blob/main/xopt/generators/bayesian/expected_improvement.py
102-
.. _Nelder Mead: https://github.com/xopt-org/Xopt/blob/main/xopt/generators/sequential/neldermead.py
103-
.. _Grid Sampling: https://github.com/optimas-org/optimas/blob/main/optimas/generators/grid_sampling.py
107+
.. _Expected Improvement: https://github.com/Libensemble/libensemble/blob/develop/libensemble/tests/regression_tests/test_xopt_EI.py
108+
109+
.. _Nelder Mead: https://github.com/Libensemble/libensemble/blob/develop/libensemble/tests/regression_tests/test_xopt_nelder_mead.py
110+
111+
.. _Grid Sampling: https://github.com/Libensemble/libensemble/blob/develop/libensemble/tests/regression_tests/test_optimas_grid_sample.py
112+
113+
.. _Ax Multi-fideltiy: https://github.com/Libensemble/libensemble/blob/develop/libensemble/tests/regression_tests/test_optimas_ax_mf.py

0 commit comments

Comments
 (0)