Zochova

Zochova Street No. 1 [1]
Zochova,
an open source chess engine under the GNU General Public License by Gabor Buella written in C++, compliant with the Chess Engine Communication Protocol.
Zochova is a bitboard engine, and requires some Boost libraries, such as Boost.Signals
[2],
an implementation of managed Signals and slots for Observer pattern, and uses the ProDeo open source code opening book by Ed Schröder [3].
Sliding piece attacks are calculated with some bit-twiddling and loops on the fly
[4]. Its search is basically PVS with verified nullmove pruning, and late move reductions.
Forum Posts
- Zochova chess engine by Norbert Raimund Leisner, CCC, October 06, 2009
- Please, Cluster Toga && Zochova by Arturo Ochoa, CCC, November 28, 2012 » Cluster Toga
External Links
Chess Engine
- zochova download | SourceForge.net
- Zochova compiled by Jim Ablett, hosted by Kirill Kryukov
Misc
References
- ↑ Academy of Performing Arts in Bratislava, Zochova Street No. 1, image by Wizzard, February 2008, Wikimedia Commons
- ↑ Chapter 24. Boost.Signals - 1.52.0
- ↑ Zochova/RebelBook.cpp
- ↑ Zochowa/bitboardmoves.cpp