/GANNSim

Simulates 2D creatures using a Genetic Algorithms Neural Network (GANN) simulator.

Primary LanguageC#MIT LicenseMIT

GANNSim

GitHub License

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.

https://youtu.be/WuagYGnwiw0

https://youtu.be/uG-YQZPrTMU

image image image

image image image image image image image image image image image

How to Build and Run

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.