forked from External/mage
AI: removed outdated AIMinimax project (#7075), removed some useless player classes, code and config files, improved docs;
This commit is contained in:
parent
6ac2f44cc1
commit
08b99fcbf7
40 changed files with 103 additions and 2462 deletions
|
|
@ -25,7 +25,7 @@ import java.util.concurrent.TimeUnit;
|
|||
/**
|
||||
* @author BetaSteward_at_googlemail.com
|
||||
*/
|
||||
public class ComputerPlayerMCTS extends ComputerPlayer implements Player {
|
||||
public class ComputerPlayerMCTS extends ComputerPlayer {
|
||||
|
||||
private static final int THINK_MIN_RATIO = 40;
|
||||
private static final int THINK_MAX_RATIO = 100;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue