Skip to content

Commit

Permalink
merge
Browse files Browse the repository at this point in the history
  • Loading branch information
xiangqishare authored Nov 14, 2024
1 parent 6f79e1d commit e58ed0d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/types.h
Original file line number Diff line number Diff line change
Expand Up @@ -145,12 +145,12 @@ constexpr Value VALUE_MATE = 32000;
constexpr Value VALUE_MATE_IN_MAX_PLY = VALUE_MATE - MAX_PLY;
constexpr Value VALUE_MATED_IN_MAX_PLY = -VALUE_MATE_IN_MAX_PLY;

constexpr Value RookValue = 1357;
constexpr Value AdvisorValue = 213;
constexpr Value CannonValue = 861;
constexpr Value PawnValue = 149;
constexpr Value KnightValue = 980;
constexpr Value BishopValue = 186;
constexpr Value RookValue = 1305;
constexpr Value AdvisorValue = 219;
constexpr Value CannonValue = 773;
constexpr Value PawnValue = 144;
constexpr Value KnightValue = 720;
constexpr Value BishopValue = 187;

// clang-format off
enum PieceType {
Expand Down

0 comments on commit e58ed0d

Please sign in to comment.