IntelliChess

From Chessprogramming wiki
Revision as of 14:07, 16 February 2022 by GerdIsenberg (talk | contribs)
Jump to: navigation, search

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