1. What does the crossover probability in Genetic Algorithms control?
Correct Answer: B) How likely two parent solutions are to combine their genes
2. What happens if crossover is not applied in Genetic Algorithms?
Correct Answer: A) Parents' genes remain unchanged in the next generation
3. What is the usual range for crossover probability?
Correct Answer: B) 0 to 1
4. What does a high crossover probability promote in Genetic Algorithms?
Correct Answer: B) Increased variety
5. What might happen if the crossover probability is set too high?
Correct Answer: A) It could break apart well-performing solutions
6. Which crossover probability range is commonly used for Genetic Algorithms?
Correct Answer: A) 0.6 to 0.9
7. What does a low crossover probability tend to produce in a population?
Correct Answer: C) Less variety
8. What is important to balance with crossover probability in Genetic Algorithms?
Correct Answer: A) Mutation rate
9. How many pairs will undergo crossover if the probability is 0.8 and there are 10 pairs?
Correct Answer: B) 8 pairs
10. What does crossover probability ensure in Genetic Algorithms?
Correct Answer: B) Some stability while allowing exploration