Research Article

[Retracted] Consumption Behavior Prediction Based on Multiobjective Evolutionary Algorithm

Algorithm 1

Multiobjective Evolutionary Algorithm.
Start
Input the consumer data
If (initialize the variable generation population)
  Calculate the fitness function of consumer data
  Selection of appropriate prediction of consumer data
  Crosscheck the prediction value by crossover and mutation
  Consumer prediction termination satisfied
Else
  Again initialize the population
End