Skip to content

Latest commit

 

History

History
10 lines (10 loc) · 281 Bytes

README.md

File metadata and controls

10 lines (10 loc) · 281 Bytes

ga

C++ implementation of Genetic Algorithm (GA) optimization. Originally implemented as a test for improving Google Hash Code 2017 qualification solutions.

Compile and run

g++ -std=c++17 -fopenmp -O3 ga.cpp -o ga

TODO

  • Variable length encoding
  • Checkpointing