projects
/
fairystockfish.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
52eac1e
)
New Tuned Weights
author
absimaldata
<adpq11@gmail.com>
Tue, 1 Dec 2015 19:57:05 +0000 (
00:57
+0530)
committer
Joona Kiiski
<joona@zoox.com>
Sat, 5 Dec 2015 10:31:00 +0000 (10:31 +0000)
More accurate evaluation weights
Performed better at STC
LLR: 1.32 (-2.94,2.94) [0.00,4.00]
Total: 190043 W: 37433 L: 36675 D: 115935
Passed LTC
LLR: 2.95 (-2.94,2.94) [0.00,4.00]
Total: 30157 W: 4540 L: 4303 D: 21314
Bench: 9264977
Resolves #515
src/evaluate.cpp
patch
|
blob
|
history
diff --git
a/src/evaluate.cpp
b/src/evaluate.cpp
index
dd55e20
..
9c83eb6
100644
(file)
--- a/
src/evaluate.cpp
+++ b/
src/evaluate.cpp
@@
-111,7
+111,7
@@
namespace {
enum { Mobility, PawnStructure, PassedPawns, Space, KingSafety, Threats };
const struct Weight { int mg, eg; } Weights[] = {
- {289, 344}, {233, 201}, {221, 273}, {46, 0}, {322, 0}, {350, 256}
+ {266, 334}, {214, 203}, {193, 262}, {47, 0}, {330, 0}, {404, 241}
};
Score operator*(Score s, const Weight& w) {