#include <rl_common/Random.h>
#include <rl_common/core.hh>
#include <vector>
#include <set>
#include <map>
Go to the source code of this file.
Classes | |
class | LinearSplitsTree |
struct | LinearSplitsTree::tree_experience |
struct | LinearSplitsTree::tree_node |
Defines | |
#define | BUILD_EVERY 0 |
#define | BUILD_EVERY_N 2 |
#define | BUILD_ON_ERROR 1 |
#define | BUILD_ON_TERMINAL 3 |
#define | BUILD_ON_TERMINAL_AND_ERROR 4 |
#define | N_LS_NODES 2500 |
#define | N_LST_EXP 200000 |
#define BUILD_EVERY 0 |
Definition at line 13 of file LinearSplitsTree.hh.
#define BUILD_EVERY_N 2 |
Definition at line 15 of file LinearSplitsTree.hh.
#define BUILD_ON_ERROR 1 |
Definition at line 14 of file LinearSplitsTree.hh.
#define BUILD_ON_TERMINAL 3 |
Definition at line 16 of file LinearSplitsTree.hh.
#define BUILD_ON_TERMINAL_AND_ERROR 4 |
Definition at line 17 of file LinearSplitsTree.hh.
#define N_LS_NODES 2500 |
Definition at line 11 of file LinearSplitsTree.hh.
#define N_LST_EXP 200000 |
Definition at line 10 of file LinearSplitsTree.hh.