Difference between revisions of "Pigeon"

From Chessprogramming wiki
Jump to: navigation, search
Line 13: Line 13:
 
=See also=
 
=See also=
 
* [[Falcon]]
 
* [[Falcon]]
 +
* [[Jaglavak]]
  
 
=Forum Posts=
 
=Forum Posts=

Revision as of 21:59, 25 August 2020

Home * Engines * Pigeon

Picasso - La Colombe [1]

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 [2]. It performs a monochrome move generation approach, color flipping the board after make move [3], has an iterative search, and used automated tuning of evaluation weights by logistic regression.

See also

Forum Posts

External Links

Chess Engine

Misc

References

Up one level