From 222fea858bc7b9d55e801dbc870cf7dbea9febff Mon Sep 17 00:00:00 2001 From: Jed Barber Date: Fri, 27 Jan 2017 17:41:17 +1100 Subject: Updated notes --- notes.txt | 7 ------- 1 file changed, 7 deletions(-) diff --git a/notes.txt b/notes.txt index 33d4df3..0601e5f 100644 --- a/notes.txt +++ b/notes.txt @@ -41,13 +41,6 @@ tracking of exhausted/fractional-loss ballots? multithreaded operation to speed counting up, possibly using unsafePerformIO -factor TransferMap datatype out into its own module - bulk exclusions to hopefully increase speed a bit -combining preference criteria somehow to reduce necessary counts - (requires implementing rational fixed points for transfer values) - (the lack of this, transferring criteria separately, is likely a source of inaccuracy) - (possibly formulate criteria as [candidate #1, then any number of #x, #y, #z, then candidate #2, etc]) - -- cgit