Card Combination Probability
Théo Matricon
Simple website that can give you for example the probability of having a square and a triple and a pair given n cards drawn.
Théo Matricon
Simple website that can give you for example the probability of having a square and a triple and a pair given n cards drawn.
Théo Matricon
Utility package that takes care of configuring Matplotlib for publication-ready figures!
+ import pltpublish as pub
+ pub.setup()
# your plot code using matplotlib.pyplot
~ pub.save_fig("my_fig.eps")
Without pltpublish | With pltpublish |
---|---|
Théo Matricon
Fast cython implementation of Stochastic Beam Search + Unique Randomizer.