Changes

Jump to: navigation, search

IntelliChess

2,665 bytes added, 17:32, 28 June 2021
Created page with "'''Home * Engines * IntelliChess''' '''IntelliChess''',<br/> an experimental Chess Engine Communication Protocol compliant :Category:Open Source|open..."
'''[[Main Page|Home]] * [[Engines]] * IntelliChess'''

'''IntelliChess''',<br/>
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>[http://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 a [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]].

=Forum Posts=
* [http://www.talkchess.com/forum3/viewtopic.php?f=2&t=47183 WOW ! How is this possible ?] by Sylwy, [[CCC]], February 10, 2013

=External Links=
* [https://github.com/angyjoe/intellichess GitHub - angyjoe/intellichess: IntelliChess]
* [http://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]

=References=
<references />
'''[[Engines|Up one level]]'''
[[Category:Open Source]]
[[Category:Experimental]]
[[Category:WinBoard]]
[[Category:C sharp]]
[[Category:PC]]
[[Category:X86]]
[[Category:X64]]
[[Category:Windows]]

Navigation menu