Hyperparameter search.
The first three choose which configurations to evaluate; the last two choose how much budget each one gets. They are complementary, not alternatives — the resource-allocation pair samples candidates at random, exactly as RandomSearchCV does.
Benchmark avoids this by running tuning inside each outer fold's training half, so the reported score stays honest.Sequential model-based hyperparameter search using Gaussian Processes....
Exhaustive grid search over a discrete hyperparameter grid....
Hyperband - successive halving without having to guess the schedule.
Randomized cross-validated search over hyperparameter distributions....
Successive halving - multi-fidelity hyperparameter search.