CodeReclaimers

Results 34 comments of CodeReclaimers

Thanks! Hopefully, I can find time to incorporate some ideas from that project. I would like to support HyperNEAT and its variants if possible, or at least provide some tools...

This genome distance + speciation operation bottleneck has made me think more than once about ditching the "pure Python with no dependencies" rule I've stuck with so far. :) I've...

The RNN implementation is simplistic mainly because it was simple in the original version of the library, and I just never had the time to make it match the literature...

Thanks for mentioning this!

Thanks for the pull request, and sorry it's taken me so long to get around to commenting here. Adding some kind of support for multiple objectives is a good idea,...

Sure, any curses-like library that works should be fine. I may break out stuff like this into one or more separate Python packages that people can choose to install for...

No worries, a curses reporter was just kind of a nice thing to have at some point. I'll be interested to see what you come up with for mpi4py--MPI was...

I've thought about using backprop, possibly to create improved versions of elites or something, but never got around to it. You'd have to write the backprop code yourself, or at...

Apologies for the long silence--I've been overwhelmed with other stuff and just kind of let this fall idle. I appreciate the patch and will take a look as soon as...

I would like to have something like that, I'm hoping I'll get some spare time to look into it soon. :)