G
Guest
Guest
Archived from groups: comp.ai.games (More info?)
Begin at Start, travel to a waypoint, and return to start. The path TO the
waypoint and the path FROM the waypoint should be the same path.
So far, I've tried RandomBounce, SimpleTrace, RobustTrace, BreadthFirst,
DepthFirst, IDDF, Dijkstra's, BestFirst, A*, and IDA*.
Each of those algorithms produces a return path that is a rotated image of
the original. Thus, the course travelled ends up being two different paths,
which is not good for me.
Has anyone seen work on this?
Begin at Start, travel to a waypoint, and return to start. The path TO the
waypoint and the path FROM the waypoint should be the same path.
So far, I've tried RandomBounce, SimpleTrace, RobustTrace, BreadthFirst,
DepthFirst, IDDF, Dijkstra's, BestFirst, A*, and IDA*.
Each of those algorithms produces a return path that is a rotated image of
the original. Thus, the course travelled ends up being two different paths,
which is not good for me.
Has anyone seen work on this?