Research Article

The Characteristics of Metaheuristic Method in Selection of Path Pairs on Multicriteria Ad Hoc Networks

Algorithm 1

Algorithm of ACO.
Procedure: ACO metaheuristic
 Set parameter and initialize pheromone trails
While (termination condition not met) do
  Construct ant solutions
  Apply local search
  Update pheromones
 end
end