Results 14 issues of Tom Helmuth

It would be cool to have higher-order function instructions like map, reduce, and filter in Clojush. Maybe they'd only be defined on the array-like types (string, vector_integer, vector_boolean, etc.), or...

Optimize using type hints and other approaches frequently discussed on [email protected]. This was in the development.md file, which I am about to delete, since the repo isn't the right place...

Also, change `Number of Unique Programs` into a [0,1] syntactic measure of diversity.

I just noticed one artifact from moving to Plush genomes that isn't really cleaned up properly: the push-gp args `:max-points` and `:max-points-in-initial-program` use the language of "points", which refers to...

I noticed that the end of every single genetic operator looks the same -- it calls `make-individual`, setting some of the fields. But, every one is the same! This seems...