Solution space by NEAT is restricted to 2 layers ANNs. Can't file parameters for config file so that I can get more than 2 layers.
I started modifying and using the xor2.py file of NEAT to use for my dataset. Therefore, my code for NEAT is working but I want to move beyond 2 layer ANNs. Right now I am stuck with 2 layers ANNs in the solution space. Is there a way to specify in the config file that I need 3 or more layers? I tried checking all params that go into config file, but couldn't find that. Link - https://neat-python.readthedocs.io/en/latest/config_file.html