UNIT 3
Across
- 7. The type of encoding where genes are represented as real numbers.
- 9. The function used to assess how good a solution is in solving a problem.
- 10. A small part of a population automatically preserved in the next generation to retain good solutions.
Down
- 1. The type of problem where the objective is to find the highest value.
- 2. A method of selecting chromosomes for reproduction, based on fitness proportion.
- 3. The initial group of potential solutions in a genetic algorithm.
- 4. A selection method where the best individuals from a subset compete to reproduce.
- 5. The encoding scheme where genes are represented as binary digits (0s and 1s).
- 6. The process of exchanging genetic material between two parent solutions.
- 8. The process of introducing random changes to a chromosome in genetic algorithms.