We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10c3e64 commit b8bd8e6Copy full SHA for b8bd8e6
dist/index.d.ts
@@ -3859,7 +3859,7 @@ interface PathFinderOpts {
3859
* Weight to apply to the heuristic in the A* formula `F = G + weight * H`.
3860
*
3861
* Use this option only if you understand the underlying A* algorithm mechanics!
3862
- * @default 1
+ * @default 1.2
3863
*/
3864
heuristicWeight?: number;
3865
src/path-finder.ts
@@ -110,7 +110,7 @@ interface PathFinderOpts {
110
111
112
113
114
115
116
0 commit comments