I'm happy to release a new version of my engine, zurichess freibourg.
The source code for this release can be browsed from https://bitbucket.org/zurichess/zuriche ... e.fribourg
The release binaries can be downloaded at: https://bitbucket.org/zurichess/zurichess/downloads
Linux AMD64 https://bitbucket.org/zurichess/zuriche ... inux-amd64
Windows AMD64 https://bitbucket.org/zurichess/zuriche ... -amd64.exe
Since last release
* Move to the new page http://bitbucket.org/zurichess/zurichess.
* Evaluate passed, connected and isolated pawns. Tuning was done using Texel's tuning method implemented by txt.
* Add Static Exchange Evaluation (SEE).
* Ignore bad captures (SEE < 0) in quiescence search.
* Late move reduce (LMR) of all quiet non-critical moves. Aggressively reduce bad quiet (SEE < 0) moves at higher depths.
* Adjust LMR conditions. Reduce more at high depths (near root) and high move count.
* Increase number of killers to 4. Helps with more aggressive LMR.
* Improve move generation speed. Add phased move generation: hash, captures, and quiets. Phased move generation allows the engine to skip generation or sorting of the moves in many cases.
* Implement setoption Clear Hash.
* Implement pondering. Should give some ELO boost for online competitions.
* Improve move generation order. Picked the best among 20 random orders.
* Prune two-fold repetitions at non-root nodes. This pruning cuts huge parts of the search tree without affecting search quality. >30ELO improvement in self play.
* Small time control adjustment. Still too little time used in the mid game. Abort search if it takes much more time than alloted.
* Usual code clean ups, speed ups and bug fixes.
fribourg release is ~200ELO stronger than bern.
Code: Select all
Rank Name Elo + - games score oppo. draws
1 fribourg 154 16 16 1050 75% -51 11%
2 stockfish5-12 38 26 26 350 36% 154 10%
3 bern -71 26 28 350 21% 154 19%
4 stockfish5-9 -121 30 32 350 19% 154 5%
As usual the source code can be found at https://bitbucket.org/zurichess/zurichess/overview
The latest development Linux AMD64 binary can downloaded from drone.io
https://drone.io/bitbucket.org/zuriches ... /zurichess
Please test the new version if you maintain a rating list.
Regards,
Alexandru


