From be94fd8698d3be2b435dd32422a4f01879e773f4 Mon Sep 17 00:00:00 2001 From: Dennis Soemers Date: Wed, 24 May 2023 21:21:47 +0200 Subject: [PATCH] Fixed typo in README.md --- RDUCB/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/RDUCB/README.md b/RDUCB/README.md index 024f6a5c..37d7f143 100644 --- a/RDUCB/README.md +++ b/RDUCB/README.md @@ -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.

@@ -70,4 +70,4 @@ python3 -m pip install -e. cd .. python3 -m pip install -e. ``` -Everything should now be installed. \ No newline at end of file +Everything should now be installed.