Difference between revisions of "Zevra"

From Chessprogramming wiki
Jump to: navigation, search
(Created page with "'''Home * Engines * Zevra''' FILE:Zebra-stripes-black-and-white-zoo-39245.jpg|border|right|thumb| Zebra striping patterns <ref>[https://en.wikipedia.org/...")
 
Line 49: Line 49:
 
==Chess Engine==
 
==Chess Engine==
 
* [http://www.sdchess.ru/download_engines.htm SDChess - Download engines]
 
* [http://www.sdchess.ru/download_engines.htm SDChess - Download engines]
* [https://github.com/sovaz1997/Zevra GitHub - sovaz1997/Zevra: Chesss Programm]
+
* [https://github.com/sovaz1997/Zevra GitHub - sovaz1997/Zevra: Chesss Programm] (old versions)
 
* [http://www.computerchess.org.uk/ccrl/404/cgi/compare_engines.cgi?family=Zevra&print=Rating+list&print=Results+table&print=LOS+table&print=Ponder+hit+table&print=Eval+difference+table&print=Comopp+gamenum+table&print=Overlap+table&print=Score+with+common+opponents Zevra] at [[CCRL|CCRL Blitz]]
 
* [http://www.computerchess.org.uk/ccrl/404/cgi/compare_engines.cgi?family=Zevra&print=Rating+list&print=Results+table&print=LOS+table&print=Ponder+hit+table&print=Eval+difference+table&print=Comopp+gamenum+table&print=Overlap+table&print=Score+with+common+opponents Zevra] at [[CCRL|CCRL Blitz]]
 
==Misc==
 
==Misc==

Revision as of 19:51, 23 May 2020

Home * Engines * Zevra

Zebra striping patterns [1]

Zevra,
an UCI compliant open source chess engine by Oleg Smirnov, written in C++ and licensed under the GNU General Public License.

Features

Board Representation

Search

Evaluation

Forum Posts

Re: Tevra 1.6.2 r536 by Oleg Smirnov, CCC, March 12, 2017

External Links

Chess Engine

Misc

References

  1. Zebra striping patterns are unique to each individual, Closeup of stripes around a zebra's eyes, image by igorowitsch, November 01, 2014, Wikimedia Commons
  2. Zevra v2.1.2 r248 has plain like declaration (U64 rookPossibleMoves[64][4096]), but fancy like implementation with variable shift!?

Up one Level