Reimplemented AI (old one was too slow)

git-svn-id: svn://sunsvr01.isp.uni-luebeck.de/swproj13/trunk@443 72836036-5685-4462-b002-a69064685172
This commit is contained in:
Jannis Harder 2011-06-17 17:41:52 +02:00
parent 1b9c7c4778
commit e06ba8ea13
26 changed files with 623 additions and 1755 deletions

View file

@ -93,6 +93,7 @@ public class Hand extends StoneTray<Stone> implements IHand {
TurnLogic turnLogic = new TurnLogic(settings,
Collections.<Stone> emptyList(), handStones);
turnLogic.needIntialMeldThreshold();
return turnLogic.solve();
}