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

Meta-errors not compatible with :reproduction and :reuse-errors true #266

Open lspector opened 5 years ago

lspector commented 5 years ago

If you use meta-errors, and also the :reproduction genetic operator, and you don't override the default of true for :reuse-errors, then you'll get an index-out-of-bounds error.

Until this is fixed, specify :reuse-errors false.