Created: 2022-05-30T20:59:41-05:00
Talks about how manual algorithm tuning is tedious and not always done and automated tuning can be useful
Gaussian distribution for numerical parameters, discrete distribution for categorical.
Each parameter being tuned has a statistical field which is sampled from to create candidates and is updated based on the best results.
"Soft-restart" does some stuff to try and avoid prematurely concluding an algorithm was optimized.
Run the algorithm with a given configuration and collect scoring data.
Repeat until you have enough data you are confident in the benchmark.