Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Running a 1,000,000-step reversible ReCom chain with [Virginia precinct data](ht
--pop-col TOTPOP \
--rng-seed 94915664 \
--tol 0.01 \
--batch-size 64 \
--batch-size 64 \
--variant reversible \
--balance-ub 30 \
--sum-cols G16DPRS G16RPRS G16DHOR G16RHOR G18DSEN G18RSEN > va_revrecom.jsonl
Expand All @@ -39,7 +39,7 @@ Running a 100,000-step [GerryChain](https://github.com/mggg/gerrychain)-like ReC
--pop-col TOTPOP \
--rng-seed 94915664 \
--tol 0.01 \
--batch-size 1 \
--batch-size 1 \
--variant cut-edges-ust \
--sum-cols G16DPRS G16RPRS G16DHOR G16RHOR G18DSEN G18RSEN > va_recom.jsonl
```
Expand Down