Simple Genetic Algorithm simulation in Unity - zombies evolution - avoiding obstacles and finding correct path to target
- Selection: Elite
- Crossover: Single point
-
All scripts can be found inside Assets/Scripts folder
-
You can create your own population:
-
inherit from
Population<T>
-
create your own individual and implement
Individual
-
-
You can change algorithm parameters and move obstacles during simulation
https://github.com/psosnicki/genetic-zombie/releases/download/v.1.0.0-beta/genetic-zombie-build.zip