Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 377 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 377 Bytes

Genetic-Algorithm

Genetic algorithm used for some tasks including neural network evolution.

Evolution algorithm is implemented in c++ and compiled to web assembly with Emscripten.

Demos:

  • Evolving neural network to play simple game
  • Reconstructing images using squares of varying scale and opacity
  • Traveling Salesman Problem