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

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

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

Classes in org.apache.mahout.ga.watchmaker.travellingsalesman that implement DistanceLookup
 class EuropeanDistanceLookup
          This class contains data about cities in Europe and the distances between them.
 

Constructors in org.apache.mahout.ga.watchmaker.travellingsalesman with parameters of type DistanceLookup
BruteForceTravellingSalesman(DistanceLookup distances)
           
EvolutionaryTravellingSalesman(DistanceLookup distances, org.uncommons.watchmaker.framework.SelectionStrategy<? super List<String>> selectionStrategy, int populationSize, int eliteCount, int generationCount, boolean crossover, boolean mutation, boolean mahout)
          Creates an evolutionary Travelling Salesman solver with the specified configuration.
RouteEvaluator(DistanceLookup distances)
           
 



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