(Artificial Intelligence)
Write pseudo code for the following conditions
Genetic algorithm with population size 1
Ans.)
Genetic algorithm with population size N = 1: if the population size is 1, then the two selected parents will be the same individual; crossover yields an exact copy of the individual; then there is a small chance of mutation. Thus, the algorithm executes a random walk in the space of individuals.
Get Answers For Free
Most questions answered within 1 hours.