Skip to content

Implement Genetic Algorithm in Python to solve Traveling Salesman Problem

Notifications You must be signed in to change notification settings

hasanimran96/TSP-using-Evolutionary-Algorithm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

TSP-using-Evolutionary-Algorithm

Problem Statement

Implement Genetic Algorithm in Python to solve Traveling Salesman Problem

TSP Description 8 cities in all Cost from A to B would be same for B to A

GA Description • Population Size – 10 • Fitness Function – Cost of the tour • Parent Selection Scheme – Binary Tournament • Crossover operator – 2 points cross over – randomly selected points • Mutation operator – Swap Mutation – randomly selected points • Pool of offspring – 10 • Survival Mechanism – Truncation • Termination Condition – 100 Generations

About

Implement Genetic Algorithm in Python to solve Traveling Salesman Problem

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages