Skip to content
/ ga Public

C++ implementation of Genetic Algorithm (GA) optimization

License

Notifications You must be signed in to change notification settings

akernet/ga

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

C++ implementation of Genetic Algorithm (GA) optimization

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published