AStarzDijkstraHeuristicBalance Property |
This value must belong to [0; 1] and it determines the influence of the heuristic on the algorithm.
If this influence value is set to 0, then the search will behave in accordance with the Dijkstra algorithm.
If this value is set to 1, then the cost to come to the current node will not be used whereas only the heuristic will be taken into account.
Namespace:
Pathfinding
Assembly:
RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax public float DijkstraHeuristicBalance { set; }
Property Value
Type:
SingleExceptions Exception | Condition |
---|
ArgumentException | Value must belong to [0;1]. |
See Also