Skip to content

Commit

Permalink
bench: 1538811
Browse files Browse the repository at this point in the history
bench: 1538811
  • Loading branch information
FauziAkram authored Oct 27, 2023
1 parent a338273 commit 62207e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/evaluate.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -144,8 +144,8 @@ void NNUE::verify() {
}


// Returns a static, purely materialistic evaluation of the position
// from the point of view of the given color. It can be divided by PawnValue to get
// Returns a static, purely materialistic evaluation of the position from
// the point of view of the given color. It can be divided by PawnValue to get
// an approximation of the material advantage on the board in terms of pawns.
Value Eval::simple_eval(const Position& pos, Color c) {
return PawnValue * (pos.count<PAWN>(c) - pos.count<PAWN>(~c))
Expand Down

0 comments on commit 62207e8

Please sign in to comment.