zht: Create a Zobrist Hash Table

Description Usage Arguments Details Value

Description

Create a Zobrist Hash Table

Usage

1
2
zht(keysize, convfunc = NULL, hashsize = 10, rehashable = FALSE,
  threslf = 0.9)

Arguments

keysize

Positive integer. Bit size of keys

convfunc

Function that converts state into key. If not specified, it is assumed that the state is identical to key. If specified, the function must take state as the first entry, and keyword arguments .... See details.

hashsize

Positive integer. Bit size of hash values

rehashable

Logical. TRUE if hashsize should be increased dynamically

threslf

Numeric. When rehash = TRUE, rehashing is implemented when the load factor exceeds this value

Details

to be added

Value

zht object


kota7/zobrist documentation built on May 20, 2019, 1:11 p.m.