]> git.sesse.net Git - stockfish/history - src/search.cpp
Merge remote-tracking branch 'upstream/master'
[stockfish] / src / search.cpp
9 days ago Steinar H. GundersonMerge remote-tracking branch 'upstream/master' master
9 days ago Steinar H. GundersonMerge commit '299707d2c2cbf1694bb21ed4a375b54ef35d719e^'
9 days ago Steinar H. GundersonMerge commit '9b92ada935ddf920491156be22f609afaca4d840^'
9 days ago Steinar H. GundersonMerge commit 'a10791095'
11 days ago Nonlinear2Remove the `moveCount` increase in the LMR condition.
11 days ago MinetaSRemove statScore condition in NMP
13 days ago Michael ChalySimplify ttmove reduction
13 days ago Daniel MonroeReduce on ttcaptures if not capture
13 days ago Shawn XuIntroduce Material Correction History
13 days ago FauziAkramSimplify history bonus
2024-08-28 FauziAkramSimpler formula for ss->cutoffCnt update
2024-08-28 Taras Vukrename !(PvNode || cutNode) to allNode
2024-08-20 Taras VukTweak late move extensions
2024-08-20 Shawn XuIntroduce Fail Low History Bonus
2024-08-20 Nonlinear2Simplify stand pat adjustement
2024-08-20 Shawn XuSimplify doShallowerSearch
2024-08-20 Shawn XuSimplify bestMove promotion
2024-08-20 FauziAkramSimplify cutnode reduction formula
2024-08-20 Shawn XuSimplify Post-LMR Continuation History Updates
2024-08-03 Shawn XuSimplify Cutnode Reduction
2024-08-03 Tomasz SobczykReplicate network weights only to used NUMA nodes
2024-07-28 Shawn XuRemove Killers
2024-07-28 Stéphane NicoletClean up comments for movepicker
2024-07-28 Michael ChalyRemove unneeded depth tracking in qsearch
2024-07-28 Shawn XuSimplify Away Killer Condition in Cutnode LMR
2024-07-23 Michael ChalyIntroduce pre-qsearch ttmove extensions at pv nodes
2024-07-23 Shawn XuRemove Killer Heuristic In Move Ordering
2024-07-23 Shahin M. ShahinFix TB guard
2024-07-23 FauziAkramAdding LowestElo and HighestElo constants
2024-07-23 FauziAkramBonus Simplification
2024-07-23 DubslowRemove QS_CHECKS movepick stage
2024-07-23 Joost VandeVondeleFix TB PV extension and MultiPV
2024-07-19 Michael ChalyAdjust bonus to move that caused a fail low
2024-07-19 Shahin M. ShahinTry nullmoves only on cutnodes
2024-07-19 DubslowLinearize corrHist
2024-07-19 yl25946Replace ternary with std::min
2024-07-19 Guenther DemetzSimplify improving condition
2024-07-15 Michael ChalyRemove quiet history pruning depth limit
2024-07-15 MinetaSUse ValueList to represent searched moves array
2024-07-15 FauziAkrambonus calculation for prior countermoves
2024-07-15 Linmiao XuSet best value to futility value after pruned quiet...
2024-07-15 Michael ChalyDecrease delta
2024-07-15 MinetaSSimplify futility_move_count
2024-07-11 yl25946removed second killer move
2024-07-11 Stéphane NicoletClean up comments in code
2024-07-09 yl25946Move Loop Consistency in Probcut
2024-07-09 Shawn XuSimplify Probcut Malus
2024-07-09 Michael ChalyFurther simplify stat bonuses
2024-07-09 Joost VandeVondeleFix output for GUI
2024-07-09 Linmiao XuLarger bonus when updating quiet stats
2024-07-09 Michael ChalyAdjust usage of previous statscore in bonus assignments
2024-07-09 Linmiao XuSimplify improving deduction in futility margin
2024-07-09 Shawn XuTweak LMR at Root
2024-07-09 Shawn XuSimplify in-check condition for Probcut-in-check
2024-07-09 Shawn XuSimplify Away Move Count Pruning Adjustment
2024-07-06 Muzhen GamingSimplify ttPv reduction formula
2024-07-06 Muzhen GamingSimplify internal iterative reductions
2024-07-06 Shawn XuNon-functional Fixes & Updates
2024-07-06 FauziAkramSimplify away eval in TM
2024-07-06 Shawn XuSimplify Away Countermove Heuristic
2024-07-06 Muzhen GamingVVLTC search tune
2024-07-05 Joost VandeVondeleCorrect and extend PV lines with decisive TB score
2024-07-05 Linmiao XuUpdate 7 stat bonus/malus params
2024-07-05 Joost VandeVondeleOutput from a fix depth onward, instead of 3s.
2024-07-03 Shahin M. ShahinLimit has_game_cycle() to only upcoming repetition
2024-07-03 Shawn XuDo Capture History Updates In Probcut
2024-07-01 DubslowProbcut in check no matter if pv or capture
2024-07-01 Linmiao XuUpdate some params for pruning at shallow depth
2024-07-01 Linmiao XuSimplify worsening deduction in futility margin
2024-07-01 FauziAkramSimplify rm.averageScore calculation
2024-07-01 Shahin M. ShahinIncrease reduction based on correct expectation
2024-07-01 Michael ChalyTweak multicut
2024-07-01 Daniel MonroeGrade countermove bonus for low statscores
2024-07-01 Taras VukSkip futility pruning if beta is below TB loss value
2024-06-23 FauziAkramInternal iterative reductions: decrease depth more
2024-06-23 Shawn XuSimplify Bonus Formula In History Adjustment
2024-06-23 evqsxSimplify static exchange evaluation pruning formula
2024-06-23 xoto10Consider wider range of moves near leaves.
2024-06-15 FauziAkramTweak the reduction formula
2024-06-15 Joost VandeVondeleFix upperbound/lowerbound output in multithreaded case
2024-06-15 Joost VandeVondeleLimit depth after extensions to avoid asserts.
2024-06-12 DubslowSimplify TT interface and avoid changing TT info
2024-06-12 Joost VandeVondeleKeep mate PVs intact.
2024-06-08 evqsxRemove the correction history bonus in null move search
2024-06-08 DubslowLinearize corrHist
2024-06-08 FauziAkramTweak pruning formula
2024-06-08 rn5f107s2Simplify razor changes
2024-06-05 DisservinUpdate clang-format to version 18
2024-06-05 Viren6Use futility margin in razoring margin
2024-06-05 Muzhen GamingVVLTC search tune
2024-06-05 mstemberaRemove m512_hadd128x16_interleave()
2024-06-03 DisservinNormalize some variable names and reuse existing logic
2024-06-03 FauziAkramSimplify recapture extension
2024-06-03 FauziAkramSimplify continuation histories
2024-06-02 Joost VandeVondeleRevert "Adjust return bonus from tt cutoffs at fail...
2024-06-01 Linmiao XuSimplify statScore divisor into a constant
2024-06-01 xoto10Simplify tm, removing faster 1st move and 1.13 extraTime.
2024-06-01 Joost VandeVondeleAvoid changing bestvalue
2024-06-01 Michael ChalyAdjust return bonus from tt cutoffs at fail highs
2024-06-01 rn5f107s2MCP more after a bad singular search
next