Research Article

Green Communication for Sixth-Generation Intent-Based Networks: An Architecture Based on Hybrid Computational Intelligence Algorithm

Algorithm 3

MPGND pseudocode.
1: Set MPA parameters:
2: Generate the preliminary population with a size
3: while () do
4: Population evaluation
5: Create the best solution matrix
6:ifthen
7:  Apply the first phase of searching
8: elseifthen
9:  Split the population of prey
10:  Apply the second searching phase
11: else
12:  Apply the third searching phase
13: endif
14: FADs effect the population
15: Update the best solution matrix
16: if
17:  Compute the mean of prey population
18:  Find , , and
19:  Apply GNDO exploitation phase
20: endif
21: endwhile
22: return the best solution