CodeReclaimers / neat-python

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

Allow only for creation connections between neighbourhood layers #183

Open Bienqq opened 4 years ago

Bienqq commented 4 years ago

I want to allow creation only for connections between neighbourhood layers

In XOR example I want to not allow for creation of connections like that.

image

Can I do this only via configuration ? Or rather I have to change logic in code ?