in reply to Travelling problem

Just for fun: )

I found a ruby blog describing a genetic algorithm attacking TSP.

I have a deep fascination for this approach, maybe someone wants to play around (porting to Perl is easy)

Additionally some one may want to try a meta-genetic-algo by modifying the mix of different mutation/sex types and measure success by time till the limit given by Christofides Algorithm is reached.

=)

Cheers Rolf

( addicted to the Perl Programming Language)

See Also

Algorithm::Evolutionary

  • Comment on Re: Travelling problem (genetic algorithm)