• Stars
    star
    1
  • Language
    C#
  • License
    MIT License
  • Created almost 4 years ago
  • Updated over 3 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Genetic Algorithm implemented in Unity 3D to solve the N-Queens Problem, a combinatorial optimisation problem. The GA utilises 2 different crossover methods (PBX and PPX) and has an experimentation mode for data collection about the GA model's performances with different crossover methods.