rrt icon indicating copy to clipboard operation
rrt copied to clipboard

Allow option to have final iteration count to be stored in a text file

Open joshhting opened this issue 11 years ago • 2 comments

This would allow us to run the rrt a bunch of times and collect the iteration counts for each one in one place, which could be useful for comparing the efficiency of a new implementation to that of an old one.

joshhting avatar Apr 08 '15 00:04 joshhting

I think this would go well as a small gui-less test program. We could have it initialize a 2d space with obstacles and parameters specified on the command line, then print out stats to stdout.

justbuchanan avatar Apr 08 '15 20:04 justbuchanan

If we could also store the amount of time it took to complete a run in the file, that could be a more useful measure of its efficiency as well.

joshhting avatar Apr 15 '15 00:04 joshhting