Home
last modified time | relevance | path

Searched refs:hashflagBeta (Results 1 – 1 of 1) sorted by relevance

/plugin/pgn4web/pgn4web/libs/garbochess/
H A Dgarbochess.js864 if (hashNode.flags == hashflagBeta && hashValue >= beta)
1000 StoreHash(value, hashflagBeta, ply, currentMove, depth);
1106 StoreHash(value, hashflagBeta, ply, currentMove, depth);
1315 var hashflagBeta = 2; variable