Skip to content

Genetic Algorithms (Canonical and CHC) solving the Generalised Steiner Problem

License

Notifications You must be signed in to change notification settings

alexandretea/gachc-steinerproblem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gachc-steinerproblem

a Genetic Algorithm (CHC) solving the Generalised Steiner Problem

For educational purposes

https://pdfs.semanticscholar.org/f595/f85669d5ec20ce9639d899329e79efbe353a.pdf

TODO

  • graph id_to_string to std::to_string specialisation?
  • same as previous with IStringRepresentation?
  • discard non-feasible solutions vs. force them to be feasible

dependencies

bottlenecks

  • feasbility check = bfs

notes

  • feasibility: forced when generating new pop, but for mutation/reproduction...

About

Genetic Algorithms (Canonical and CHC) solving the Generalised Steiner Problem

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published