Older Version Newer Version

GerdIsenberg GerdIsenberg Jan 16, 2018

**[[Home]] * [[Engines]] * Pedone**
|| [[image:139px-Chess_piece_-_White_pawn.JPG link="http://it.wikipedia.org/wiki/File:Chess_piece_-_White_pawn.JPG"]] ||~   || **Pedone**,
a [[UCI]] compliant chess engine by [[Fabio Gobbato]] written in [[C]]. The download from its site includes [[Windows]] 32-bit and 64-bit, and [[Linux]] 32-bit and 64-bit executables <ref>[[http://www.g-sei.org/pedone/|Pedone « G 6]]</ref> . During its early development stages, Pedone had its over the board tournament debut at the [[IGT 2013]] with 1½/4. It progressed rapidly, and already won the [[IGT 2014]] with 6/7, and the [[IGT 2015]] with 7/6! ||
|| Pedone bianco <ref>Chess piece - White pawn, [[http://en.wikipedia.org/wiki/Staunton_chess_set|Staunton design]], by [[http://commons.wikimedia.org/wiki/User:MichaelMaggs|Michael Maggs]], [[http://it.wikipedia.org/wiki/Pedone_%28scacchi%29|Pedone (scacchi) - Wikipedia.it]]</ref> ||~   ||^   ||
[[toc]]
=Description= 
Pedone has a compact [[Quad-Bitboards|quad-bitboard]] board representation <ref>[[https://sites.google.com/site/pedonechess/programming-articles/quadbitboard|Pedone Chess Engine - QuadBitboard]]</ref> , suited for a [[Copy-Make|copy-make]] approach, and further applies [[Magic Bitboards|magic bitboards]] for [[Sliding Piece Attacks|sliding piece attacks]] and [[Move Generation|move generation]]. Its search is [[Alpha-Beta|PVS]] with [[Transposition Table|transposition table]], [[Internal Iterative Deepening|IID]] and [[Quiescence Search|quiescence search]] inside an [[Iterative Deepening|iterative deepening]] framework. The [[Evaluation|evaluation]] function was [[Automated Tuning|tuned]] with a similar approach to the [[Texel's Tuning Method]] <ref>[[https://sites.google.com/site/pedonechess/programming-articles/evaluation-tuning|Pedobe Chess Engine - Evaluation Tuning]]</ref> until version 1.0. Some evaluation bonuses of versions 1.3 and 1.4 were tuned with [[Temporal Difference Learning|TD Learning]]. Since **1.0**, released in December 2014, Pedone performs a [[Parallel Search|parallel search]] using multiple [[Thread|threads]] <ref>[[http://www.talkchess.com/forum/viewtopic.php?t=54640|Pedone 1.0]] by [[Fabio Gobbato]], [[CCC]], December 14, 2014</ref> , with **1.4** in April 2016, dubbed [[Lazy SMP]] <ref>[[http://www.talkchess.com/forum/viewtopic.php?t=59732|Pedone 1.4]] by [[Fabio Gobbato]], [[CCC]], April 03, 2016</ref>. The further improved Pedone **1.6** released in June 2017 can use up to 128 threads and comes with an executable for [[Android]] <ref>[[http://www.talkchess.com/forum/viewtopic.php?t=64241|New release Pedone 1.6]] by [[Fabio Gobbato]], [[CCC]], June 10, 2017</ref>.

=See also= 
* [[Various Classifications#ChessPieces|Chess Pieces]]
* [[Pion]]

=Forum Posts= 
==2014==
* [[http://www.talkchess.com/forum/viewtopic.php?t=54640|Pedone 1.0]] by [[Fabio Gobbato]], [[CCC]], December 14, 2014
==2015 ...==
* [[http://www.talkchess.com/forum/viewtopic.php?t=55766|New release Pedone 1.1]] by [[Fabio Gobbato]], [[CCC]], March 24, 2015
* [[http://www.talkchess.com/forum/viewtopic.php?t=57135|Pedone 1.2]] by [[Fabio Gobbato]], [[CCC]], July 31, 2015
* [[http://www.talkchess.com/forum/viewtopic.php?t=57982|Pedone 1.3]] by [[Fabio Gobbato]], [[CCC]], October 18, 2015
* [[http://www.talkchess.com/forum/viewtopic.php?t=59732|Pedone 1.4]] by [[Fabio Gobbato]], [[CCC]], April 03, 2016
* [[http://www.talkchess.com/forum/viewtopic.php?t=61807|Pedone 1.5]] by [[Fabio Gobbato]], [[CCC]], October 23, 2016
* [[http://www.talkchess.com/forum/viewtopic.php?t=64241|New release Pedone 1.6]] by [[Fabio Gobbato]], [[CCC]], June 10, 2017 
* [[http://www.talkchess.com/forum/viewtopic.php?t=66341|New release Pedone 1.7]] by [[Fabio Gobbato]], [[CCC]], January 16, 2018

=External Links= 
==Chess Engine== 
* [[https://sites.google.com/site/pedonechess/|Pedone Chess Engine]]
* [[http://www.g-sei.org/pedone/|Pedone « G 6]]
* [[http://www.computerchess.org.uk/ccrl/4040/cgi/compare_engines.cgi?family=Pedone&print=Rating+list&print=Results+table&print=LOS+table&print=Ponder+hit+table&print=Eval+difference+table&print=Comopp+gamenum+table&print=Overlap+table&print=Score+with+common+opponents|Pedone]] in [[CCRL|CCRL 40/40]]
==Misc== 
* [[http://en.wiktionary.org/wiki/pedone|pedone - Wiktionary]]
* [[http://it.wikipedia.org/wiki/Pedone_%28scacchi%29|Pedone (scacchi) - Wikipedia.it]] (Italian)
> [[http://en.wikipedia.org/wiki/Pawn_%28chess%29|Pawn (chess) - Wikipedia]]
* [[http://it.wikipedia.org/wiki/Pedone_%28codice_della_strada%29|Pedone (codice della strada) - Wikipedia.it]] (Italian)
> [[http://en.wikipedia.org/wiki/Pedestrian|Pedestrian - Wikipedia]]

=References= 
<references />
=What links here?= 
[[include page="Pedone" component="backlinks" limit="20"]]
**[[Engines|Up one Level]]**