Node cost
Closed this issue · 2 comments
cornop commented
Does the algorithm support weights ("cost") on nodes, like for instance, A* does?
mikolalysenko commented
No. It does not use A*, it uses a different algorithm.
cornop commented
I know it doesn't use A*, it's clearly much more sophisitacted. I was just wondering if this algorithm supports weights. Anyway, thanks.