Skip to content

Commit

Permalink
Merge pull request #1727 from ccris02/patch-3
Browse files Browse the repository at this point in the history
Update weights descriptions and increase Inclusion score
  • Loading branch information
wpank authored Mar 29, 2022
2 parents a803581 + 30124a5 commit fb83924
Showing 1 changed file with 11 additions and 8 deletions.
19 changes: 11 additions & 8 deletions src/constraints.ts
Original file line number Diff line number Diff line change
Expand Up @@ -546,16 +546,19 @@ export class OTV implements Constraints {
}

// Weighted scores
// Inclusion - lower is preferable (84-Era Inclusion)
// Span Inclusion - lower is preferable (28-Era Inclusion)
// Discovered at - earlier is preferable
// Nominated At - Not nominated in a while is preferable
// offlineAccumulated - lower if preferable
// rank - higher is preferable
// faults - lower is preferable
// unclaimed eras - lower is preferable
// inclusion - lower is preferable
// bonded - higher is preferable
// Nominated At - not nominated in a while is preferable
// Rank - higher is preferable
// Unclaimed Eras - lower is preferable
// Bonded - higher is preferable
// Faults - lower is preferable
// Accumulated Offline - lower if preferable
// Location - lower is preferable
INCLUSION_WEIGHT = 60;
// Council - higher is preferable
// Democracy - higher is preferable
INCLUSION_WEIGHT = 80;
SPAN_INCLUSION_WEIGHT = 80;
DISCOVERED_WEIGHT = 5;
NOMINATED_WEIGHT = 10;
Expand Down

0 comments on commit fb83924

Please sign in to comment.