projects
/
stockfish
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Tweak the connected[] array value for pawns on rank 5
[stockfish]
/
src
/
pawns.cpp
diff --git
a/src/pawns.cpp
b/src/pawns.cpp
index 3e926005b37d2b844f1be9677a39f4518d58a21d..6623ab71b80b9db18c59a9cbdfba11c62a3c89cd 100644
(file)
--- a/
src/pawns.cpp
+++ b/
src/pawns.cpp
@@
-179,7
+179,7
@@
namespace Pawns {
void init() {
void init() {
- static constexpr int Seed[RANK_NB] = { 0, 13, 24, 18,
76
, 100, 175, 330 };
+ static constexpr int Seed[RANK_NB] = { 0, 13, 24, 18,
65
, 100, 175, 330 };
for (int opposed = 0; opposed <= 1; ++opposed)
for (int phalanx = 0; phalanx <= 1; ++phalanx)
for (int opposed = 0; opposed <= 1; ++opposed)
for (int phalanx = 0; phalanx <= 1; ++phalanx)