A* search may perform poorly in cases of _______ where the heuristic estimates significantly deviate from the actual costs.

  • Accurate, Estimations
  • Converging, Iterations
  • Diverging, Optimization
  • Misleading, Heuristics
A* search may perform poorly in cases of diverging heuristics where the heuristic estimates significantly deviate from the actual costs. This divergence can lead the algorithm to explore less promising paths, affecting its efficiency and potentially causing it to find suboptimal solutions in certain scenarios.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *