Research Article

Analysis of the Customer Churn Prediction Project in the Hotel Industry Based on Text Mining and the Random Forest Algorithm

Table 1

Pseudo code of the differential evolution algorithm.

Pseudo code of differential evolution algorithm

Initial population with randomly generated individuals
Fitness evaluation of all individuals in the population
While the final conditions are not met,
 Create the mutant vectors using the mutation strategy
 Create trial vectors by combining noisy vectors with parent vectors
 Evaluate trial vectors with their fitness values
 Select winning vectors as individuals in a new generation
End while