Skip to content

Commit 0832aa9

Browse files
committed
Added off-the-shelf optimisation and updated documentation
1 parent 441993b commit 0832aa9

File tree

129 files changed

+6100
-1895
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

129 files changed

+6100
-1895
lines changed

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@ clean and comprehensible code, precise references, and thorough documentation.
1212
User experience is ensured by a modular and flexible design, easy-to-write
1313
syntax, and careful selection of Bayesian optimisation algorithms. NUBO allows
1414
you to tailor Bayesian optimisation to your specific problem by writing the
15-
optimisation loop yourself using the provided building blocks. Only algorithms
16-
and methods that are sufficiently tested and validated to perform well are
17-
included in NUBO. This ensures that the package remains compact and does not
18-
overwhelm the user with an unnecessary large number of options. The package is
19-
written in [Python](https://www.python.org) but does not require expert
20-
knowledge of Python to optimise your simulations and experiments. NUBO is
21-
distributed as an open-source software under the
22-
[BSD 3-Clause licence](https://joinup.ec.europa.eu/licence/bsd-3-clause-new-or-revised-license).
15+
optimisation loop yourself using the provided building blocks or using an
16+
off-the-shelf algorithm for common problems. Only algorithms and methods that
17+
are sufficiently tested and validated to perform well are included in NUBO. This
18+
ensures that the package remains compact and does not overwhelm the user with an
19+
unnecessary large number of options. The package is written in
20+
[Python](https://www.python.org) but does not require expert knowledge of Python
21+
to optimise your simulations and experiments. NUBO is distributed as an
22+
open-source software under the [BSD 3-Clause licence](https://joinup.ec.europa.eu/licence/bsd-3-clause-new-or-revised-license).
2323

2424
> Thanks for considering NUBO. If you have any questions, comments, or issues
2525
> feel free to email us at [email protected]. Any feedback is highly
@@ -38,14 +38,14 @@ following code. We recommend the use of a virtual environment.S
3838

3939
If you are using NUBO for your research, please cite as:
4040

41-
Mike Diessner, Kevin Wilson, and Richard D. Whalley. "NUBO: A Transparent Python Package for Bayesian Optimisation," arXiv preprint arXiv:2305.06709, 2023.
41+
Mike Diessner, Kevin J. Wilson, and Richard D. Whalley. "NUBO: A Transparent Python Package for Bayesian Optimisation," arXiv preprint arXiv:2305.06709, 2023.
4242

4343
If you are using Bibtex, please cite as:
4444

4545
```
4646
@article{diessner2023nubo,
4747
title={NUBO: A Transparent Python Package for Bayesian Optimisation},
48-
author={Diessner, Mike and Wilson, Kevin and Whalley, Richard D},
48+
author={Diessner, Mike and Wilson, Kevin J and Whalley, Richard D},
4949
journal={arXiv preprint arXiv:2305.06709},
5050
year={2023}
5151
}
57 Bytes
Binary file not shown.
36.7 KB
Binary file not shown.
11 Bytes
Binary file not shown.

docs/_build/doctrees/citation.doctree

1.78 KB
Binary file not shown.
57 Bytes
Binary file not shown.
57 Bytes
Binary file not shown.

docs/_build/doctrees/envbo.doctree

16.3 KB
Binary file not shown.
181 KB
Binary file not shown.
57 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)