Q.10 | A search problem can have three main factors: search space, start state, and goal test. Out of these, which one represents a set of possible solutions, which a system may have? | |
Ans | 1. Both start state and goal test | |
2. Search space | ||
3. Goal test | ||
4. Start state |
Correct Ans Provided: 2