Class ACO
java.lang.Object
org.episteme.core.mathematics.optimization.swarm.ACO
Ant Colony Optimization (ACO) Engine.
Implements simplified MAX-MIN Ant System for TSP.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ACO
public ACO(int numNodes, double[][] distances, int numAnts)
-
-
Method Details
-
step
public void step() -
getBestTour
-
getNumAnts
public int getNumAnts() -
getBestTourLength
public double getBestTourLength()
-