📢 Too many exams? Don’t know which one suits you best? Book Your Free Expert 👉 call Now!


    Question

    Which of the following algorithm uses Darwinian based

    algorithm to find the best solutions to solve complicated problems with a greater number of variables and possible outcomes/solutions?
    A Genetic algorithm Correct Answer Incorrect Answer
    B A* algorithm Correct Answer Incorrect Answer
    C Minimax algorithm Correct Answer Incorrect Answer
    D Hill climbing Correct Answer Incorrect Answer

    Solution

    • Why Correct (Genetic Algorithm):
      Genetic algorithms are inspired by Charles Darwin’s theory of natural selection. They use mechanisms such as selection, crossover, and mutation to evolve solutions over generations. They are best suited for complex optimization problems with multiple variables.
    • Why Others are Wrong:
      • Option 2 (A): * A heuristic search algorithm for pathfinding and graphs, not Darwinian.
      • Option 3 (Minimax): Used in game theory for minimizing opponent’s maximum gain, not evolution-based.
      • Option 4 (Hill Climbing): Iterative optimization technique, but not based on evolutionary principles.

    Practice Next

    Relevant for Exams:

    ask-question