MCTS Time per move: 10
Min-max depth: 1
| Bot | Win | Draw | Lose |
|---|---|---|---|
| Monte Carlo Tree Search | 30.00% | 0.00% | 70.00% |
| Alpha-Beta Min-max | 70.00% | 0.00% | 30.00% |
MCTS Time per move: 10
Min-max depth: 2
| Bot | Win | Draw | Lose |
|---|---|---|---|
| Monte Carlo Tree Search | 20.00% | 0.00% | 80.00% |
| Alpha-Beta Min-max | 80.00% | 0.00% | 20.00% |
MCTS Time per move: 10
Min-max depth: 3
| Bot | Win | Draw | Lose |
|---|---|---|---|
| Monte Carlo Tree Search | 20.00% | 0.00% | 80.00% |
| Alpha-Beta Min-max | 80.00% | 0.00% | 20.00% |
MCTS Time per move: 10
Min-max depth: 4
| Bot | Win | Draw | Lose |
|---|---|---|---|
| Monte Carlo Tree Search | 10.00% | 0.00% | 90.00% |
| Alpha-Beta Min-max | 90.00% | 0.00% | 10.00% |
MCTS Time per move: 10
Min-max depth: 5
| Bot | Win | Draw | Lose |
|---|---|---|---|
| Monte Carlo Tree Search | 0.00% | 0.00% | 100.00% |
| Alpha-Beta Min-max | 100.00% | 0.00% | 0.00% |
MCTS Time per move: 20
Min-max depth: 1
| Bot | Win | Draw | Lose |
|---|---|---|---|
| Monte Carlo Tree Search | 40.00% | 0.00% | 60.00% |
| Alpha-Beta Min-max | 60.00% | 0.00% | 40.00% |
MCTS Time per move: 20
Min-max depth: 2
| Bot | Win | Draw | Lose |
|---|---|---|---|
| Monte Carlo Tree Search | 20.00% | 0.00% | 80.00% |
| Alpha-Beta Min-max | 80.00% | 0.00% | 20.00% |
MCTS Time per move: 20
Min-max depth: 3
| Bot | Win | Draw | Lose |
|---|---|---|---|
| Monte Carlo Tree Search | 20.00% | 10.00% | 70.00% |
| Alpha-Beta Min-max | 70.00% | 10.00% | 20.00% |
MCTS Time per move: 20
Min-max depth: 4
| Bot | Win | Draw | Lose |
|---|---|---|---|
| Monte Carlo Tree Search | 10.00% | 0.00% | 90.00% |
| Alpha-Beta Min-max | 90.00% | 0.00% | 10.00% |
MCTS Time per move: 20
Min-max depth: 5
| Bot | Win | Draw | Lose |
|---|---|---|---|
| Monte Carlo Tree Search | 0.00% | 0.00% | 100.00% |
| Alpha-Beta Min-max | 100.00% | 0.00% | 0.00% |