Summary
Based on the scoring evaluation (docs/scoring-evaluation.md, #105, #106), Copeland should be the default scoring method:
- Copeland and Borda agree 86% (independent validation)
- Weighted disagrees with both ~40% (arbitrary weights distort)
- Copeland is scale-independent and Condorcet-consistent
Change
In src/cli.ts, change the default for --scoring from "weighted" to "copeland".
One line change. Data-driven decision.
Summary
Based on the scoring evaluation (docs/scoring-evaluation.md, #105, #106), Copeland should be the default scoring method:
Change
In src/cli.ts, change the default for --scoring from "weighted" to "copeland".
One line change. Data-driven decision.