| | Class | Description |
|---|
| | DefaultConstants |
DefaultConstants.as class. |
| | DefaultPiecesConstants |
ChessPieces value/label global setting
1.label for labeling chess pieces button;
2.value for chess pieces' evaluation;
3.strength for chess pieces' strength;
4.important for chess pieces' important on board;
5.convertImportant for the chess pieces' fuzzy import on board;
|
| | DefaultTollgatesConstant |
DefaultTollgatesConstant.as class which providing easy tollgate configuration. |
| | ZobristConstants |
Summary description for ZC(ZobristConstants).
In breakthrough,
the transposition table proven to be very effective for detecting duplicate positions
and as well for Iterative Deepening (re-search is almost done instantaneously).
Zobrist hashing was used in the algorithm in order to create the transposition table. |