Please enable JavaScript.
Coggle requires JavaScript to display documents.
Evolutionary Algorithm
Fitness, Selection & Population Management…
Evolutionary Algorithm
Fitness, Selection & Population Management
-
Parent
Selection
-
Rank-Based Selection
-
-
Linear Ranking
u = pop size
1 < s <= 2 : factor
Exponential Ranking
where c is constant (population size)
-
Tournament Selection
- Pick k members at random then
select best of these
-
Survivor Selection
Fitness-Based Selection
-
-
(u+λ) selection
- Out of λ and u, pick total u
-
-