Skip to content

Commit

Permalink
Update weights descriptions and increase Inclusion score
Browse files Browse the repository at this point in the history
Increase Inclusion points from 60 to 80 to better balance the nominations in 1KV.
  • Loading branch information
ccris02 authored Mar 29, 2022
1 parent a803581 commit 30124a5
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 30124a5

Please sign in to comment.