Discussion on Midterm topics

How does a heuristic search work?

How does a heuristic search work?

by Fahim Abdullah Md Raeid -
Number of replies: 0

A Heuristic (or a heuristic function) takes a look at search algorithms. At each branching step, it evaluates the available information and makes a decision on which branch to follow. It does so by ranking alternatives. The Heuristic is any device that is often effective but will not guarantee work in every case.