projects
/
stockfish
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
combined
(merge:
ce248e7
23bdd06
)
Merge branch 'eval_cache'
author
Marco Costalba
<mcostalba@gmail.com>
Tue, 4 Dec 2012 06:57:46 +0000
(07:57 +0100)
committer
Marco Costalba
<mcostalba@gmail.com>
Tue, 4 Dec 2012 07:05:15 +0000
(08:05 +0100)
Use an eval cache instead of TT to store node
position evaluations.
It is already an improvment and, because it frees
two TT entry slots, paves the way to extend TT to
store both upper and lower bounds.
After 4855 games, single thread, 15"+0.05
Mod vs Orig 1165 -920 - 2770 ELO +18
bench:
5149248
1
2
src/thread.h
patch
|
diff1
|
diff2
|
blob
|
history
diff --cc
src/thread.h
Simple merge