diff --git a/docs/guides/user/supported_algorithms.ipynb b/docs/guides/user/supported_algorithms.ipynb index 739f1ff62..7fea84dd6 100644 --- a/docs/guides/user/supported_algorithms.ipynb +++ b/docs/guides/user/supported_algorithms.ipynb @@ -41,10 +41,7 @@ "## External + Imported\n", "These algorithms are imported and wrapped from external packages (requiring additional installations via `pip install google-vizier[algorithms]`), and thus we cannot fully control their performance:\n", "\n", - "1. [**CMA-ES**](https://github.com/google/vizier/blob/main/vizier/_src/algorithms/designers/cmaes.py) (`CMA_ES`): \\[**Continuous**, **Batch**\\]\n", - "2. [**Emukit Bayesian Optimization**](https://github.com/google/vizier/blob/main/vizier/_src/algorithms/designers/emukit.py) (`EMUKIT_GP_EI`) \\[**Flat**\\]\n", - "\n", - "\n" + "1. [**CMA-ES**](https://github.com/google/vizier/blob/main/vizier/_src/algorithms/designers/cmaes.py) (`CMA_ES`): \\[**Continuous**, **Batch**\\]" ] }, {