My Project
|
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 |