Skip to content

Commit

Permalink
Merge pull request huawei-noah#44 from DennisSoemers/master
Browse files Browse the repository at this point in the history
Fixed typo in README.md
  • Loading branch information
AntGro authored May 24, 2023
2 parents b863484 + be94fd8 commit a65cc82
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 a65cc82

Please sign in to comment.