aboutsummaryrefslogtreecommitdiff
path: root/src/grossmeister/search.rs
Commit message (Expand)AuthorAgeLines
* feat: do not return PV score out of current boundseug-vs2023-09-04-8/+2
* feat: use plain negamax instead of MTD(f)eug-vs2023-09-04-3/+10
* feat: define strict ordering between ttable itemseug-vs2023-09-04-8/+8
* feat: use MTD(f) instead of aspiration windowseug-vs2023-09-04-29/+29
* refactor: reconstruct PV only after the searcheug-vs2023-09-04-66/+70
* feat: add grain of 1cp to the scoreeug-vs2023-09-04-11/+11
* fix: never panic in search, return option insteadeug-vs2023-09-04-16/+16
* feat: improved scoring for (semi)dead positionseug-vs2023-09-03-4/+16
* refactor: separate threefold_repetitionHEADmastereug-vs2023-09-03-5/+3
* fix: also break if we overjumped mating deptheug-vs2023-09-03-2/+2
* feat: better UCI mate displayeug-vs2023-09-03-37/+45
* feat: apply Mate Distance Pruningeug-vs2023-09-03-13/+50
* feat: correctly display mate distanceeug-vs2023-09-03-14/+51
* perf: only generate moves needed for current stageeug-vs2023-08-31-9/+4
* refactor!: implement staged move generationeug-vs2023-08-31-87/+24
* feat: display hashfull infoeug-vs2023-08-27-0/+1
* feat: always print upper/lower score in UCIeug-vs2023-08-27-6/+2
* fix: do not panic if search stopped to earlyeug-vs2023-08-23-4/+5
* feat: improve UCI position fen moves caseeug-vs2023-08-22-4/+7
* feat: add ponderingeug-vs2023-08-21-7/+8
* feat: also check 3-fold repetition in quiesenceeug-vs2023-08-19-5/+10
* feat: add 3-fold repetitioneug-vs2023-02-27-3/+8
* feat: print mate in X information in UCIeug-vs2023-02-27-3/+7
* fix: print bestmove if mate foundeug-vs2023-02-27-2/+7
* feat: add clock and time management to UCIeug-vs2023-02-26-0/+1
* feat: finish very basic UCI implementationeug-vs2023-02-26-3/+6
* feat: send infos from iterative deepeningeug-vs2023-02-26-21/+21
* feat: add initial multi-threaded UCI impleug-vs2023-02-24-12/+12
* refactor: return move generation to board moduleeug-vs2023-02-23-3/+63
* refactor: apply clippy suggestionseug-vs2023-02-23-42/+31
* refactor: create grossmeister moduleeug-vs2023-02-23-0/+426