Package org.tweetyproject.math.examples
Class TravelingSalesman_solvedWithAntOpt
java.lang.Object
org.tweetyproject.math.examples.TravelingSalesman_solvedWithAntOpt
This class implements an example for the ant colony algorithm using isula for combinatrics problems
- Author:
- Sebastian Franke
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
TravelingSalesman_solvedWithAntOpt
public TravelingSalesman_solvedWithAntOpt()
-
-
Method Details
-
main
public static void main(String[] args) throws IOException, ConfigurationException, isula.aco.exception.InvalidInputException main method- Parameters:
args
- arguments- Throws:
IOException
- IOExceptionConfigurationException
- ConfigurationExceptionisula.aco.exception.InvalidInputException
- InvalidInputException
-