Quiz: Short Answer Questions
Instructions: Answer the following questions in two to three sentences, based on the provided source material.
- What is the core concept behind a Genetic Algorithm (GA), and from what fields is it derived?
- Explain the primary purpose of a fitness function within a Genetic Algorithm.
- Describe the phenomenon of “premature convergence” and why it is an undesirable condition in a GA.
- What is the fundamental difference between the Generational and Steady State population models?
- Why are Genetic Algorithms considered particularly useful for solving NP-Hard problems?
- Explain the purpose of the mutation operator and the risk associated with setting its probability too high.
- What is “Elitism” in the context of survivor selection, and what does it guarantee?
- Contrast the Lamarckian and Darwinian models of lifetime adaptation as they apply to computational GAs.
- Describe how Tournament Selection works as a parent selection method.
- What is the Building Block Hypothesis and what does it suggest about how GAs achieve success?