Skip to content

Commit

Permalink
Update comment
Browse files Browse the repository at this point in the history
no functional change
  • Loading branch information
xu-shawn committed Jan 11, 2025
1 parent 15bfcc0 commit 2665052
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/nnue/nnue_feature_transformer.h
Original file line number Diff line number Diff line change
Expand Up @@ -466,8 +466,7 @@ class FeatureTransformer {
return st;
}

// It computes the accumulator of the next position, or updates the
// current position's accumulator if CurrentOnly is true.
// Computes the accumulator of the next position.
template<Color Perspective>
void update_accumulator_incremental(const Position& pos, StateInfo* computed) const {
assert((computed->*accPtr).computed[Perspective]);
Expand Down

0 comments on commit 2665052

Please sign in to comment.