WyldChess

From Chessprogramming wiki
Revision as of 10:13, 7 July 2019 by GerdIsenberg (talk | contribs) (Created page with "'''Home * Engines * WyldChess''' '''WyldChess''',<br/> an UCI and Chess Engine Communication Protocol compliant :Category:Open Source|open source...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Home * Engines * WyldChess

WyldChess,
an UCI and Chess Engine Communication Protocol compliant open source chess engine by Manik Charan, licensed under the GNU General Public License v3.0, written in C/C++, first released in October 2016. Origin of ideas and implementations are documented inside the source code, e.g. tapered eval SIMD score [1], or SEE from Stockfish. Since version 1.5, released in June 2017, WyldChess supports Syzygy Bases [2].

Features

Board Representation

Search

Zobrist Hashing
Futility Pruning
Mate Distance Pruning
Null Move Pruning
Late Move Reductions
Check Extensions
Internal Iterative Deepening
Killer Heuristic
History Heuristic (1.5)
Countermove Heuristic

Evaluation

Bishop Pair
Piece-Square Tables
Attacking King Zone
King Queen Tropism
Passed Pawn
Isolated Pawn
Doubled Pawn

Misc

See also

Forum Posts

External Links

GitHub - Mk-Chan/BBPerft: A fast, bitboard based chess perft result generator derived from WyldChess » Perft

References

Up one Level