All Classes and Interfaces
Class
Description
The main component of the framework: Is the one in charge of making a colony
an ants to traverse an environment in order to generate solutions.
A configuration provider, but for Ant Colony System algorithm.
The little workers that build solutions: They belong to a colony.
A group of ants.
A behavior to be performed by an Ant.
A type of Ant Policy.
Used when the instances used to solve the problem are not configured
properly.
Classes that implement this type provide configuration information to the
Problem Solvers.
Global actions that have impact in all the colony and its environment.
Types of Daemon Actions.
The place that our ants traverse, where they gather the information to build
solutions.
Produced when the information provided for an instance is inconsistent.
Configuration parameters of a Max-Min Ant System algorithm.
Produced when calling a method that requires overriding.
Update pheromone process triggered after every ant has build a feasible solution.
The pheromone update policy of Ant System.
A simple evaporation policy taken from Ant System.
The selection policy for Ant Colony System algorithms.
This is the node selection policy used in Ant System algorithms, also known as Random Proportional Rule.
Produced when errors appear while ants are constructing a solution.
A simple initialization procedure for a Pheromone Matrix.
The initialization procedure for the Pheromone Matrix in a MMAS Algorithm.
The procedure for pheromone update for MMAS.