| Algorithm 1. Pseudo-code of the IAOA. |
| 1: Initialization parameters and population location i (i = 1,2...N) 2: While(t < T) 3: 4: for i = 1 : N 5: for j = 1 : N 6: if r1 > MOA 7: if r2 > 0.5 (exploration phase) 8: 9: else 10: 11: end if 12: if r3 > 0.5 (development phase) 13: 14: else 15: 16: end if 17: end if 18: end for 19: end for 20: end while 21: Return to the optimal solution |