MCPcopy Create free account
hub / github.com/PascalPons/connect4 / load

Method load

OpeningBook.hpp:88–148  ·  view source on GitHub ↗

Empty opening book * Opening book file format: * - 1 byte: board width * - 1 byte: board height * - 1 byte: max stored position depth * - 1 byte: key size in bits * - 1 byte: value size in bits * - 1 byte: log_size = log2(size). number of stored elements (size) is smallest prime number above 2^(log_size) * - size key elements * - size value elements */

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

loadBookMethod · 0.80

Calls 3

getKeysMethod · 0.80
getSizeMethod · 0.80
getValuesMethod · 0.80

Tested by

no test coverage detected