UNIT 3

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