Definition at line 14 of file BitBully.h.
◆ BitBully()
BitBully::BitBully::BitBully |
( |
const std::filesystem::path & | bookPath = "" | ) |
|
|
inlineexplicit |
◆ getNodeCounter()
auto BitBully::BitBully::getNodeCounter |
( |
| ) |
const |
|
inlinenodiscard |
◆ isBookLoaded()
bool BitBully::BitBully::isBookLoaded |
( |
| ) |
const |
|
inline |
◆ loadBook()
bool BitBully::BitBully::loadBook |
( |
const std::filesystem::path & | bookPath = "" | ) |
|
|
inline |
◆ mtdf()
int BitBully::BitBully::mtdf |
( |
const Board & | b, |
|
|
const int | firstGuess ) |
|
inline |
◆ negamax()
int BitBully::BitBully::negamax |
( |
Board | b, |
|
|
int | alpha, |
|
|
int | beta, |
|
|
int | depth ) |
|
inline |
◆ nullWindow()
int BitBully::BitBully::nullWindow |
( |
const Board & | b | ) |
|
|
inline |
◆ resetBook()
void BitBully::BitBully::resetBook |
( |
| ) |
|
|
inline |
◆ resetNodeCounter()
void BitBully::BitBully::resetNodeCounter |
( |
| ) |
|
|
inline |
◆ resetTranspositionTable()
void BitBully::BitBully::resetTranspositionTable |
( |
| ) |
|
|
inline |
◆ scoreMoves()
auto BitBully::BitBully::scoreMoves |
( |
const Board & | b | ) |
|
|
inline |
The documentation for this class was generated from the following file: