Consider the following statement: 'In AI search algorithms, we look for a solution which provides us the most optimized way in terms of both time and cost to reach from the current state to the Goal State' State whether the above condition is true or false?

35. Consider the following statement:
"In AI search algorithms, we look for a solution which provides us the most optimized way in terms of both time and cost to reach from the current state to the Goal State."
State whether the above condition is true or false?

  1. True
  2. False

Answer: A) True

Explanation:

If we want to optimize our algorithm, we must take care of both the time limit as well as the cost that occurred in our searching. The lesser they are, the more efficient our algorithm is.

Comments and Discussions!

Load comments ↻






Copyright © 2024 www.includehelp.com. All rights reserved.