neuroevolution-ai / NeuroEvolution-CTRNN_new

MIT License
3 stars 3 forks source link

Refactored structure of brains #89

Open pdeubel opened 3 years ago

pdeubel commented 3 years ago

The current brain structure looks like this:

image

This PR changes the brain structure to this:

image

The rectangles are subdirectories in which the brains are stored. The new directory structure looks therefore like this:

image

This does a few things:

I chose this structure because

Related: #76

@DanielZim @Dranero What do you think of the proposed structure? Review is not needed imo, its a lot of changes because of the refactoring, but feedback about the general structure is very welcome