Jump to content


Genetic Algorithm in .NET C# System - Shortest Path Finding


5 replies to this topic

#1 ahyeek

    New Member

  • Members
  • Pip
  • 7 posts

Posted 16 April 2006 - 04:09 PM

http://silyeek-tech....ng-vehicle.html

#2 GroundKeeper

    Valued Member

  • Members
  • PipPipPip
  • 110 posts

Posted 06 August 2006 - 08:06 PM

Why would you use GA for shortest path problem. Unless you have some unknown twist to the definition of the problem shortest path is a O(n log m) problem?! And to my experience I would not suggest GA for this kind of problem due to the complexity issue. GA are simply got good with that kind of problems to my experience. It's always tempting to try! =)

#3 Reedbeta

    DevMaster Staff

  • Administrators
  • 5310 posts
  • LocationSanta Clara, CA

Posted 06 August 2006 - 09:52 PM

Uh, GroundKeeper, that post was from April and it's not even up at the original address anymore!!! :wallbash:
reedbeta.com - developer blog, OpenGL demos, and other projects

#4 GroundKeeper

    Valued Member

  • Members
  • PipPipPip
  • 110 posts

Posted 03 September 2006 - 05:09 PM

Did not check the expiration date! ;)

#5 ahyeek

    New Member

  • Members
  • Pip
  • 7 posts

Posted 30 July 2008 - 10:51 AM

Sorry for the late reply. I forgot I have posted the link here and I have changed the source over the time.

Yeah. This is a MASTER project given from University Of Malaya.
We try to research on the capabilities of GA in solving this type of problem.

This is a very good learning experience in getting into Genetic Algorithm and very suitable for University student in their research. The code and implementation details are also reviewed in the simulation system. You can try to download the enhanced program here to test out some features.

#6 ahyeek

    New Member

  • Members
  • Pip
  • 7 posts

Posted 11 March 2009 - 02:44 AM

Perhaps, new starter should look into more examples and scenario for GA to solve problem.
Take a look at: www.geneticalgorithm.ahyeek.com

This site contain solution for GA in solving vehicle routing problem and multi variants optimization
problem. It's a very good examples to look into.

Hope this help.

Ahyeek
http://silyeek-tech.blogspot.com





1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users