My Project
Loading...
Searching...
No Matches
Classes | Public Member Functions | Public Attributes | List of all members
ShortestPathGraphSearch< State, Action > Class Template Reference

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
 

Detailed Description

Based on uniform-cost-search/A* from the book Artificial Intelligence: A Modern Approach 3rd Ed by Russell/Norvig.


The documentation for this class was generated from the following file: