Research Article

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

Algorithm 2

DEWPT.
Input: the set of users , the set of MEC servers . The set of WP-MEC parameters . The algorithm parameters: .
Output: the optimal CCR
1: generate the initial population in a random way.
2: execute GAP-CS with para and each individual of to produce the decision
matrix .
3: 
4: whiledo
5:  for to
6:   select from in random way
7:   execute the hybrid mutation operator to produce via Algorithm 1
8:   execute the perturbation-based binomial crossover to produce by formula (12)
9:   execute GAP-CS with and to produce decision matrix and resource allocation
10:   calculate CCR by formula (6)
11:   execute selection operator, and update the optimal CCR
12: return the optimal CCR