Issue160

Title landmark count heuristic should detect automatically whether preferred operators should be computed
Priority wish Status chatting
Superseder Nosy List jendrik, malte
Assigned To Keywords
Optional summary

Created on 2010-12-17.15:53:20 by malte, last changed by malte.

Messages
msg10171 (view) Author: malte Date: 2021-03-18.13:51:14
This is part of issue987.
msg887 (view) Author: malte Date: 2010-12-17.15:53:19
Right now, the LM count heuristic is the only one where the user needs to
specify whether prefererred operators should be computed. (In addition to
specifying the pref. ops. heuristics during search.) This is because computing
preferred operators is comparatively expensive here. (Except if we're using the
FF/LM synergy, which does a relaxed exploration anyway -- in that case, pref.
ops. are always computed.)

It would be nice if the heuristic were told by the search algorithm whether or
not preferred operators will be requested so that this manual specification
becomes unnecessary.
History
Date User Action Args
2021-03-18 13:51:14maltesetnosy: + jendrik
messages: + msg10171
2010-12-17 15:53:20maltecreate