Issue48

Title implement new call syntax
Priority feature Status resolved
Superseder Nosy List erez, gabi, malte
Assigned To gabi Keywords 1.0
Optional summary

Created on 2009-11-16.10:51:43 by gabi, last changed by gabi.

Messages
msg406 (view) Author: gabi Date: 2010-08-04.20:15:35
I completed the implementation of the new call syntax.

The syntax is documented on the wiki page on a level that should be
understandable for a user that is already familiar with Fast Downward.

One thing that is still to do is reintegrating the iterative search. I split
this off to issue105.

I was not sure whether I should set the status of this issue to "resolved" or to
"done-cbb" because there is one thing that still could be improved:
Specifying a parser for a new heuristic/search/open list/... is currently done
on a very low level but more abstract level would be much more convenient (and
probably more readable). I split this off as a wish to issue104.

I hereby declare this issue resolved.
msg285 (view) Author: malte Date: 2010-03-22.12:20:03
This may require moving the anytime search out of the main loop first. Erez, can
you tell Gabi when this is done? If there is an issue on that, it'd be good to
cross-reference it from here.
msg122 (view) Author: gabi Date: 2009-11-16.10:51:43
The planner should be called with a more readable (and more flexible) call syntax.

For example,
./search lazy(alt(use_preferred=true, ff, lama(lm-gen=zg)))
would call lazy best first search with an alternation open list
that alternates between the ff heuristic and the lama heuristic
(with some option lm-gen=zg) and uses additional queues for the 
preferred operators.
History
Date User Action Args
2010-08-04 20:15:35gabisetstatus: in-progress -> resolved
messages: + msg406
2010-03-22 14:29:33maltesetkeyword: + 1.0
2010-03-22 12:20:03maltesetnosy: + erez
messages: + msg285
2009-11-17 22:05:33maltesetnosy: + malte
2009-11-16 10:51:43gabicreate