]> git.sesse.net Git - stockfish/commitdiff
Add experimental contempt factor
authorMarco Costalba <mcostalba@gmail.com>
Fri, 5 Oct 2012 06:23:56 +0000 (08:23 +0200)
committerMarco Costalba <mcostalba@gmail.com>
Fri, 5 Oct 2012 06:28:23 +0000 (08:28 +0200)
This is very crude and very basic: simply in case
of a draw for repetition or 50 moves rule return
a negative score instead of zero according to the
contempt factor (in centipawns). If contempt is
positive engine will try to avoid draws (to use
with weaker opponents), if negative engine will
try to draw. If zero (default) there are no changes.

No functional change.


No differences found