jmgq/php-a-star

Measure number of nodes expanded in the benchmark

Opened this issue · 0 comments

jmgq commented

As suggested by @pathway in #12, the benchmark should be extended to display the number of nodes that were expanded during the execution.

As a prerequisite for this, the algorithm code needs to be changed so that it can report this metric during debug mode.