ACO Algorithm with Additional Reinforcement
暂无分享,去创建一个
The aim of the paper is to develop the functionality of the ant colony optimization (ACO) algorithms by adding some diversification such as additional reinforcement of the pheromone. This diversification guides the search to areas in the search space which have not been yet explored and forces the ants to search for better solutions. In the ACO algorithms [1],[2] after the initialization, a main loop is repeated until a termination condition is met. In the beginning ants construct feasible solutions, then the pheromone trails are updated. Partial solutions are seen as states: each ant moves from a state i to another state j corresponding to a more complete partial solution.
[1] Marco Dorigo,et al. The ant colony optimization meta-heuristic , 1999 .
[2] Luca Maria Gambardella,et al. Ant Algorithms for Discrete Optimization , 1999, Artificial Life.