Research Article

UAV Path Planning in Dynamical Environment: A Novel ICACO-IDWA Algorithm

Algorithm 1

ICACO algorithm.
(1)Construct cellular space of hexagonal grid
(2)Parameter initialization
(3)for i = 1∼ (maximum iteration)
(4) if (the ant did not find the target cellular)
(5) The ant decides the next cellular according to transfer rule which introduces differential search strategy
(6) end
(7)Updating the pheromone value between cellular according to the adaptive strategy
(8)end