Posts

Showing posts with the label Crossover

Genetic Algorithm MCQs

 Genetic Algorithm MCQs 1.      Produces two new offspring from two parent string by copying selected bits from each parent is called (A) Mutation (B) Inheritance (C) Crossover (D) None of these Ans: C 2.      Genetic operators includes (A) Crossover (B) Mutation (C) Both A & B (D) None of these Ans: C 3.      What is the correct representation of GA? (A) GA(Fitness, Fitness_threshold, p) (B) GA(Fitness, Fitness_threshold, p, r ) (C) GA(Fitness, Fitness_threshold, p, r, m) (D) GA(Fitness, Fitness_threshold)       Ans: C 4. When would the genetic algorithm terminate? (A) Maximum number of generations has been produced (B) Satisfactory fitness level has been reached for the population. (C) Both A & B (D) None of these Ans:   C 5.      Genetic algorithm is a (A) Search technique used in computing to find tr...