You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add extract_tree_pairs_separated() for iterative alignment with early stopping
Separates tree pairs (k-nearest + k-farthest) from random pairs to enable:
- Processing all tree pairs first (guarantees connectivity)
- Applying early stopping only to random pairs (saves work)
0 commit comments