Source Of Summary:

Lec.6.D. M. spring 2024.pdf

1. Genetic Algorithms (GA) 🧬


2. Principle of Natural Selection 🌱


3. Biological Example: Giraffes 🦒


4. Evolution Through Natural Selection 🔄

Initial Population of Animals
        ↓
Struggle for Existence — Survival of the Fittest
        **↓**
Surviving Individuals Reproduce & Propagate Favorable Traits
        **↓**
Millions of Years of Iteration
        **↓**
Evolved Species (**Trait Becomes Established**)

5. How GAs Simulate Evolution 🤖

5.1 Basic Workflow

  1. Initialize Population of candidate solutions (called chromosomes)
  2. Evaluate each chromosome’s fitness
  3. Selection: choose elite chromosomes for reproduction
  4. Crossover: exchange genetic material between parents
  5. Mutation: randomly alter genes in offspring
  6. Replace or augment population with new generation
  7. Repeat until a termination criterion is met 🎯

Screenshot 2025-05-08 021405.png