Difference between revisions of "IntelliChess"

From Chessprogramming wiki
Jump to: navigation, search
(Redirected page to Main Page)
Line 1: Line 1:
'''[[Main Page|Home]] * [[Engines]] * IntelliChess'''
+
#REDIRECT[[Main Page]]
 
 
'''IntelliChess''',<br/>
 
an experimental [[Chess Engine Communication Protocol]] compliant [[:Category:Open Source|open source chess engine]] by Sari Haj Hussein <ref>[https://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]], magics borrowed from [[Rival]] <ref>[https://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]].
 
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=
 
* [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://web.archive.org/web/20201118191115/https://github.com/angyjoe/intellichess GitHub - angyjoe/intellichess: IntelliChess] ([https://en.wikipedia.org/wiki/Wayback_Machine Wayback Machine])
 
* [https://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:Experimental]]
 
[[Category:WinBoard]]
 
[[Category:C sharp]]
 
[[Category:PC]]
 
[[Category:X86]]
 
[[Category:X64]]
 
[[Category:Windows]]
 
[[Category:Chess Suffix]]
 

Revision as of 17:22, 17 February 2023

Redirect to: