neat-python icon indicating copy to clipboard operation
neat-python copied to clipboard

Python implementation of the NEAT neuroevolution algorithm

Results 132 neat-python issues
Sort by recently updated
recently updated
newest added

After looking through the issues I have seen that people have asked how to save and load networks which can be done with pickle. However, I am interested in further...

just see many publications that uses different methods for crossover or mating between two individuals, in my opinion, since crossover is a standard compoment in GA. It should be able...

Hi, I am running a NEAT with more than 28 features and comparing it with a deep backprop network. I am running a regression problem.After running multiple configurations(pop size, crossover,...

I was trying to run evolve.py, but I noticed the fitness was staying stuck at -10.0 . I remembered that -10.0 is the default for when an exception occurs. I...

Thank you very much for making the neat-python package. It seems if we have an existing network, it should be possible to take it and translate it into a genome...

I'm using neat-python inside of the program Houdini. I am trying to train biped movements. The program runs great until at a random generation usually between 4 and 100 where...

The warning pops up after I run application and only in first generation. Start point: https://github.com/D0HaTeJIJI0/MarioAI/tree/master/script/NN/com/Feed-forward/__init__.py -------------------------------- Here is the screenshot of stack: ![image](https://user-images.githubusercontent.com/14148035/57685869-573bcf00-7641-11e9-9207-117223174223.png)

Whats the ideal way to convert a NEAT genome to a tf graph?

I can't seem to find where innovation numbers for genes are cross-checked with other structural mutations that could have occurred in the generation. It seems like this wouldn't be a...

When adding a new node between two existing nodes the connection into the new node has a weight of 1 and the connection out of the new node assumes the...