Issue895

Title rename StandardScalarOpenList to BestFirstOpenList
Priority feature Status resolved
Superseder Nosy List jendrik, malte
Assigned To jendrik Keywords
Optional summary
part of issue610

Created on 2019-02-26.22:27:56 by jendrik, last changed by jendrik.

Summary
part of issue610
Messages
msg8561 (view) Author: jendrik Date: 2019-02-27.23:17:15
Merged.
msg8559 (view) Author: malte Date: 2019-02-27.21:27:37
I like it! Good to merge.
msg8544 (view) Author: jendrik Date: 2019-02-26.22:59:17
I made a pull request at 
https://bitbucket.org/jendrikseipp/downward/pull-requests/121 . It includes a
draft for the wiki documentation, but I'm sure you have more things to say there :-)
msg8542 (view) Author: jendrik Date: 2019-02-26.22:27:56
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."
History
Date User Action Args
2019-02-27 23:17:15jendriksetstatus: reviewing -> resolved
messages: + msg8561
2019-02-27 21:27:37maltesetmessages: + msg8559
2019-02-26 22:59:17jendriksetstatus: unread -> reviewing
messages: + msg8544
summary: part of issue610 TODO: touch up wiki documentation for the class -> part of issue610
2019-02-26 22:27:56jendrikcreate