lspector / Clojush

The Push programming language and the PushGP genetic programming system implemented in Clojure.
http://hampshire.edu/lspector/push.html
Eclipse Public License 1.0
330 stars 92 forks source link

Added Plushy genomes as an option for Clojush #259

Closed thelmuth closed 5 years ago

thelmuth commented 5 years ago

:genome-representation argument can now be :plush or :plushy. Most genetic operators work with either representation, besides a few of the uniform-constant-mutations, which were a pain to change and I don't know are used a ton.