Difference between revisions of "Sharp Chess"

From Chessprogramming wiki
Jump to: navigation, search
(Created page with "'''Home * Engines * #Chess''' '''#Chess''', (SharpChess, Sharp Chess)<br/> a WinBoard compliant open source chess program by [...")
 
Line 28: Line 28:
 
[[Category:Namesake]]
 
[[Category:Namesake]]
 
[[Category:C sharp]]
 
[[Category:C sharp]]
 +
[[Category:Chess Suffix]]

Revision as of 21:06, 12 January 2019

Home * Engines * #Chess

#Chess, (SharpChess, Sharp Chess)
a WinBoard compliant open source chess program by Albert Bertilsson, written in C# to run under Microsoft Windows with .NET framework. The project has been finished in early 2003 in favour to Sharper written in C++ [1].

Description

#Chess uses an 8x8 board maintained by a negamax alpha-beta search with transposition table inside an iterative deepening loop. Evaluation is primarily due to material balance (MB) - a positional bonus based on piece-square tables might be skipped by lazy evaluation if MB is at least 50 centipawns outside the alpha-beta window. #Chess features a peft and divide command [2].

Namesake

See also

Forum Posts

External Links

References

  1. #Chess (Wayback Machine)
  2. Description based on source code of v 0.06, #Chess

Up one level