CodeReclaimers / neat-python

Python implementation of the NEAT neuroevolution algorithm
BSD 3-Clause "New" or "Revised" License
1.4k stars 488 forks source link

Hidden layers evolution #243

Closed ZappaBoy closed 2 years ago

ZappaBoy commented 2 years ago

Hi, first of all, good work on neat-python.

I have only one question: is it possible to evolve the hidden layers?

I mean is it possible to change both hidden layers number and their neurons? Can I define more than one hidden layer and its neuron in the "evolution" phase?

Thanks in advance.