Genetic Algorithms - I
Genetic Algorithms - I
Population Size (N): Total solutions in the Probabilistic Search: Uses randomization
population. to search for solutions.
Mating Pool Size (Np): Percentage of Different Genetic Algorithm Key Characteristics of Genetic Algorithms Termination Criteria: Can stop based on
population selected for reproduction. Architectures reaching a local or global optimum, or after
Parameters: Basic Genetic Algorithm a set number of generations.
Mutation Rate (μ): Probability of mutation. Framework
Flexible: GAs can handle "noisy" or complex
Convergence Threshold (δ): Condition for environments and optimize multiple
stopping. objectives.
Generational Genetic Algorithm (GGA)
1. Modular: Solutions can be combined with
Overlapping generations; some individuals
other methods.
are replaced each generation.