Various tunings.
[rattatechess.git] / evaluations.h
blob68c1f6d39e75cf6649539b2cea0f04fbb59d9690
1 /***************************************************************************
2 evaluations.h - description
3 -------------------
4 begin : sab nov 2 2002
5 copyright : (C) 2002 by Maurizio Monge
6 email : monge@linuz.sns.it
7 ***************************************************************************/
9 /***************************************************************************
10 * *
11 * This program is free software; you can redistribute it and/or modify *
12 * it under the terms of the GNU General Public License as published by *
13 * the Free Software Foundation; either version 2 of the License, or *
14 * (at your option) any later version. *
15 * *
16 ***************************************************************************/
18 #define KNIGHT_CONTROL_BONUS 0.03
19 #define BISHOP_CONTROL_BONUS 0.02
20 #define ROOK_ROW_CONTROL_BONUS 0.03
21 #define ROOK_COL_CONTROL_BONUS 0.04
22 #define DOUBLED_PAWNS_MALUS 0.15
23 #define BLOCKED_PAWNS_MALUS 0.12
24 #define AFF_PAWNS_BONUS 0.1
25 #define DEF_PAWNS_BONUS 0.05