Marco Costalba
a1a7bc84da
Remove "Max Threads per Split Point" UCI option
...
Experimental patch to verify if drop of nps
in endgames at very long TC is due to this.
Suggested by Ronald de Man.
bench: 7451319
2014-03-15 21:26:04 +01:00
Marco Costalba
9f0485e343
Retire UCI_AnalyseMode option
...
It has been obsoleted out already some time ago
and currently there is no point in changing eval
score according to if we are in game or analyzing.
So retire the option.
No functional change.
2014-03-01 12:10:42 +01:00
Marco Costalba
8f5deaea61
Restore development version
...
bench: 8596156
2013-11-29 10:50:43 +01:00
Marco Costalba
c5bb9b9da9
Stockfish DD
...
Stockfish bench signature is: 8596156
2013-11-29 10:23:14 +01:00
Marco Costalba
c6baefb79d
Restore development version
...
No functional change.
2013-08-21 08:41:47 +02:00
Marco Costalba
4d120ee02e
Stockfish 4
...
Stockfish bench signature is: 4132374
2013-08-20 09:01:25 +02:00
Marco Costalba
b1a4a18d63
Update polyglot.ini with new "Min Split Depth" default
...
No functional change.
2013-08-03 16:41:18 +02:00
Marco Costalba
c1264e46d0
Rename some UCI options
...
Thanks to Don, Miguel, Louis and the other people
of talkchess forum for the suggestion:
http://www.talkchess.com/forum/viewtopic.php?t=48612
Also sync polyglot.ini with current UCI options
No functional change.
2013-07-11 16:07:10 +02:00
Marco Costalba
90abcac1c7
Add Pawn Structure also to polyglot.ini
...
No functional change.
2013-05-25 13:14:41 +02:00
Marco Costalba
7222f47350
Re-add "Pawn Structure" UCI option
...
And reshuffle the code to not special case
this parameter.
No functional change.
2013-05-25 12:38:14 +02:00
Marco Costalba
e381951a24
Restore development version
...
No functional change.
2013-04-30 20:01:07 +02:00
Marco Costalba
aa2368a687
Stockfish 3
...
Stockfish bench signature is: 4176431
2013-04-30 19:42:43 +02:00
Marco Costalba
d3fe153fe6
Re-add 'Cowardice' and 'Aggressiveness' UCI options
...
I have lost my bet with Jean-Paul, so now I re-add
the two options...and I am glad of it :-)
No functional change.
2013-04-09 23:29:58 +02:00
Marco Costalba
bff65a211f
Retire 'Cowardice' and 'Aggressiveness' UCI options
...
They are not self-describing and create a lot of user
requests about them.
Given that the values are already well tuned there
is no need to expose them as UCI options.
No functional change.
2013-01-04 17:11:24 +01:00
RyanTaker
d77d555c72
Add Contempt Factor in Polyglot
...
The contempt factor was previously not included in polyglot.ini
2012-10-07 09:49:55 -07:00
Marco Costalba
1cb2722c95
Restore development version
2012-09-22 00:37:18 +02:00
Marco Costalba
3caeabf73b
Stockfish 2.3.1
...
Stockfish bench signature is: 5423738
2012-09-22 00:20:44 +02:00
Marco Costalba
e0035e9ca9
Restore development version
...
No functional change.
2012-09-15 11:02:08 +02:00
Marco Costalba
0a18adb02a
Stockfish 2.3
...
Stockfish bench signature is: 5416292
2012-09-15 10:56:17 +02:00
Marco Costalba
e1907e349f
Restore development version
...
No functional change.
Signed-off-by: Marco Costalba <mcostalba@gmail.com>
2012-01-14 15:27:24 +01:00
Marco Costalba
f237e8b8ea
Stockfish 2.2.2
...
Dedicated to the new Jim's super fast builds ! :-)
stockfish bench signature is: 5447426
Signed-off-by: Marco Costalba <mcostalba@gmail.com>
2012-01-14 15:01:21 +01:00
Marco Costalba
867a5a8cd2
Restore development version
...
No functional change.
Signed-off-by: Marco Costalba <mcostalba@gmail.com>
2012-01-06 18:09:25 +01:00
Marco Costalba
78e6b361c5
Stockfish 2.2.1
...
Hopefully fixed the "lose on time" issue.
stockfish bench signature is: 5457475
Signed-off-by: Marco Costalba <mcostalba@gmail.com>
2012-01-06 17:01:40 +01:00
Marco Costalba
c00443b19e
Restore development version
...
No functional change.
Signed-off-by: Marco Costalba <mcostalba@gmail.com>
2011-12-31 15:44:00 +01:00
Marco Costalba
9db9e4f7d3
Stockfish 2.2
...
stockfish bench signature is: 5457475
Signed-off-by: Marco Costalba <mcostalba@gmail.com>
2011-12-31 15:43:28 +01:00
Marco Costalba
87b483f999
Reformat UCI option code
...
Make a better use of C++ operators overloading to
streamline the APIs.
Also sync polyglot.ini file while there.
No functional change.
Signed-off-by: Marco Costalba <mcostalba@gmail.com>
2011-12-27 00:56:11 +01:00
Marco Costalba
8447248705
Retire "Pawn Structure" UCI option
...
Almost useless for the user and now is in sync with
the material value that is already weighted.
A small speedup of 0,4% because we avoid an apply_weight()
call in a fast path.
No functional change.
Signed-off-by: Marco Costalba <mcostalba@gmail.com>
2011-05-02 17:50:46 +01:00
Marco Costalba
33bd67e052
Update polyglot.ini
...
No functional change.
Signed-off-by: Marco Costalba <mcostalba@gmail.com>
2011-05-01 07:49:40 +01:00
Marco Costalba
6b96e6f33d
Update Readme and polyglot files
...
No functional change.
Signed-off-by: Marco Costalba <mcostalba@gmail.com>
2011-01-03 23:55:12 +01:00
Marco Costalba
53b522d95d
Convert polyglot.ini to use Linux line ending
...
Instead of Windows cr/lf
Signed-off-by: Marco Costalba <mcostalba@gmail.com>
2010-04-17 11:24:25 +01:00
Marco Costalba
ef0bbe6e18
Teach polyglot the new "Best Book Move" UCI option
...
Also turn off log by default as is in UCI case.
No functional change.
Signed-off-by: Marco Costalba <mcostalba@gmail.com>
2010-04-17 11:22:40 +01:00
Marco Costalba
f967f1a25e
Update polyglot.ini
...
Remove obsolete options and add a few ones.
Signed-off-by: Marco Costalba <mcostalba@gmail.com>
2010-04-10 20:41:10 +01:00
Marco Costalba
d13e4c16c2
Update polyglot.ini
...
Upadte to new parameters and parameters values.
Signed-off-by: Marco Costalba <mcostalba@gmail.com>
2009-04-30 15:16:35 +01:00
Marco Costalba
bb751d6c89
Initial import of Glaurung 2.1
2008-09-01 07:59:13 +02:00