Reasoning for the name in msg8509: "What
the priority queue does is implement what we call best-first search in our AI
lecture (and what Russell & Norvig call best-first search): select the best
element according to a single evaluation function. There are further details
(how to break ties; performance characteristics), but I don't think we need to
make them part of the class name."
|