Skip to content

Commit

Permalink
Fixed typo in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
DennisSoemers authored May 24, 2023
1 parent b863484 commit be94fd8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions RDUCB/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Are Random Decomositions all we need in High Dimensional Bayesian Optimisation
# Are Random Decompositions all we need in High Dimensional Bayesian Optimisation

This repository accompanies an [ICML 2023 publication](https://arxiv.org/pdf/2301.12844.pdf) by Juliusz Ziomek and Haitham Bou-Ammar.
The repository is largely based on code from [High-Dimensional Bayesian Optimization via Tree-Structured Additive Models ](https://github.com/eric-vader/HD-BO-Additive-Models), as such the code in this repository is released under the original MIT license (in the LICENSE file) giving copyright to Eric Han, except for the parts that have been added or substantially modified, which are released under MIT licence giving copyrights to Huawei Technologies Co., Ltd. Such parts are clearly marked in code by comments.
The repository is largely based on code from [High-Dimensional Bayesian Optimization via Tree-Structured Additive Models](https://github.com/eric-vader/HD-BO-Additive-Models), as such the code in this repository is released under the original MIT license (in the LICENSE file) giving copyright to Eric Han, except for the parts that have been added or substantially modified, which are released under MIT licence giving copyrights to Huawei Technologies Co., Ltd. Such parts are clearly marked in code by comments.

<p align="center">
<img src="./figures/ToyProblem.PNG" width="400" />
Expand Down Expand Up @@ -70,4 +70,4 @@ python3 -m pip install -e.
cd ..
python3 -m pip install -e.
```
Everything should now be installed.
Everything should now be installed.

0 comments on commit be94fd8

Please sign in to comment.