Research Article
[Retracted] Artificial Bee Colony Based Gabor Parameters Optimizer (ABC-GPO) for Modulation Classification
Algorithm 1
ABC-based Gabor parameters optimizer (ABC-GPO).
(1) | Initialize | (2) | Gabor parameters: c, , f, w | (3) | while iterations = = true do | (4) | evaluate fitness through (7) | (5) | apply employer bees phase | (6) | apply onlooker bees phase | (7) | apply scout bees phase | (8) | update Gabor parameters | (9) | if eq. ((7) (cost function is minimized) then, | (10) | break; | (11) | end | (12) | end | (13) | return c, , f, w |
|