Click or drag to resize

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
C#
public float DijkstraHeuristicBalance { set; }

Property Value

Type: Single
Exceptions
ExceptionCondition
ArgumentExceptionValue must belong to [0;1].
See Also