A genetic algorithm (or GA) is a variant of stochastic beam search in which successor states are generated by combining two parent states, rather than by modifying a single state.

🎲 Try a Random Question  |  Total Questions in Quiz: 93  |  🧠 Study this quiz with Flashcards
This question is part of a full practice quiz:
Artificial Intelligence Practice Test Questions: Problem Solving — practice the complete quiz, review flashcards, or try a random question.

Topics include: Problem Solving, Uninformed Search Strategy, Uninformed Search and Exploration, Informed Search Strategy, Informed Search and Exploration, Local Search Problems and Optimization Problems, & Constraints Satisfaction Problems.

 


A genetic algorithm (or GA) is a variant of stochastic beam search in which successor states are generated by combining two parent states, rather than by modifying a single state.