Research Article

Kernel Method Based Human Model for Enhancing Interactive Evolutionary Optimization

Algorithm 3

Constructive mapping genetic algorithm. (: generation and : population of the th generation).
(1)   
(2)   Initialize
(3)   Computing Fitness()
(4)   while Non-Termination do
(5)  Selection()
(6)  Crossover()
(7)  Mutation()
(8)  Computing Fitness()
(9)  if Ave fitness of Ave fitness of   then
(10)  
(11) end if
(12) end while