mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-22 10:06:26 +08:00
Retire move.h
Also some assorted comments fixes and other trivia. No functional change. Signed-off-by: Marco Costalba <mcostalba@gmail.com>
This commit is contained in:
@@ -24,9 +24,11 @@
|
||||
|
||||
#define S(mg, eg) make_score(mg, eg)
|
||||
|
||||
// PSQT[PieceType][Square] contains Piece-Square scores. For each piece type on a
|
||||
// given square a (midgame, endgame) score pair is assigned. PSQT is defined for
|
||||
// white side, for black side the tables are symmetric.
|
||||
|
||||
/// PSQT[PieceType][Square] contains Piece-Square scores. For each piece type on
|
||||
/// a given square a (midgame, endgame) score pair is assigned. PSQT is defined
|
||||
/// for white side, for black side the tables are symmetric.
|
||||
|
||||
static const Score PSQT[][64] = {
|
||||
{ },
|
||||
{ // Pawn
|
||||
|
||||
Reference in New Issue
Block a user