Skip to content

Remove unused select() method from PowerRanker#115

Merged
kronosapiens merged 1 commit intomainfrom
kronosapiens/cleanup-power-select
Mar 19, 2026
Merged

Remove unused select() method from PowerRanker#115
kronosapiens merged 1 commit intomainfrom
kronosapiens/cleanup-power-select

Conversation

@kronosapiens
Copy link
Collaborator

Removes the deprecated select() method and its supporting code (getVariances(), getVariance(), SelectOptions, ImpactTransform), which has been fully replaced by activeSelect().

The activeSelect() method uses a more sophisticated multi-signal approach (coverage, proximity, position) with regularization, providing better pair selection for judging sessions.

Also corrects README documentation to accurately describe the bidirectional encoding scheme and the activeSelect() API.

All 112 backend tests pass.

The select() method has been superseded by activeSelect(), which uses a more sophisticated multi-signal approach (coverage, proximity, position) instead of simple variance weighting.
Remove dead code: select(), getVariances(), getVariance(), SelectOptions, ImpactTransform.
Update README to document the actual bidirectional encoding and activeSelect() API.

Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
@kronosapiens kronosapiens merged commit 3fbd4e5 into main Mar 19, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant