Computer Science, asked by makavana, 1 year ago

Differentiate Hill climbing and Best First search method

Answers

Answered by suhela
0

Answer:

The difference lies in understanding what is more concerned in searching for the goal state. The Best First Search is a systematic search algorithm where systematicity is achieved by moving forward iteratively on the basis of finding out the best heuristic value for the adjacent nodes for every current node

Similar questions