Version 1.0.1

=============
Couple of minor changes
This commit is contained in:
2006-07-14 13:55:31 +00:00
parent 8854c787f9
commit 399985789e
4 changed files with 70 additions and 55 deletions

View File

@ -58,7 +58,7 @@ public class SuicideChess {
/**
* Quiescence search -> don't evaluate if captures are possible.
*/
public static final boolean QUIESCENCE_SEARCH = true;
public static final boolean QUIESCENCE_SEARCH = false;
/**
* Quiescence limit (ie. if more than that many possibilities of capturing, don't analyse further.
@ -79,7 +79,7 @@ public class SuicideChess {
/**
* Adaptative branchin limit
*/
public static final int ADAPTATIVE_BRANCHING_LIMIT = 3;
public static final int ADAPTATIVE_BRANCHING_LIMIT = 2;
///**
// * Killer size (nb of killer moves remembered)
@ -94,7 +94,7 @@ public class SuicideChess {
/**
* The name to be displayed
*/
public static final String NAME = "djib's SuShi v0.9.2";
public static final String NAME = "djib's SuShi v1.0.0";
/**
* Displays informations in the console.