Package | Description |
---|---|
AI |
Modifier and Type | Field and Description |
---|---|
Node |
Tree.topNode |
Modifier and Type | Method and Description |
---|---|
Node |
Node.clone()
Clone a node.
|
Node |
Node.setChild()
Set a new child.
|
Modifier and Type | Method and Description |
---|---|
int |
Tree.alpha_beta_pruning(Node node,
int depth,
int a,
int b,
boolean isComp)
The alpha beta and minimax combination.
|