Finally successfully integrated my grid building algorithm into autoPACK codebase. I did some initial testing of some edge cases, and I could not find any that leaked. As it happens, my algorithm also comfortably outperforms bhtree and the jordan (both 1 and 3) processes. See commits for more details.
We can test more tomorrow before you merge if you'd like. I'm also not sure if there's anywhere else I should be inserting my code....
Finally successfully integrated my grid building algorithm into autoPACK codebase. I did some initial testing of some edge cases, and I could not find any that leaked. As it happens, my algorithm also comfortably outperforms bhtree and the jordan (both 1 and 3) processes. See commits for more details.
We can test more tomorrow before you merge if you'd like. I'm also not sure if there's anywhere else I should be inserting my code....