forked from External/mage
[refactor] removed generic parameter from Player
This commit is contained in:
parent
99854be1fb
commit
1867a150c1
12 changed files with 15 additions and 23 deletions
|
|
@ -51,7 +51,7 @@ import java.util.concurrent.Executors;
|
|||
*
|
||||
* @author BetaSteward_at_googlemail.com
|
||||
*/
|
||||
public class ComputerPlayerMCTS extends ComputerPlayer<ComputerPlayerMCTS> implements Player {
|
||||
public class ComputerPlayerMCTS extends ComputerPlayer implements Player {
|
||||
|
||||
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