Skip to content

Commit

Permalink
Add comments about computation time
Browse files Browse the repository at this point in the history
  • Loading branch information
endolith committed Aug 6, 2024
1 parent 64e35a8 commit 2b9ae80
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/distributions_by_method_2D.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@
except ValueError: # "colormap … is already registered."
pass

n_elections = 1_000_000
n_voters = 1_000
n_elections = 1_000_000 # Roughly 13 minutes on a 2019 6-core i7-9750H
n_voters = 1_000 # 10k looks the same but takes 2 hours. Lower diffuses rings.
n_cands = 9
cand_dist = 'normal'
u_width = 5
Expand Down

0 comments on commit 2b9ae80

Please sign in to comment.