Class TravelingSalesman_solvedWithAntOpt


  • public class TravelingSalesman_solvedWithAntOpt
    extends java.lang.Object
    This class implements an example for the ant colony algorithm using isula for combinatrics problems
    Author:
    Sebastian Franke
    • Method Summary

      Modifier and Type Method Description
      static void main​(java.lang.String[] args)  
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • TravelingSalesman_solvedWithAntOpt

        public TravelingSalesman_solvedWithAntOpt()
    • Method Detail

      • main

        public static void main​(java.lang.String[] args)
                         throws java.io.IOException,
                                javax.naming.ConfigurationException,
                                isula.aco.exception.InvalidInputException
        Throws:
        java.io.IOException
        javax.naming.ConfigurationException
        isula.aco.exception.InvalidInputException