Tags: | algorithms |
Authors: | Samuel Tardieu |
Class | Superclass | Slots |
astar | tuple | g in-closed-set |
Word | Stack effect |
cost | ( from to astar -- n ) |
heuristic | ( from to astar -- n ) |
neighbors | ( node astar -- seq ) |
Word | Stack effect |
<astar> | ( neighbors cost heuristic -- astar ) |
<bfs> | ( neighbors -- astar ) |
<dijkstra> | ( costs -- astar ) |
considered | ( astar -- considered ) |
find-path | ( start target astar -- path/f ) |
find-path* | ( start quot astar -- path/f ) |
Word | Stack effect |
astar? | ( object -- ? ) |