Skip to content

Switch default scoring method from weighted to copeland #109

@that-github-user

Description

@that-github-user

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions