mirror of
https://github.com/sockspls/badfish
synced 2025-04-30 16:53:09 +00:00
Remove old BishopPairBonus constants
Now that we have poly imbalance these ones are no more used. No functional change. Signed-off-by: Marco Costalba <mcostalba@gmail.com>
This commit is contained in:
parent
76ae0e36be
commit
55c46b2399
1 changed files with 0 additions and 4 deletions
|
@ -36,10 +36,6 @@ using namespace std;
|
||||||
|
|
||||||
namespace {
|
namespace {
|
||||||
|
|
||||||
// Values modified by Joona Kiiski
|
|
||||||
const Value BishopPairMidgameBonus = Value(109);
|
|
||||||
const Value BishopPairEndgameBonus = Value(97);
|
|
||||||
|
|
||||||
// Polynomial material balance parameters
|
// Polynomial material balance parameters
|
||||||
const Value RedundantQueenPenalty = Value(320);
|
const Value RedundantQueenPenalty = Value(320);
|
||||||
const Value RedundantRookPenalty = Value(554);
|
const Value RedundantRookPenalty = Value(554);
|
||||||
|
|
Loading…
Add table
Reference in a new issue