Multiple choice

__________ strategy is a variant of generate and test, in which feedback from the test procedure is used.

  1. BFS

  2. DFS

  3. Best-first-search

  4. Hill climbing

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

Hill climbing is a form of generate and test where the next move is chosen based on the feedback (evaluation) of the current state relative to the goal, allowing it to improve its path iteratively.