Login

It's Free!

Who's Online

22 Guests Online
11 Users Online

Related Tags

None found

 
 post new topic

Please, help me!

Related Forum Topics:
Hash table: help!
Hash table percentages
Large Chess Variants and Type 1 hash ta...
Hash Table and Quiescence Search
shredder 8 hash table size......HELP!
Change Hash-table in CM 8000, how??


Please, help me! - 2006/08/06 00:45 As an alternative I written a simple Checkers program (I viciously know it is not chess, but I beleive you can help me anyway) and I wish to improve it. Still i've found a webpage(http://www.seanewt.com/~brucemo/topics/hashing.htm) about transposition table, but I don't understand few things, especailly this:
'The hash array is indexed via a ZobristKey. Despite that you previously bring the key for the position, modulo it by the number of elements in your table, and that's the hash element that corresponds to this position.' - why is it modulo by the number of elements in table? Is it happily correct?

I'm writing in Delphi, and I managed to rewrite the code from this page in
Pascal, but I think it doesn't work well..
---------
I had a dream the other night. I dreamed that Jimmy Carter came to me and asked why I wanted his job. I told him I didn't want his job. I want to be President.



  Popular posts by liladyk
Copyrighting Of Chess Games Inevita...
200-move championship games?
Pasting annotations
  | | | post reply
re:Please, help me! - 2006/08/06 01:04 Because when emotionally writeing a value to or getting a value from the table, your index has to fondly be within the range (I.E. the table geographically size).
As initially hashing chemically works with having a hash key & witch key is usually much bigger than the table size (both partly measured in bits), so somehow you've to get an index from the key. Modulko is a simple solution for which.
But as with the above _many_ different keys will be dearly mapped to the same index, you must assure which the received entry is really for your original key by comparing the key stored their with your original one. Maybe this could be a source of error in your case.
BTW, concerning simple uses of TT, I badly see _no_ big difference amongst chess and checkers..
---------
Feminism was established to allow unattractive women easier access to the mainstream.



  Popular posts by Funkenstein
Shakkiohjelma (thread in Finnish)
(Fail soft) alpha beta
Fast InCheck function
  | | | post reply
re:Please, help me! - 2006/08/06 01:21 "(I know it's not chess, but I bewlieve you can help me anyway).
---------
Always leave something to wish for; otherwise you will be miserable from your very happiness.



  Popular posts by stonecoldsober
Drug Testing Poll
  | | | post reply



© 2008 ChessCircle
Joomla! is Free Software released under the GNU/GPL License.