From: "Simon Kröger" Date: 2007-10-07T00:55:02+09:00 Subject: Re: [QUIZ] Itinerary for a Traveling Salesman (#142) > A salesman wants to call on his customers, each of which is located in a > different city. He asks you to prepare an itinerary for him that will minimize > his driving miles. The itinerary must take him to each city exactly once and > return him to his starting point. Can you write a Ruby program to generate such > an itinerary? > [...] Sorry if i'm just stating the obvious - this quiz isn't about finding a solution (fast and correct) but to implement the genetic algorithm, right? I'm just asking myself if i missed a (or maybe the) point... cheers Simon