What does this PR implement?
It exposes the n_top parameter in adaptive round robin aka ARR. Before, this had been hard-coded to n_top=3. Now, it's exposed as a configuration parameter.
Reference issues/PRs
The initial request for validation sampling is #111. This an improvement on the original implementation, #112.
What does this PR implement? It exposes the
n_top
parameter in adaptive round robin akaARR
. Before, this had been hard-coded ton_top=3
. Now, it's exposed as a configuration parameter.Reference issues/PRs The initial request for validation sampling is #111. This an improvement on the original implementation, #112.