My Project
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
SearchNode< State, Action > Class Template Reference
Inheritance diagram for SearchNode< State, Action >:

Public Member Functions

 SearchNode (SearchNode< State, Action > parent, float g, float f, State state, Action action)
 
int CompareTo (SearchNode< State, Action > other)
 Reverse sort order (smallest numbers first)
 
override string ToString ()
 

Public Attributes

SearchNode< State, Action > parent
 
State state
 
Action action
 
float g
 
float f
 

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