public class TreeNode
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
double |
HUGE_NUMBER |
| Constructor and Description |
|---|
TreeNode(StateObservation state,
TreeNode parent) |
| Modifier and Type | Method and Description |
|---|---|
double |
ExploreNode() |
int |
GetBestChild() |
TreeNode |
SelectNode() |
void |
UpdateNode(double value) |
public TreeNode(StateObservation state, TreeNode parent)
public TreeNode SelectNode()
public double ExploreNode()
public void UpdateNode(double value)
public int GetBestChild()