eval.scm
: evaluatorbottomup.scm
: bottom-up synthesizerdan.scm
: synthesizer for recursive functions in the style taught by Dan Friedmantopdown.scm
: a top-down synthesizer based on scoring partial programs using Monte Carlo Tree Search (MCTS)topdown-without-mcts.scm
: the delta of a top-down synthesizer that does not use MCTS but A*mcmc.scm
: a stand-alone experiment with Monte Carlo Markov Chain (MCMC) synthesis