-
Notifications
You must be signed in to change notification settings - Fork 105
Open
Labels
questionFurther information is requestedFurther information is requested
Milestone
Description
Hello JuliaGraph!,
Pardon me if this is a very naive question, however, I was looking for an A* implementation in Julia and found the one here in Graphs.jl.
For problems where I know my graph before hand, A* can be easily used since I just define my graph, heuristic and go on my merry way.
However, A* itself doesn't require the complete graph structure, just the neighbors of the current vertex it is expanding from. This is primarily evident if your search space is enourmous. Would it be possible incorporate this feature, where given a user defined neighbor functin, a graph can be dynamically created within a_star? In fact this could be even be seen as a way to generate a graph, rather than just a Path Traversal method.
Metadata
Metadata
Assignees
Labels
questionFurther information is requestedFurther information is requested