Issue103

Title The f-evaluator parameter of General Eager Best First Search doesn't work
Priority bug Status resolved
Superseder Nosy List erez, gabi, malte
Assigned To gabi Keywords
Optional summary

Created on 2010-08-04.09:38:10 by erez, last changed by gabi.

Messages
msg400 (view) Author: gabi Date: 2010-08-04.12:48:25
Fixed in r4598.
Fixed also the documentation of A* (implementation was correct).
msg396 (view) Author: erez Date: 2010-08-04.09:38:10
Running: 
./downward --heuristic "h=lmcut()" --search "eager(tiebreaking(sum(g(), h), h, 
unsafe_pruning=false), reopen_closed=true, f_evaluator=h )" < output

passes an f_evaluator of NULL to the search.

Also, the equivalent to A* should have f_evaluator=sum(g(), h)   [this is from 
the online documentation]
History
Date User Action Args
2010-08-04 12:48:25gabisetstatus: unread -> resolved
messages: + msg400
2010-08-04 11:50:31maltesetnosy: + malte
2010-08-04 09:38:10erezcreate