Version 1.0.1
============= Couple of minor changes
This commit is contained in:
@ -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.
|
||||
|
Reference in New Issue
Block a user