Probabilistic Quadratic Voting Simulator
- Calculate simularity among various voting methods.
- Calculate simularity and ready to visualize it in a heatmap.
- Simulator for Chainlink Hackathon
- PQV and QV similarity measurement for calculating the best hyperparameters such as
e
in PQV method.
Run script what you want to simulate. Python3 is required.
$ sh simul_simularity.sh [--option=value, ...]
$ sh simul_heatmap.sh [--option=value, ...]
$ sh simul_ch.sh [--option=value, ...]
$ python getPlots.py
$ python getAverage.py
- exponent :
seq 1.0 0.5 3.05
# 3.0
Using the best hyperparameters from simulation 1 (Grid Search) .
- nPolicies :
seq 2 1 16
- nAgents :
seq 30 30 300