BitBully 0.0.78
A fast, perfect-play Connect-4 engine in modern C++
Loading...
Searching...
No Matches
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 123]
 NBitBullyTop-level namespace for the BitBully Connect-4 engine
 CBitBullyPerfect-play Connect-4 solver
 CBoardConnect-4 position represented as a pair of 64-bit bitboards
 CRawStatePlain-data snapshot of the board's internal state
 CMoveListFixed-capacity priority queue tailored for Connect-4 move ordering
 COpeningBookSorted in-memory table mapping Huffman-encoded positions to scores
 CTranspositionTablePower-of-two-sized direct-mapped cache for negamax search results
 CEntryOne transposition-table slot
 NGameSolver
 NConnect4
 CMoveSorterThis class helps sorting the next moves
 COpeningBook
 CPositionA class storing a Connect 4 position
 CSolver
 CTableGetterAbstrac interface for the Transposition Table get function
 CTranspositionTableTransposition Table is a simple hash map with fixed storage size