Package jenes.tutorials.problem3

Class Summary
TravelSalesmanProblem  
TSPCityCenteredCrossover Algorithm description: parent1 5 2 1 4 6 3 parent2 1 3 2 4 6 5 child1 _ _ _ _ _ _ child2 _ _ _ _ _ _ Step 1: a city is choosed randomly.
TSPGA  
TSPScrambleMutator Algorithm description: Two random indexes, i1 and i2, are choosed; the order of the elements within the range [i1,i2] changes randomly.