1.

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.(a) True(b) FalseThe question was asked in my homework.This key question is from Local Search Problems and Optimization Problems in division Problem Solving of Artificial Intelligence

Answer»

Correct choice is (a) True

For explanation I would say: STOCHASTIC beam search, analogous to stochastic hill climbing, helps to alleviate this PROBLEM. INSTEAD of choosing the best k from the pool of candidate successors, stochastic beam search chooses k successors at random, with the PROBABILITY of choosing a given successor being an increasing function of its value.



Discussion

No Comment Found

Related InterviewSolutions