Difference between revisions of "IntelliChess"

From Chessprogramming wiki
Jump to: navigation, search
Line 2: Line 2:
  
 
'''IntelliChess''',<br/>
 
'''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>,  
+
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.  
 
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>.
 
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>.
Line 23: Line 23:
 
<references />
 
<references />
 
'''[[Engines|Up one level]]'''
 
'''[[Engines|Up one level]]'''
[[Category:Open Source]]
 
 
[[Category:Experimental]]
 
[[Category:Experimental]]
 
[[Category:WinBoard]]
 
[[Category:WinBoard]]

Revision as of 13:07, 16 February 2022

Home * Engines * IntelliChess

IntelliChess,
an experimental Chess Engine Communication Protocol compliant open source chess engine by Sari Haj Hussein [1], written in C#, released under the Apache License, Version 2.0. The program relies on bitboards, and uses magic bitboards to determine sliding piece attacks, magics borrowed from Rival [2]. IntelliChess applies a fixed depth negamax alpha-beta search with transposition table without any selectivity and quiescence search. It uses Bayesian networks for evaluation and tuning its weights. All scores and bounds within evaluation and search are double floats.

See also

Forum Posts

External Links

References

Up one level