diff --git a/docs/proposals/suggestion.md b/docs/proposals/suggestion.md index d6dc6e22c9f..9bd5611b2a2 100644 --- a/docs/proposals/suggestion.md +++ b/docs/proposals/suggestion.md @@ -20,7 +20,6 @@ Table of Contents * [HyperBand](#hyperband) * [BOHB](#bohb) * [TPE](#tpe) - * [Anneal](#anneal) * [SMAC](#smac) Created by [gh-md-toc](https://github.com/ekalinin/github-markdown-toc) @@ -389,10 +388,6 @@ We can use [HpBandSter](https://github.com/automl/HpBandSter) to run BOHB. We can use [hyperopt](https://github.com/hyperopt/hyperopt) to run TPE. -### Anneal - -We can use [hyperopt](https://github.com/hyperopt/hyperopt) to run Anneal. - ### SMAC We can use [SMAC3](https://github.com/automl/SMAC3) to run SMAC.