Skip to main content
Question

Which algorithm is used in the ShortestPathFinder and NetworkCostCalculator?

  • June 9, 2021
  • 2 replies
  • 66 views

I'm assuming it's either Dijkstra's or A*, but would like to know for definite! Cheers in advance!

2 replies

Forum|alt.badge.img+2
  • 1891 replies
  • June 9, 2021

@ejm​ Both I believe. When cost is by length A* is used. Otherwise Dijkstra's 


  • Author
  • 1 reply
  • June 10, 2021

@ejm​ Both I believe. When cost is by length A* is used. Otherwise Dijkstra's 

That is very helpful as I have to precisely specify in my thesis which are being used. Cheers!