Home
last modified time | relevance | path

Searched refs:PawnStructureWeight (Results 1 – 4 of 4) sorted by relevance

/dports/games/gnuchess/gnuchess-6.2.9/src/engine/
H A Dpst.cpp52 static /* const */ int PawnStructureWeight = 256; // 100% variable
135 PawnStructureWeight = (option_get_int("Pawn Structure") * 256 + 50) / 100; in pst_init()
171 P(piece,sq,Opening) = (P(piece,sq,Opening) * PawnStructureWeight) / 256; in pst_init()
172 P(piece,sq,Endgame) = (P(piece,sq,Endgame) * PawnStructureWeight) / 256; in pst_init()
H A Dpawn.cpp62 static /* const */ int PawnStructureWeight = 256; // 100% variable
186 PawnStructureWeight = (option_get_int("Pawn Structure") * 256 + 50) / 100; in pawn_init()
511 info->opening = ((opening[White] - opening[Black]) * PawnStructureWeight) / 256; in pawn_comp_info()
512 info->endgame = ((endgame[White] - endgame[Black]) * PawnStructureWeight) / 256; in pawn_comp_info()
/dports/games/scid/scid/engines/togaII1.2.1a/src/
H A Dpst.cpp30 static /* const */ int PawnStructureWeight = 256; // 100% variable
110 PawnStructureWeight = (option_get_int("Pawn Structure") * 256 + 50) / 100; in pst_parameter()
159 P(piece,sq,Opening) = (P(piece,sq,Opening) * PawnStructureWeight) / 256; in pst_init()
160 P(piece,sq,Endgame) = (P(piece,sq,Endgame) * PawnStructureWeight) / 256; in pst_init()
H A Dpawn.cpp40 static /* const */ int PawnStructureWeight = 256; // 100% variable
163 PawnStructureWeight = (option_get_int("Pawn Structure") * 256 + 50) / 100; in pawn_parameter()
500 info->opening = ((opening[White] - opening[Black]) * PawnStructureWeight) / 256; in pawn_comp_info()
501 info->endgame = ((endgame[White] - endgame[Black]) * PawnStructureWeight) / 256; in pawn_comp_info()