Class ACO

java.lang.Object
org.episteme.core.mathematics.optimization.swarm.ACO

public class ACO extends Object
Ant Colony Optimization (ACO) Engine. Implements simplified MAX-MIN Ant System for TSP.
  • Constructor Details

    • ACO

      public ACO(int numNodes, double[][] distances, int numAnts)
  • Method Details

    • step

      public void step()
    • getBestTour

      public List<Integer> getBestTour()
    • getNumAnts

      public int getNumAnts()
    • getBestTourLength

      public double getBestTourLength()