Svart 2
I am happy to present Svart 2, the second release of the Svart engine.
Elo gain
Using the noob_4moves.epd book
8+0.08
Score of svart-2 vs svart-1 after 1500 games: 1338 - 21 - 141 (0.94)
Ptnml: WW WD DD/WL LD LL
Distr: 594 130 25 1 0
Stats: W: 89.2% L: 1.4% D: 9.4%
Elo difference: 474.93 +/- 28.38
Noteable changes
- Null Move Pruning (https://github.com/crippa1337/svart/pull/11)
- History Heuristic Improvements (https://github.com/crippa1337/svart/pull/12) & (https://github.com/crippa1337/svart/pull/15)
- Reverse Futility Pruning (https://github.com/crippa1337/svart/pull/13)
- Better Mate Checks (https://github.com/crippa1337/svart/pull/14)
- TT usage in QSearch (https://github.com/crippa1337/svart/pull/17)
- Late Move Reductions (https://github.com/crippa1337/svart/pull/18)
- TT Improvements (https://github.com/crippa1337/svart/pull/19)
- Late Move Pruning (https://github.com/crippa1337/svart/pull/22)
Full Changelog: feliskio/svart@v1.0.0...v2.0.0