|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 java.util.List<java.lang.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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |