This is the complete list of members for bitbully.solver.BitBully, including all inherited members.
| __init__(self, OpeningBookName|None opening_book="default") | bitbully.solver.BitBully | |
| __repr__(self) | bitbully.solver.BitBully | |
| _core (defined in bitbully.solver.BitBully) | bitbully.solver.BitBully | protected |
| available_opening_books(cls) | bitbully.solver.BitBully | |
| best_move(self, Board board, *, TieBreakStrategy tie_break="center", random.Random|None rng=None) | bitbully.solver.BitBully | |
| get_node_counter(self) | bitbully.solver.BitBully | |
| is_book_loaded(self) | bitbully.solver.BitBully | |
| load_book(self, OpeningBookName|os.PathLike[str]|str book) | bitbully.solver.BitBully | |
| mtdf(self, Board board, int first_guess=0) | bitbully.solver.BitBully | |
| negamax(self, Board board, int alpha=-1000, int beta=1000, int depth=0) | bitbully.solver.BitBully | |
| null_window(self, Board board) | bitbully.solver.BitBully | |
| opening_book_type (defined in bitbully.solver.BitBully) | bitbully.solver.BitBully | |
| reset_book(self) | bitbully.solver.BitBully | |
| reset_node_counter(self) | bitbully.solver.BitBully | |
| reset_transposition_table(self) | bitbully.solver.BitBully | |
| score_all_moves(self, Board board) | bitbully.solver.BitBully | |
| score_move(self, Board board, int column, int first_guess=0) | bitbully.solver.BitBully | |