My dear friend Eduard,Solista wrote: ↑Wed Mar 27, 2024 10:53 pm Keep the book! I would give it to you for free too.
---------------------------------------------------------------
This line is funny, which was changed by the developers to VVLTC search tune:
SF dev "VVLTC search tune" changed:
Depth Search::Worker::reduction(bool i, Depth d, int mn, int delta) {
int reductionScale = reductions[d] * reductions[mn];
- return (reductionScale + 1091 - delta * 759 / rootDelta) / 1024 + (!i && reductionScale > 950);
+ return (reductionScale + 1107 - delta * 725 / rootDelta) / 1024 + (!i && reductionScale > 956);
And what does it say in HypnoS 240324 VVLTC search tune? So:
Depth reduction(bool i, Depth d, int mn, int delta, int rootDelta) {
int reductionScale = Reductions[d] * Reductions[mn];
return (reductionScale + 1346 - int(delta) * 896 / int(rootDelta)) / 1024
+ (!i && reductionScale > 880);
Absolute wrong (very old SF code, no VVLTC search tune).
I have no doubt you'll give me your book. Beautiful people must always exist. Thank you again, my friend, for the good work you do on behalf of chess engines and books.
Best regards,
Fringe