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

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

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

Methods in org.apache.mahout.ga.watchmaker.travellingsalesman with parameters of type ProgressListener
 List<String> TravellingSalesmanStrategy.calculateShortestRoute(Collection<String> cities, ProgressListener progressListener)
          Calculates the shortest round trip distance that visits each of the specified cities once and returns to the starting point.
 List<String> EvolutionaryTravellingSalesman.calculateShortestRoute(Collection<String> cities, ProgressListener progressListener)
          Calculates the shortest route using a generational evolutionary algorithm with a single ordered mutation operator and truncation selection.
 List<String> BruteForceTravellingSalesman.calculateShortestRoute(Collection<String> cities, ProgressListener progressListener)
          To reduce the search space we will only consider routes that start and end at one city (whichever is first in the collection).
 



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