mirror of
https://github.com/sockspls/badfish
synced 2025-04-29 16:23:09 +00:00
Threath tuning results
Final values for threath tuning (after ~30k iterations) Verified to be equivalent with tuning branch. Signed-off-by: Marco Costalba <mcostalba@gmail.com>
This commit is contained in:
parent
52fd1a3d37
commit
6c0b2f5003
1 changed files with 4 additions and 4 deletions
|
@ -134,10 +134,10 @@ namespace {
|
|||
// piece type attacks which one.
|
||||
const Score ThreatBonus[8][8] = {
|
||||
{}, {},
|
||||
{ S(0, 0), S(18,37), S( 0, 0), S(37,47), S(55,97), S(55,97) }, // KNIGHT
|
||||
{ S(0, 0), S(18,37), S(37,47), S( 0, 0), S(55,97), S(55,97) }, // BISHOP
|
||||
{ S(0, 0), S( 9,27), S(27,47), S(27,47), S( 0, 0), S(37,47) }, // ROOK
|
||||
{ S(0, 0), S(27,37), S(27,37), S(27,37), S(27,37), S( 0, 0) } // QUEEN
|
||||
{ S(0, 0), S( 7, 39), S( 0, 0), S(24, 49), S(41,100), S(41,100) }, // KNIGHT
|
||||
{ S(0, 0), S( 7, 39), S(24, 49), S( 0, 0), S(41,100), S(41,100) }, // BISHOP
|
||||
{ S(0, 0), S(-1, 29), S(15, 49), S(15, 49), S( 0, 0), S(24, 49) }, // ROOK
|
||||
{ S(0, 0), S(15, 39), S(15, 39), S(15, 39), S(15, 39), S( 0, 0) } // QUEEN
|
||||
};
|
||||
|
||||
// ThreatedByPawnPenalty[] contains a penalty according to which piece
|
||||
|
|
Loading…
Add table
Reference in a new issue