Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AStarSearch ¶
func NewAStarSearch ¶
func NewAStarSearch(heuristic func(node, goal *Node) float64) AStarSearch
NewAStarSearch returns a new a-star search instance.
Click to show internal directories.
Click to hide internal directories.