Skip to content

Commit

Permalink
Take 2: use hash table results for a longer shuffling period
Browse files Browse the repository at this point in the history
  • Loading branch information
snicolet committed Mar 12, 2018
1 parent 10692a7 commit 45bd093
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/position.h
Expand Up @@ -346,7 +346,7 @@ inline int Position::rule50_count() const {
}

inline int Position::aging() const {
return st->rule50 / 8;
return st->rule50 / 16;
}

inline bool Position::opposite_bishops() const {
Expand Down

0 comments on commit 45bd093

Please sign in to comment.