Research Article

Personality Prediction with Hybrid Genetic Programming using Portable EEG Device

Algorithm 1

Genetic programming Algorithm.
ā€‰Begin.
(1)Random generation of the individuals by using the full and the grow approach
(2)Measure each individual fitness
(3)Apply GP operators, i.e., reproduction, crossover, and mutation for evolving the upcoming generation
(4)Generate all trees before the conditions of the termination criteria are met
ā€‰End.