Changes

Jump to: navigation, search

Pedone

731 bytes added, 13:03, 25 April 2021
no edit summary
=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>. Since 2018, Pedone '''1.8''' is able to play [[Chess960]].
Pedone '''3.0''', released in January 2021, uses a pure [[Neural Networks|neural network]] evaluation <ref> [http://www.talkchess.com/forum3/viewtopic.php?f=2&t=76203 New release Pedone 3.0] by [[Fabio Gobbato]], [[CCC]], January 01, 2021
</ref>.
=See also=
* [[:Category:Chess PiecesPawn (Program)|Chess PiecesPawn]]
* [[Pion]]
* [[QBBEngine]]
* [http://www.talkchess.com/forum3/viewtopic.php?f=2&t=70139 New release Pedone 1.9] by [[Fabio Gobbato]], [[CCC]], March 08, 2019
==2020 ...==
* [http://www.talkchess.com/forum3/viewtopic.php?f=2&t=72704 New release Pedone 2.0] by [[Fabio Gobbato]], [[CCC]], January 01, 2020* [http://www.talkchess.com/forum3/viewtopic.php?f=2&t=74844 New release Pedone 2.1] by [[Fabio Gobbato]], [[CCC]], August 20, 2020* [http://www.talkchess.com/forum3/viewtopic.php?f=2&t=76203 New release Pedone 3.0] by [[Fabio Gobbato]], [[CCC]], January 01, 2021* [http://www.talkchess.com/forum3/viewtopic.php?f=2&t=77172 New release Pedone 3.1] by [[Fabio Gobbato]], [[CCC]], April 25, 2021
=External Links=
=References=
<references />
 
'''[[Engines|Up one Level]]'''
[[Category:Chess Pieces]]
[[Category:UCI]]
[[Category:Android]]
[[Category:Linux]]
[[Category:Windows]]
[[Category:PC]]
[[Category:X64]]
[[Category:ARM]]
[[Category:NN]]

Navigation menu