Changes

Jump to: navigation, search

IntelliChess

194 bytes removed, 10:26, 16 February 2022
no edit summary
an experimental [[Chess Engine Communication Protocol]] compliant [[:Category:Open Source|open source chess engine]] by [[Sari Linder]] <ref>[http://web.archive.org/web/20150405035455/http://www.sarihh.info/projects/ Projects - Haven of Sari Haj Hussein] ([https://en.wikipedia.org/wiki/Wayback_Machine Wayback Machine])</ref>,
written in [[C sharp|C#]], released under the [https://en.wikipedia.org/wiki/Apache_License Apache License], Version 2.0.
The program relies on [[Bitboards|bitboards]], and uses [[Magic Bitboards|magic bitboards]] to determine [[Sliding Piece Attacks|sliding piece attacks]] <ref>[https://github.com/angyjoe/intellichess/blob/master/MoveGen/MoveGen/Magic.cs intellichess/Magic.cs at master · angyjoe/intellichess · GitHub]</ref>, magics borrowed from [[Rival]] <ref>[httphttps://web.archive.org/web/20160304114223/http://www.rivalchess.com/magic-bitboards/ Rival Chess Engine - Magic Bitboards] ([https://en.wikipedia.org/wiki/Wayback_Machine Wayback Machine])</ref>.IntelliChess applies a fixed depth [[Negamax|negamax]] [[Alpha-Beta|alpha-beta]] search with [[Transposition Table|transposition table]] without any [[Selectivity|selectivity]] and [[Quiescence Search|quiescence search]] <ref>[https://github.com/angyjoe/intellichess/blob/master/EvaluationFunctions/NegaMax/NegaMax/NegaMax.cs#L107 intellichess/NegaMax.cs at master · angyjoe/intellichess · GitHub]</ref>.
It uses [https://en.wikipedia.org/wiki/Bayesian_network Bayesian networks] for [[Evaluation|evaluation]] and [[Automated Tuning|tuning]] its weights.
All [[Score|scores]] and [[Bound|bounds]] within evaluation and search are [[Double|double floats]].
 
=See also=
* [[Intelligent Chess]]
=Forum Posts=
=External Links=
* [https://web.archive.org/web/20201118191115/https://github.com/angyjoe/intellichess GitHub - angyjoe/intellichess: IntelliChess]([https://en.wikipedia.org/wiki/Wayback_Machine Wayback Machine])* [httphttps://web.archive.org/web/20130214080006/http://sourceforge.net/projects/intellichess/ IntelliChess | Free software downloads at SourceForge.net] ([https://en.wikipedia.org/wiki/Wayback_Machine Wayback Machine], February 14, 2013)
* [http://www.computer-chess.org/doku.php?id=computer_chess:wiki:download:engine_download_list Engine Download List] from [[Ron Murawski|Ron Murawski's]] [http://computer-chess.org/doku.php?id=home Computer-Chess Wiki]

Navigation menu