Research Article

Multiobjective Cognitive Cooperative Jamming Decision-Making Method Based on Tabu Search-Artificial Bee Colony Algorithm

Algorithm 1

The application of tabu search in ABC algorithm in jamming decision.
1: send employed foragers
2: calculate the jamming effect of the current decision matrices
3: if optimal solution updated after limit times
  then
4:  keep the updated solution
5: else
6:  update tabu list
7:  search for new solution through the Tabu Search Algorithm
8:  while distance thresholdvalue do
9:   keep the solution as the new solution
10: end while
11: end if
12: send onlookers
13: repeat