GovXS / Evaluating-Voting-Design-Tradeoffs-for-Retro-Funding

Measure how different Retro Funding voting designs perform against a number of requirements aimed at optimizing different objectives. Achieved by simulating different types of voter behavior and applying formal reasoning.
MIT License
0 stars 0 forks source link

Bribery Cost (Metrics discussion) #14

Closed AngelaKTE closed 1 week ago

AngelaKTE commented 1 month ago

Description

Chart:

Open questions:

the code seems not final? def simulate_bribery_median(model, target_project, desired_increase):

bribery_cost = desired_increase ?

linear[bot] commented 1 month ago

GOV-23 Bribery Cost (Metrics discussion)

AngelaKTE commented 1 month ago

Notes from the formal spec of Evaluation metrics. We are interested in: – The theoretical minimum bribery cost. – The theoretical maximum bribery cost. – The average bribery cost with respect to some distribution. – The expected needed bribery cost for a given dataset.

Show the costs in the simulation chart, based on "the cost to move a token from one project to another is 1".