CodeReclaimers

Results 34 comments of CodeReclaimers

There aren't any tests for the examples themselves, but there is basically a copy of the XOR example here: https://github.com/CodeReclaimers/neat-python/blob/master/tests/test_xor_example.py That particular test is really just there as a smoke...

Thank you, I will address that when I do another release.

Apologies: This one slipped my mind, I'll make it a little less noisy soon.

You're not nearly as slow as me @d0pa, I haven't done anything on my open projects in what feels like months now. :) @drallensmith, thank you for paying attention to...

Thanks for the reminder, glad to be rid of Indexer. :)

Thanks for the reminder about the Travis token--I seem to recall when I set it up, an example or the instructions made it seem like it should be there, despite...

Thanks, I just merged, made a couple of minor updates and pushed the new version to PyPI. I'll post announcements on Twitter and reddit, if anybody knows of another good...

Do any of you have things you'd like to get in before the 1.0 release? Originally I really wanted to get at least a minimal HyperNEAT implementation in there, and...

Here are the reddit posts: https://www.reddit.com/r/MachineLearning/comments/6r02fp/n_neatpython_evolution_of_arbitrary_neural/ https://www.reddit.com/r/Python/comments/6r023r/neatpython_evolution_of_arbitrary_neural_networks/

Probably not, at least not in the near term. I am working on an example with custom genes that generates a PyTorch network, so if that might be relevant for...