A genetic algorithm with real-value coding to optimize multimodal continuous functions
This implementation is based on the article : “A genetic algorithm with real-value coding to optimize multimodal continuous functions | SpringerLink.” https://link springer.com/article/10.1007/s00158-001-0166-y (accessed May 16, 2021).
-
Classical genetic algorithm a. Initialize population
b. Fitness function calculation
c. Selection
d. Mutation
-
Improved method: RGCA a. sub population
b. the stages like previous algorithm(1) on each sub population
c. find best sub population