stsievert / salmon

A tool to collect triplet queries
https://docs.stsievert.com/salmon/
BSD 3-Clause "New" or "Revised" License
9 stars 2 forks source link

MAINT: allow more configuration of adaptive round robin #113

Closed stsievert closed 3 years ago

stsievert commented 3 years ago

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.