/GenesMovment

Unity project which simulate basic genetic algorithms

Primary LanguageC#

GenesMovment

Unity project which simulate basic genetic algorithms It simulates process of natural selection. Fittest individuals from a population will survive longer and they produce offspring which inherit the characteristics of the parents and will be added to the next generation.

스크린샷(1)

Is designed to consider five important phases in genetic algorithm

  1. Initial population
  2. Fitness function
  3. Selection
  4. Crossover
  5. Mutation
  • C#
  • Genetic Algorithm