Michael Whittaker
03b307d5f0
Added quorum system tests.
2021-01-31 21:55:05 -08:00
Michael Whittaker
a981d44d7f
Added strategy tests.
...
Also normalized make_strategy.
2021-01-31 21:24:55 -08:00
Michael Whittaker
4b2ef408d7
Added a way to make a custom strategy.
2021-01-31 17:48:36 -08:00
Michael Whittaker
32f5bb2125
Added quorum system tests + bug fix.
...
I was computing uniform strategies wrong. Looks like adding tests cases
was the right move!
2021-01-31 17:47:06 -08:00
Michael Whittaker
dced6388af
Added search procedure.
2021-01-31 12:31:22 -08:00
Michael Whittaker
a42bccaf0c
Tidied up code.
...
Some of the code was nasty. I cleaned it up a bit. I also started moving
tests into a tests/ directory. You can run python -m unittest to run
them. I still need to add more tests to make sure things are working as
expected.
2021-01-30 18:47:25 -08:00
Michael Whittaker
63b88c38d5
First full stab at multiple objectives.
2021-01-29 18:09:50 -08:00
Michael Whittaker
18f97ac866
Progress on multiple objectives.
2021-01-29 17:46:00 -08:00
Michael Whittaker
9aac3a7541
Added load plots.
...
I merged Strategy and ExplicitStrategy for now. I also pruned zero
probability quorums from the strategies. The load plots are cool. I want
to plot capacity plots now, though it's a little tricky.
2021-01-27 16:22:16 -08:00
Michael Whittaker
2a1b56e987
Fixed buggy load computation.
...
I was incorrectly computing load on a distribution of read fractions. I
have to compute the load for each fr separately and then weight them.
2021-01-27 14:56:00 -08:00
Michael Whittaker
21deb75622
Added capacity.
2021-01-22 16:29:49 -08:00
Michael Whittaker
68a939b3e6
More efficently(?) check quorum system validity.
2021-01-22 14:51:44 -08:00
Michael Whittaker
7f1a1a3934
Split up code into separate modules.
2021-01-22 14:47:07 -08:00