Skip to main content

run_selection

Function run_selection 

Source
pub fn run_selection(
    state: &ScoredState,
    budget_tokens: Option<u32>,
    tau: f64,
) -> SelectionOutcome
Expand description

Selection + the 3 post-passes, shared verbatim by the pack renderer (select_with_params) and the locate renderer — extracting it is pure code motion so both modes select identically by construction.