DeepSynth2
Théo Matricon et al.
The current Program Synthetizer that we are working on.
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.