Research Article
How to Improve the Efficiency of Check-In Counter: A Counter-Sharing Method
Table 1
The pseudocode of the differential evolution algorithm.
| Algorithm 1: DE algorithm |
| Input: Population: M; Dimension: D; Genetation: T | Output: The best vector (solution) | (initialization); | For to M do | For to D do | ; | end | end | While or do | For to M do | ‣ (Mutation and Crossover) | For to D do | | | end | ‣ (Greedy Selection) | If then | | If then | ; | end | else | | end | end | ; | end | Return the best vector ; |
|
|