Class StartPheromoneMatrixForMaxMin<C,E extends Environment>

java.lang.Object
isula.aco.DaemonAction<C,E>
isula.aco.algorithms.antsystem.StartPheromoneMatrix<C,E>
isula.aco.algorithms.maxmin.StartPheromoneMatrixForMaxMin<C,E>
Type Parameters:
C - Class for components of a solution.
E - Class representing the Environment.

public class StartPheromoneMatrixForMaxMin<C,E extends Environment> extends StartPheromoneMatrix<C,E>
The initialization procedure for the Pheromone Matrix in a MMAS Algorithm. It assigns the maximum allowed value to all cells.
Author:
Carlos G. Gavidia