Skip to content

Simpel generic genetic algorithm + Example (travelling sales person problem)

Notifications You must be signed in to change notification settings

crone66/Genetics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Genetics

Example project for my generic genetic algorithm class (Travelling sales person problem)

#Features Generic genetic algorithm class
Crossover
Mutation
Fittest survive
variable population size and iteration count

#Known Issues
It takes to much iterations to find better "solutions" (crossover and mutation needs some improvements)

About

Simpel generic genetic algorithm + Example (travelling sales person problem)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages