neat-python
neat-python copied to clipboard
Python implementation of the NEAT neuroevolution algorithm
Is there any experiments that used different random generators or it is well know that mutation only is normal distribution ? In general does such experiment makes sense ?
First, thanks to everybody that's been answering questions and working on pull requests, especially @drallensmith, @bennr01 and @d0pa! When do you all want to take what you're working on now,...
In reporting.py there is "TODO: Add a curses-based reporter". I would like do develop it, but have some questions in past I used urwid. Is ok to use urwid ?...
Is there reason why no one compared performance of MM-NEAT versus EShyperNEAT or other variations (compared similarly to as are classification algorithms in UCR Archive) ?
Hello, Are there any plans to include a sequence to sequence example? Something chatbot like?
@bennr01: Hi. I was wanting to check to make sure that distributed evaluation worked with checkpointing (classes that aren't built at the top level of a file can be problematic...
So let's say that I want the output nodes 0 to 3 are some kind of probabilities that will be bounded between 0 and 1 (not simply clamped) and I...
Dear all, I am starting to use this framework and I would like to see other experiments in addition to xor. Before implementing my own experiments I would like to...
I am trying to run the ctrnn demo in python 3.5 but it cannot seem to find the attribute ctrnn? ``` --------------------------------------------------------------------------- AttributeError Traceback (most recent call last) in ()...
I have got strage reports after population.load_checkpoint: Species ID : [2, 4, 5, 7, 9, 11, 13, 14, 15, 18, 19, 20, 21, 22, 24, 25, 26, 27, 28, 30,...