Difference between revisions of "Zochova"

From Chessprogramming wiki
Jump to: navigation, search
(Created page with "'''Home * Engines * Zochova''' FILE:Zochova 1.jpg|border|right|thumb| Zochova Street No. 1 <ref>[https://en.wikipedia.org/wiki/Academy_of_Performing_Arts...")
 
(No difference)

Latest revision as of 10:47, 23 May 2020

Home * Engines * 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

External Links

Chess Engine

Misc

References

Up one level