|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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). |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |