HOG2
|
#include <GraphCheck.h>
Static Public Member Functions | |
static void | NumNodesWithinRadius (SearchEnvironment< state, action > &env, state from, int depth, int &inner_count, int &leaf_count) |
static void | PathCountWithinRadius (SearchEnvironment< state, action > &env, state from, int depth, std::unordered_map< uint64_t, int, Hash64 > &counts, std::unordered_map< uint64_t, double, Hash64 > &aveCosts) |
Static Private Member Functions | |
static void | DFSVisit (SearchEnvironment< state, action > &env, std::vector< SimpleNode< state > > &thePath, int depth, std::unordered_map< uint64_t, int, Hash64 > &counts, std::unordered_map< uint64_t, double, Hash64 > &aveCosts, double gval) |
Definition at line 45 of file GraphCheck.h.
|
staticprivate |
Definition at line 126 of file GraphCheck.h.
References SimpleNode< T >::depth, SearchEnvironment< state, action >::GetStateHash(), SearchEnvironment< state, action >::GetSuccessors(), SimpleNode< T >::me, and SimpleNode< T >::parent.
|
static |
Definition at line 56 of file GraphCheck.h.
References SimpleNode< T >::depth, SearchEnvironment< state, action >::GetStateHash(), SearchEnvironment< state, action >::GetSuccessors(), and SimpleNode< T >::me.
|
static |
Definition at line 107 of file GraphCheck.h.
References SearchEnvironment< state, action >::GetStateHash().