php-a-star
php-a-star copied to clipboard
Measure number of nodes expanded in the benchmark
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.