Geschrieben von: / Posted by: Tord Romstad at 19 February 2004 19:24:06:
Als Antwort auf: / In reply to: Re: 1 MB Hash Trick/Bug geschrieben von: / posted by: Marcus Prewarski at 19 February 2004 19:15:59:
Hi Matthias,
Could you describe this bug for some of us that aren't familiar with it. I'm taking a break from the pressure of trying to get my engine to play better and have started working on a UCI interface so I'm a little curious about it.
When the engine is running in UCI mode, the GUI tells the engine how big
hash tables it should use. The user sets the hash table size in some kind
of dialog box, and the GUI is supposed to communicate all changes back to
the engine.
In the Fritz GUI, this does not always work as intended. Occasionally the
engine is told to use only 1 MB, even though the user has asked for a much
bigger size. This doesn't happen in all games. In fact, it is difficult to
see any pattern at all in when it happens.
In Gothmog 0.4.6 (still unreleased) I have solved this problem by adding a
"fritz-hash" setting in my init file. When the engine is running in UCI mode
and is told to only use 1 MB, the engine ignores the request and uses the value
of the fritz-hash setting instead.
Tord