mirror of
https://github.com/2OOP/pism.git
synced 2026-02-04 19:04:49 +00:00
Timeout added
This commit is contained in:
@@ -211,7 +211,7 @@ public final class Server {
|
||||
|
||||
Player[] players = new Player[2];
|
||||
|
||||
players[userStartingTurn] = new ArtificialPlayer(new MCTSAI3(100), user);
|
||||
players[userStartingTurn] = new ArtificialPlayer(new MCTSAI3(200000), user);
|
||||
players[opponentStartingTurn] = new OnlinePlayer(response.opponent());
|
||||
|
||||
switch (type) {
|
||||
|
||||
Reference in New Issue
Block a user