The irace package: Iterated racing for automatic algorithm configuration

Created on 2022-05-30T20:59:41-05:00

Return to the Index

This card can also be read via Gemini.

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.

Tournament

Steps

Run the algorithm with a given configuration and collect scoring data.

Repeat until you have enough data you are confident in the benchmark.

General thesis