This is a temporary, read-only recovery of the chessprogrammingwiki while a longer-term plan is worked out. Editing is not possible right now, but will be again soon.
Chess Programming Wiki All pages Other namespaces

Sharp Chess

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.

Contents
  1. Description
  2. Namesake
  3. See also
  4. Forum Posts
  5. External Links
  6. References

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

References

Up one level


  1. #Chess (Wayback Machine)↩︎

  2. Description based on source code of v 0.06, #Chess↩︎

Categories: Open Source · WinBoard · Windows · PC · X86 · Namesake · C sharp · Chess Suffix

What links here

Contributors: GerdIsenberg.