Merge official-stockfish/master
authorFabian Fichter <ianfab@users.noreply.github.com>
Sat, 17 Jul 2021 20:01:22 +0000 (22:01 +0200)
committerFabian Fichter <ianfab@users.noreply.github.com>
Sat, 17 Jul 2021 20:01:22 +0000 (22:01 +0200)
bench: 4590190

1  2 
src/evaluate.cpp
src/evaluate.h
src/search.cpp
src/timeman.cpp
src/timeman.h
src/types.h

Simple merge
diff --cc src/evaluate.h
Simple merge
diff --cc src/search.cpp
Simple merge
diff --cc src/timeman.cpp
Simple merge
diff --cc src/timeman.h
Simple merge
diff --cc src/types.h
@@@ -345,38 -191,6 +345,37 @@@ enum Value : int 
    BishopValueMg = 825,   BishopValueEg = 915,
    RookValueMg   = 1276,  RookValueEg   = 1380,
    QueenValueMg  = 2538,  QueenValueEg  = 2682,
 +  FersValueMg              = 420,   FersValueEg              = 450,
 +  AlfilValueMg             = 350,   AlfilValueEg             = 330,
 +  FersAlfilValueMg         = 700,   FersAlfilValueEg         = 650,
 +  SilverValueMg            = 660,   SilverValueEg            = 640,
 +  AiwokValueMg             = 2300,  AiwokValueEg             = 2700,
 +  BersValueMg              = 1800,  BersValueEg              = 1900,
 +  ArchbishopValueMg        = 2200,  ArchbishopValueEg        = 2200,
 +  ChancellorValueMg        = 2300,  ChancellorValueEg        = 2600,
 +  AmazonValueMg            = 2700,  AmazonValueEg            = 2850,
 +  KnibisValueMg            = 1100,  KnibisValueEg            = 1200,
 +  BiskniValueMg            = 750,   BiskniValueEg            = 700,
 +  KnirooValueMg            = 1050,  KnirooValueEg            = 1250,
 +  RookniValueMg            = 800,   RookniValueEg            = 950,
 +  ShogiPawnValueMg         =  90,   ShogiPawnValueEg         = 100,
 +  LanceValueMg             = 400,   LanceValueEg             = 240,
 +  ShogiKnightValueMg       = 420,   ShogiKnightValueEg       = 290,
 +  GoldValueMg              = 720,   GoldValueEg              = 700,
 +  DragonHorseValueMg       = 1550,  DragonHorseValueEg       = 1550,
 +  ClobberPieceValueMg      = 300,   ClobberPieceValueEg      = 300,
 +  BreakthroughPieceValueMg = 300,   BreakthroughPieceValueEg = 300,
 +  ImmobilePieceValueMg     = 50,    ImmobilePieceValueEg     = 50,
 +  CannonPieceValueMg       = 800,   CannonPieceValueEg       = 700,
 +  JanggiCannonPieceValueMg = 800,   JanggiCannonPieceValueEg = 600,
 +  SoldierValueMg           = 200,   SoldierValueEg           = 270,
 +  HorseValueMg             = 520,   HorseValueEg             = 800,
 +  ElephantValueMg          = 300,   ElephantValueEg          = 300,
 +  JanggiElephantValueMg    = 340,   JanggiElephantValueEg    = 350,
 +  BannerValueMg            = 3400,  BannerValueEg            = 3500,
 +  WazirValueMg             = 400,   WazirValueEg             = 350,
 +  CommonerValueMg          = 700,   CommonerValueEg          = 900,
 +  CentaurValueMg           = 1800,  CentaurValueEg           = 1900,
-   Tempo = 28,
  
    MidgameLimit  = 15258, EndgameLimit  = 3915
  };