This commit is contained in:
2022-12-23 23:57:29 +01:00
parent 87adca7e66
commit cb0fcc4702
14 changed files with 208 additions and 52 deletions

View File

@@ -57,7 +57,7 @@ private:
CastlingRights mCR = CastlingRights::None;
std::optional<Square> mEPS;
constexpr static const int mPieceValue[8] = {0,0, 100, 350, 350, 525, 1000, 10000};
constexpr static const double mMobilityWeight = 0.1;
void handleCastlingRights(const Piece &piece, const BitBoard &bb);