io-chess
UCI chess engine
Loading...
Searching...
No Matches
MovePicker Member List

This is the complete list of members for MovePicker, including all inherited members.

allMoves_MovePickerprivate
badCaptureCount_MovePickerprivate
badCaptures_MovePickerprivate
captureCount_MovePickerprivate
captureHist_MovePickerprivate
captures_MovePickerprivate
captureScores_MovePickerprivate
capturesGenerated_MovePickerprivate
countermove_MovePickerprivate
countermoveReturned_MovePickerprivate
generateAndScoreCaptures(const Board &board, const Negamax *search)MovePickerprivate
generateAndScoreKillers(const Board &board, const Negamax *search)MovePickerprivate
generateAndScoreQuiets(const Board &board, const Negamax *search)MovePickerprivate
history_MovePickerprivate
killerCount_MovePickerprivate
killerMoves_MovePickerprivate
killers_MovePickerprivate
killersGenerated_MovePickerprivate
MAX_MOVESMovePickerprivatestatic
MovePicker(const Movelist &moves, Move ttMove, const std::array< std::array< Move, 2 >, SearchConstants::MAX_PLY > *killers, const std::array< std::array< int, 64 >, 64 > *history, const std::array< std::array< int, 64 >, 16 > *captureHist, std::array< Move, MAX_MOVES > &captures, std::array< int, MAX_MOVES > &captureScores, std::array< Move, MAX_MOVES > &quiets, std::array< int, MAX_MOVES > &quietScores, std::array< Move, MAX_MOVES > &badCaptures, int ply, int threadId=0, Move countermove=Move(0))MovePickerinline
nextBadCapture_MovePickerprivate
nextCapture_MovePickerprivate
nextKiller_MovePickerprivate
nextMove(const Board &board, const Negamax *search, bool inCheck)MovePicker
nextQueenPromo_MovePickerprivate
nextQuiet_MovePickerprivate
phase_MovePickerprivate
ply_MovePickerprivate
queenPromoCount_MovePickerprivate
quietCount_MovePickerprivate
quiets_MovePickerprivate
quietScores_MovePickerprivate
quietsGenerated_MovePickerprivate
scoreMove(const Move &move, const Board &board, const Negamax *search, bool isCapture)MovePickerprivate
selectBestMove(std::array< Move, N > &list, std::array< int, N > &scores, int &nextIdx, int count)MovePickerprivate
threadId_MovePickerprivate
ttMove_MovePickerprivate