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

PsycoChess

Home * Engines * PsycoChess

PsycoChess, (Psyco Chess)
an open source chess engine by Massimo Zizi, written in Java and released in June 2004 under the GPL. PsycoChess applies rotated bitboards, and a 4 ply fixed depth alpha-beta without iterative deepening and quiescence. A transposition table is used a the root only. Instead of negamax or indirect recursion via max and min-routines, a boolean parameter is passed to the direct recursive search whether it is a max or min player 1. The rudimentary Evaluation considers material, and piece-square tables and some pawn structure terms 2.

Contents
  1. See also
  2. Forum Posts
  3. External Links
    1. Chess Program
    2. Misc
  4. References

See also

Forum Posts

Chess Program

Misc

Psycho (1960 film) from Wikipedia

Watch on YouTube

References

Up one level


  1. Psyco Chess - A GNU Java Chess Engine download | SourceForge.net, PsycoChess.tar.gz/BestMove.java↩︎

  2. Psyco Chess - A GNU Java Chess Engine download | SourceForge.net, PsycoChess.tar.gz/Scacchiera.java↩︎

Categories: Open Source · GPL · Java · WinBoard · XBoard · Disease · Fiction · Chess Suffix · Achim Zepezauer

What links here

Contributors: GerdIsenberg.