Home »
MCQs »
Artificial Intelligence MCQs
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?
- True
- 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.