This PR enables the removal of all consecutive alignment candidates from the reserved candidate sets. It does not erase the candidates but rather moves them to the back of the iterator vector.
Important: This feature is only available when --dm_candidate_selection_prioritize_recent_candidates is set.
Changelog
Added flag --dm_candidate_selection_prioritize_recent_proximity_candidates to enable this feature
General
This PR enables the removal of all consecutive alignment candidates from the reserved candidate sets. It does not erase the candidates but rather moves them to the back of the iterator vector. Important: This feature is only available when
--dm_candidate_selection_prioritize_recent_candidates
is set.Changelog
--dm_candidate_selection_prioritize_recent_proximity_candidates
to enable this feature