Research Article

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

Algorithm 2

GNDO pseudocode.
1: Set GNDO parameters
2: Initialize the initial population
3: Evaluate each solution
4: Define the global best solution
5: while () do
6:ifthen
7:  Compute the mean of the population
8:  Find , , and
8:  Apply the exploitation phase
9: else
10:  Find and
11:  Apply the exploration phase
14: endif
15: endwhile
16: return the best solution