Home
last modified time | relevance | path

Searched refs:negaScout (Results 1 – 2 of 2) sorted by relevance

/dports/games/tsito/tsito-0.8.4/src/
H A DEngine.h107 long negaScout(std::vector<PVEntry> &pv, std::list<Move> moveList,
H A DEngine.cpp560 value = negaScout(myPV, moveList, alpha, beta, ply, depth, legalonly, nullOk, verify); in search()
672 value = negaScout(myPV, moveList, alpha, beta, ply, depth, legalonly, nullOk, verify); in quiescence()
738 long Engine::negaScout(std::vector<PVEntry> &pv, std::list<Move> moveList, in negaScout() function in Engine