Let's call it a draw.Christopher Conkie wrote:To be honest that is from 1.56. You might want to change it and then again, you might not.SzG wrote:Not sure about this one. Homepge says 'hash table structure/access redesign' so maybe those size limitations are no longer valid.Christopher Conkie wrote:
Also you might want to change the -ht 32 entry in the Command Line Parameters to -ht 38
Code: Select all
-ht [size] - [size] specifies (megabytes) size of hashtables recommended values : 9,24,38,62,67,91,105,120,129,166,225,262,325
At the bottom of his page he does say numbers like 1024. Did you get a readme with yours (, the new one I mean)?
Christopher

Christopher
Code: Select all
**************************************************************************
* *
* *
* Chess engine Rzeznik (Butcher) ver 1.60n1 (06-IX-2009) *
* (markol4@wp.pl) *
* *
* *
* Usage: *
* === playing === *
* winboard -fcp "engine_executable -ht [size]" -fd "path_2_engine" *
* *
* Options *
* *
* -ht [size] - [size] specifies (megabytes) size of hashtables *
* recommended values : 9,24,38,62,67,91,105,120,129,166,225,262,325 *
* -k - forces sending kibitz info when playing on ICS *
* -egtb [size] - enables EGTB usage. [size] specifies cache size for *
* EGTB. There should also exist an environment variable *
* EGTB4BUTCHER, which contains path to EGTB files. *
* *
* === book building === *
* engine_executable -ht 1 -a [filename] -d [n] *
* *
* Options *
* *
* a - add PGN file to opening book, *
* filename - name of PGN file *
* d - scannig games maximum n moves deep *
* (if -d option omitted n=16 by dafault) *
* *
* === sort index file === *
* engine_executable -ht 1 -s *
* *
* === help info === *
* engine_executable -h *
* *
* *
* *
* *
**************************************************************************