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

Pigeon

Home * Engines * Pigeon

Picasso - La Colombe 1Picasso - La Colombe 1


  1. Soviet postage stamp from 1981 depicting Picasso and his 1949 painting La Colombe, Wikimedia Commons↩︎

Pigeon,
an original, experimental 64-bit UCI compliant chess engine by Stuart Riffle, written in C++. Pigeon is open source, released under the MIT license. To support SIMD by SSE2 or AVX2 instructions as well as CUDA for Nvidia GPUs, much of the critical code is branch-free. Pigeon generates sliding piece attacks by Kogge-Stone algorithm 1. It performs a monochrome move generation approach, color flipping the board after make move 2, has an iterative search, and used automated tuning of evaluation weights by logistic regression.

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

See also

Forum Posts

Chess Engine

Misc

Watch on YouTube

References

Up one level


  1. pigeon/bits.h at master · StuartRiffle/pigeon · GitHub↩︎

  2. pigeon/position.h at master · StuartRiffle/pigeon · GitHub↩︎

Categories: Open Source · MIT · UCI · GPU · X64 · PC · Linux · Windows · Experimental · Bird · Pablo Picasso · Stamp · Cymande

What links here

Contributors: GerdIsenberg.