- calculateBestCost() - Method in class forgetfulAntSystem
-
Function that uses all information saved during all the iterations to calculate
statistics and print them to the console.
- calculateBestPaths() - Method in class forgetfulAntSystem
-
Function that checks which ant has constructed the best path
- calculatePairingCost(List<flight>) - Method in class ant
-
Function to calculate pairing cost
- checkVisitedNodes() - Method in class ant
-
Function that checks whether all flights have been selected for the problem
- computeTotalProbability(int, List<flight>) - Method in class ant
-
* Choose a flight based on its computated probability.