My Project
|
Based on uniform-cost-search/A* from the book Artificial Intelligence: A Modern Approach 3rd Ed by Russell/Norvig. More...
Public Member Functions | |
ShortestPathGraphSearch (IShortestPath< State, Action > info) | |
bool | InitGetShortestPath (State fromState, State toState) |
void | AsyncSteps (int count) |
List< Action > | GetShortestPath (State fromState, State toState) |
Public Attributes | |
bool | solutionNotFound = false |
List< Action > | solution |
Based on uniform-cost-search/A* from the book Artificial Intelligence: A Modern Approach 3rd Ed by Russell/Norvig.