You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
23
23
24
24
> Thanks for considering NUBO. If you have any questions, comments, or issues
25
25
> 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
38
38
39
39
If you are using NUBO for your research, please cite as:
40
40
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.
42
42
43
43
If you are using Bibtex, please cite as:
44
44
45
45
```
46
46
@article{diessner2023nubo,
47
47
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},
0 commit comments