This is a GANN Simulator (Genetic Algorithms Neural Network) that allows you to take a designed GANN creature designed in GANNDesign
and simulate it.
The objective for each creature is to reach as far as possible to the right side during the alotted time. It's success is measured by its fitness value.
This program requires you to build a dll from CSMathLib
and to add that as a reference in the csproj
-project of this repo (replace the old one). Then just build and run.