Uses of Interface
org.apache.mahout.ga.watchmaker.travellingsalesman.TravellingSalesmanStrategy

Packages that use TravellingSalesmanStrategy
org.apache.mahout.ga.watchmaker.travellingsalesman   
 

Uses of TravellingSalesmanStrategy in org.apache.mahout.ga.watchmaker.travellingsalesman
 

Classes in org.apache.mahout.ga.watchmaker.travellingsalesman that implement TravellingSalesmanStrategy
 class BruteForceTravellingSalesman
          Naive brute-force solution to the travelling salesman problem.
 class EvolutionaryTravellingSalesman
          Evolutionary algorithm for finding (approximate) solutions to the travelling salesman problem.
 



Copyright © 2008-2010 The Apache Software Foundation. All Rights Reserved.