Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 295 Bytes

File metadata and controls

6 lines (5 loc) · 295 Bytes

Sometimes there is no good evaluation function for a problem but there is a good comparison method: a way to tell whether one node is better than another without assigning numerical values to either. Show that this is enough to do a best-first search. Is there an analog of A for this setting?