| Algorithm 4 Pseudocode of the mutation operator. |
| function
Mutation() for all do ▹ all the individuals in Q for do ▹i goes from 1 to L (the length of the solution vector) if then ▹ mutation probability if then ▹ increment/decrement end if end if end for end for return end function |