Class PheromoneUtils

java.lang.Object
isula.aco.algorithms.PheromoneUtils

public class PheromoneUtils extends Object
  • Constructor Details

    • PheromoneUtils

      public PheromoneUtils()
  • Method Details

    • validatePheromoneValue

      public static void validatePheromoneValue(double v)
    • updatePheromoneForAntSolution

      public static <C, E extends Environment> void updatePheromoneForAntSolution(Ant<C,E> ant, E environment, Function<Integer,Double> pheromoneUpdater)