InterviewSolution
Saved Bookmarks
| 1. |
How does randomized hill-climbing choose the next move each time?(A) It generates a random move from the moveset, and accepts this move.(B) It generates a random move from the whole state space, and accepts this move.(C) It generates a random move from the moveset, and accepts this move only if this move improves the evaluation function.(D) It generates a random move from the whole state space, and accepts this move only if this move improves the evaluation function. |
| Answer» | |