Research Article

Intelligent Time Allocation for Wireless Power Transfer in Wireless-Powered Mobile Edge Computing

Algorithm 1

Hybrid mutation operator.
Input:, and the target individual
Output: mutation individual
1: generate a random number by the uniform distribution with the probability density function
2: ifthen
3:  select DE/rand/1 from , perform mutation to produce the mutation individual
4: else
5:  select DE/best/1 from pool, perform mutation to produce the mutation individual
6: return mutation individual