Genetic Algorithms: Presented To: Dr. Sherin Youssof Presented By: Ahmad Abdullatif Goudah
Genetic Algorithms: Presented To: Dr. Sherin Youssof Presented By: Ahmad Abdullatif Goudah
Chromosomes are
strings of DNA and
serves as a model for
the whole organism.
2.2. Biological Terminology (cont.)
• A chromosome consist of genes, blocks of DNA. Each gene encodes
a particular protein. Basically can be said, that each gene encodes a
trait , for example color of eyes. Possible settings for a trait (e.g. blue,
brown) are called alleles. Each gene has its own position in the
chromosome. This position is called locus.
• Rank Selection
• Rank selection first ranks the
population .
• Every chromosome receives
fitness from this ranking.
• The worst will have fitness 1,
second worst 2 etc.
• The best will have fitness N
(number of chromosomes in
population) .
• But this method can lead to
slower convergence, because
the best chromosomes do not
differ so much from other
ones.
2.9. Selection Methods (cont.)
• Steady-State Selection
• Main idea of this selection is that big part of
chromosomes should survive to next generation.
• Boltzmann selection
• In Boltzmann selection, a method inspired by the
technique of simulated annealing, selection pressure is
slowly increased over evolutionary time to gradually
focus the search.