GENETIC ALGORITHM QUIZ
Across
- 5. The process by which individuals in a population are selected for reproduction
- 8. The term for each iteration in a genetic algorithm
- 11. The variable that controls how often random changes happen in the population
- 13. This is the process that balances exploration and exploitation in genetic algorithms
Down
- 1. The term for combining features of two parents in genetic algorithms
- 2. The population-based optimization algorithm inspired by natural evolution
- 3. A group of solutions evolved over time
- 4. The process of forming a new population by selecting the best-fit individuals
- 6. The term for a possible solution in genetic algorithms
- 7. The term for each element in a chromosome
- 9. The operator that combines two parent solutions to form offspring
- 10. A random change in a chromosome to maintain genetic diversity
- 12. The function that evaluates how good a solution is