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

I am running a NEAT and have a doubt about the idea of setting up the compatibility threshold. Can anyone give up some lead on how to set this value...

Is there a UML file for this code that I'm just not seeing or would one of you have a personal UML file that's not public? I'm interested in this...

I would like to try run 2 instances of NEAT on the same frame in an Emulator. From my experience, you can only call the `run` function per population on...

When calling the distance(other, config) function from DefaultGenome, I am getting the following error: > Traceback (most recent call last): File "C:\Users\David Dunlap\AppData\Local\Programs\Python\Python37-32\lib\multiprocessing\pool.py", line 121, in worker result = (True,...

Best fitness quickly falls to 3 and just sits there in just a few generations. However, the best possible score is 4. My code and configurations are identical to config-feedforward...

I have pretrained my network in Keras, and was looking to somehow take the saved h5 model and load that into NEAT-Python to do further training. Is there any way...

Hi, I would like to ask if it is possible to set up NEAT python to check for more than one fitness termination condition. For example, if you want to...

Good-day, I am currently using NEAT to make predictions on a categorical variable (with response true or false represented as 1 and 0) given a particular set of predictor variables....

The session is not described in the specification document, and it is necessary for the configuration, that is, it is a bit confusing to follow a step by step when...

Is there a simple way to manually reset the last_improved attribute for each live species?