Link Search Menu Expand Document

🝰 Heuristics

An inventory of the available heuristics modules.


Heuristics modules are primarily used by Pathfinding nodes, such as Edges Pathfinding and Plot Edges Pathfinding

Heuristics are basically some under-the-hood maths used by ⊚ Search Algorithms to gauge whether one path is better than another. Different algorithms use heuristics differently, but their values is computed consistently.

Modules


🝰 Heuristic Attribute

Attribute-driven heuristics

The Heuristic Attribute heuristic node …

🝰 Shortest Distance

Subtitle

The Shortest Distance heuristic node …

🝰 Feedback

Subtitle

The Feedback heuristic node …

🝰 Inertia

Subtitle

The Inertia heuristic node …

🝰 Steepness

Favor flat paths

The Steepness heuristic node …

🝰 Azimuth

Subtitle

The Azimuth heuristic node …

🝰 Least Nodes

Subtitle

The Least Nodes heuristic node …