Home
last modified time | relevance | path

Searched defs:bestMove (Results 1 – 21 of 21) sorted by relevance

/dports/games/chessx/chessx-1.5.6/src/database/
H A Dtablebase.cpp173 emit bestMove(bestMoves, dtm); in httpDone() local
250 emit bestMove(bestMoves, bestScore); in httpDone() local
H A Danalysis.cpp130 void Analysis::setBestMove(bool bestMove) in setBestMove()
135 bool Analysis::bestMove() const in bestMove() function in Analysis
H A Dwbengine.cpp262 QString bestMove = message.section(' ', 1, 1, QString::SectionSkipEmpty); in parseBestMove() local
H A Duciengine.cpp285 QString bestMove = message.section(' ', 1, 1, QString::SectionSkipEmpty); in parseBestMove() local
/dports/games/tsito/tsito-0.8.4/src/
H A DTransposition.h20 unsigned short bestMove; variable
/dports/games/mancala/mancala-1.0.3/
H A Dminimax.c205 PMove bestMove; /* the best move so far */ local
/dports/games/chessx/chessx-1.5.6/src/gui/
H A Danalysiswidget.cpp280 bool bestMove = analysis.bestMove(); in showAnalysis() local
633 Move bestMove = m_analyses[0].variation().first(); in updateComplexity() local
/dports/games/jchessboard/JChessBoard-1.5/jchessboard/
H A DAI.java307 Move bestMove = null; in alphabeta() local
468 Move bestMove = null; in work() local
/dports/games/hinversi/hinversi-0.8.2/lib/
H A DabClient.c143 int bestMove = 0; in ab_aiMove() local
/dports/games/chessx/chessx-1.5.6/src/guess/
H A Dguess_guessengine.cpp1405 inline void tte_SetBestMove(transTableEntryT * tte, simpleMoveT * bestMove) in tte_SetBestMove()
1416 inline void tte_GetBestMove(transTableEntryT * tte, simpleMoveT * bestMove) in tte_GetBestMove()
1430 simpleMoveT * bestMove, bool isOnlyMove) in StoreHash()
1555 scoreFlagT Engine::ProbeHash(int depth, int * score, simpleMoveT * bestMove, bool * isOnlyMove) in ProbeHash()
2289 simpleMoveT * bestMove = mlist.Get(bestMoveIndex); in Search() local
H A Dguess_guessengine.h80 unsigned short bestMove; // Best move from/to/promote values. member
/dports/games/scid/scid/src/
H A Dengine.cpp1167 inline void tte_SetBestMove (transTableEntryT * tte, simpleMoveT * bestMove) in tte_SetBestMove()
1176 inline void tte_GetBestMove (transTableEntryT * tte, simpleMoveT * bestMove) in tte_GetBestMove()
1189 simpleMoveT * bestMove, bool isOnlyMove) in StoreHash()
1282 Engine::ProbeHash (int depth, int * score, simpleMoveT * bestMove, bool * isOnlyMove) in ProbeHash()
1848 simpleMoveT * bestMove = mlist.Get(bestMoveIndex); in Search() local
H A Dengine.h68 ushort bestMove; // Best move from/to/promote values. member
H A Dtkscid.cpp2802 const char * bestMove = ""; in probe_tablebase() local
2861 const char * bestMove = ""; in probe_tablebase() local
/dports/games/stockfish/Stockfish-sf_14/src/
H A Dsearch.cpp552 Move ttMove, move, excludedMove, bestMove; in search() local
1370 Move ttMove, move, bestMove; in qsearch() local
1638 …void update_all_stats(const Position& pos, Stack* ss, Move bestMove, Value bestValue, Value beta, … in update_all_stats()
/dports/games/amoebax/amoebax-0.2.1/src/
H A DAIPlayer.cxx606 AIPlayer::setBestMove (const Move &bestMove, int32_t bestScore) in setBestMove()
/dports/games/kjumpingcube/kjumpingcube-21.12.3/src/
H A Dai_main.cpp214 Move bestMove = {-1, -WinnerPlus1}; in tryMoves() local
/dports/biology/pooler/PrimerPooler-1.78/pooler/
H A Dpool-split.c164 int bestMove = moves[0]; in findBestMove() local
491 int bestMove = moves[0]; in poolsplit_thread() local
/dports/math/gecode/gecode-0916a1a/contribs/quacode/examples/
H A Dconnect-four.cpp469 int bestMove=x.min(); in c4Heuristic() local
/dports/games/xboard-devel/xboard-f49e7e1/
H A Dbackend.c299 char bestMove[MSG_SIZ]; variable
/dports/games/xboard/xboard-4.9.1/
H A Dbackend.c300 char bestMove[MSG_SIZ], avoidMove[MSG_SIZ]; variable