Closed jinnaiyuu closed 9 years ago
Rr is duplicated nodes. In order to calculate these ratios, I have to give the goal f for the instance before it runs, so that it needn't to remember every f value but just three ways. It's also easier to parse down.
Rr had a bug. It was only calculating the node that is duplicated and need to be expanded. Well, might be a useful information too.
It is shown in global order plot.
Evaluate the search overhead in depth. R<: Nodes that should be expanded R=: Some need expansion, but the others do not. R>: Nodes that do not need expansion.
Let's compare R= relative to single thread astar seaerch as that might be the "hidden" overhead.