Skip to content

Commit 9dab818

Browse files
committed
🧮 Expand juror reputation section with example metric and add MaxFlow-based weighting
1 parent 2b0c844 commit 9dab818

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

‎Deep Funding.md‎

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,9 @@ Once the competition ends, extra comparisons could be gathered for projects that
125125
- Let the dependent set their weight percentage if they're around
126126
- Have hypercerts or similar. The price of these (total value) sets the weights across dependencies (`numpy`'s certificates trade at 3x the price of a utility library, the edge weight reflects this)
127127
- If there are reviewers/validators/jurors, need to be public so they have some sort of reputation
128-
- Reputation system / ELO for Jurors whose score is closer to the final one. This biases towards averages
128+
- Reputation system for Jurors
129+
- E.g: whose score is closer to the final one. This biases towards averages
130+
- Use graph algorithms ([MaxFlow](https://maxflow.one/how-it-works)) to weight jurors
129131
- Account for jurors' biases with Hierarchical Bradley Terry or similar
130132
- Allow anyone to be a juror, select jurors based on their skills
131133
- Stake-based flow:

0 commit comments

Comments
 (0)