Skip to content

rish727/Finding-Shortest-Paths-by-Genetic-Algorithm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Finding-Shortest-Paths-by-Genetic-Algorithm

For What

I am interested in Optimazation Problem, Especially Shortest Path Problem.

So, I tried to find shortest paths by Genetic Algorithm (GA).(ja:遺伝的アルゴリズム)

GA is sometimes used as the method to solve Traveling Salesman Problem (ja: 巡回セールスマン問題).

How to Use

I coded this program for the class in NITK. You can read the report I submited .(out/GAapp.pdf)

I've not still coded for public version whoever can run. I'll try soon!

Example

These are the intial generaion of a path route, around Hitoyoshi city, Kumamoto pref.

There are various pattern of path route to destination from source.

  • source : lower left
  • destination : upper right

Finally, we can get it might be shotest path, but this isn't best though. 30-0(0 025296474360838005)

This is might be good solution. This path is created by other initial generation. Actually, this path isn't best path, but it was extremely shorter than first generarion.

30-0(0 014954716402028959)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages