Skip to content

Commit

Permalink
Update movepick.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
Disservin committed Oct 21, 2023
1 parent e147ca6 commit b065d68
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/movepick.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -31,19 +31,26 @@ namespace Stockfish {
namespace {

enum Stages {
// generate main search moves
MAIN_TT,
CAPTURE_INIT,
GOOD_CAPTURE,
REFUTATION,
QUIET_INIT,
QUIET,
BAD_CAPTURE,

// generate evasion moves
EVASION_TT,
EVASION_INIT,
EVASION,

// generate probcut moves
PROBCUT_TT,
PROBCUT_INIT,
PROBCUT,

// generate qsearch moves
QSEARCH_TT,
QCAPTURE_INIT,
QCAPTURE,
Expand Down

0 comments on commit b065d68

Please sign in to comment.