Issue519

Title add max_expansions parameter
Priority wish Status resolved
Superseder Nosy List jendrik, malte
Assigned To Keywords
Optional summary

Created on 2015-03-19.12:51:00 by jendrik, last changed by jendrik.

Messages
msg10177 (view) Author: jendrik Date: 2021-03-18.13:59:23
We currently have no plans to pursue this, so I'm closing the issue. Feel free to reopen it when you want to work on this.

To let a search exit immediately, you can use bound=0.
msg4095 (view) Author: jendrik Date: 2015-03-19.12:51:00
We would like to add a max_expansions parameter to the searches (similarly to the max_time 
parameter). This would allow us compare heuristics by measuring the lower bounds they can 
prove with a fixed amount of expansions. Also, by setting max_expansions=0 we could prevent 
the planner from doing any search, effectively eliminating the need for M&S's `terminate` 
argument.
History
Date User Action Args
2021-03-18 13:59:23jendriksetstatus: unread -> resolved
messages: + msg10177
2015-03-19 12:51:00jendrikcreate