This repository was archived by the owner on Nov 25, 2022. It is now read-only.
Commit cfca318
committed
ENH: Merge branch 'tmprat' into initial-stuff
* tmprat: (68 commits)
Change Python assert to numpy.testing.assert_
Reformat declarations and blocks to match numpy
Remove C++ style comments and change inline to NPY_INLINE
Disable GIL acquiring by default
Convert from C++ to C
Strip away everything but rational numbers
Add .DS_Store to .gitignore
Add one plot output for variable bet equilibria
Cache variable bet nash equilibia to allow fast reruns
README.md: Add a note about cvxopt being GPL
heads-up: Replace C and c with explicit eye/1
heads-up: Remove unnecessary variables from variable bet code
heads-up: Allow --bets without --variable
Add variable bet Nash equilibrium computation
rational: Fix a nondetermistic bug in rational parsing
heads-up: Add computation of the limit equity curve vs. always all-in
heads-up: Switch to sparse matrices for --donkey
heads-up: Add a -p/--profile option for use with --donkey
heads-up --donkey: Optionally show worst call hand
heads-up: Make -d/--deterministic a clean option
...7 files changed
Lines changed: 1417 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
0 commit comments