]> git.sesse.net Git - stockfish/history - src
Do not fill value if we have no search info.
[stockfish] / src /
2018-12-26 Steinar H. GundersonDo not fill value if we have no search info.
2018-12-26 Steinar H. GundersonRefactor the RPC thread into a shutdown-able class.
2018-12-26 Steinar H. GundersonAdd a SCORE_NONE.
2018-12-26 Steinar H. GundersonDecode the score into the protobuf.
2018-12-26 Steinar H. GundersonPut the root into a separate place.
2018-12-26 Steinar H. GundersonPrevent infinite loops on repetitions.
2018-12-26 Steinar H. GundersonReturn the entire PV, and in slightly more parseable...
2018-12-26 Steinar H. GundersonGive the proto a package name.
2018-12-26 Steinar H. GundersonReturn all candidate moves from the probe.
2018-12-26 Steinar H. GundersonDo not use -Wshadow; it is incredibly noisy for protobu...
2018-12-26 Steinar H. GundersonWhen returning gRPC probes, report scores from white...
2018-12-26 Steinar H. GundersonWrite out null-move and no move.
2018-12-26 Steinar H. GundersonMake the bound slightly easier to parse again.
2018-12-26 Steinar H. GundersonMake the client prober output something a bit more...
2018-12-26 Steinar H. GundersonRename client.cc to the right extension.
2018-12-26 Steinar H. GundersonBetter comments and enums in the proto file.
2018-12-26 Steinar H. GundersonFix a .depend dependency error.
2018-12-26 Steinar H. GundersonRemove some debugging.
2018-12-26 Steinar H. GundersonInitial commit for gRPC code.
2018-12-24 noobpwnftwFix crash in best_group() (#1891)
2018-12-24 Joost VandeVondeleExtend stack to ss-5, and remove conditions
2018-12-24 protonspringImprove endgame KBN vs K (#1877)
2018-12-23 mstemberaUse a bit less code to calculate hashfull() (#1830)
2018-12-23 mstemberaTurn on random access for Syzygy files in Windows ...
2018-12-23 protonspringSimplify generate_castling (#1885)
2018-12-20 protonspringSimplify KBNK endgame implementation
2018-12-18 Guenther DemetzTweak main killer penalty
2018-12-18 mstemberaNew voting formula for threads
2018-12-16 31m059Use stronglyProtected
2018-12-16 Alain SAVARDRefactor king ring calculation
2018-12-16 Joost VandeVondeleFix a segfault.
2018-12-16 Joost VandeVondeleStart a TT resize only after search finished.
2018-12-16 31m059Remove Null Move Pruning material threshold
2018-12-13 SFisGODA combo of parameter tweaks
2018-12-13 KurtAsymmetrical 8x8 Pawn PSQT
2018-12-11 protonspringChanges identified in RENAME/REFORMATTING thread (...
2018-12-09 VoyagerOneTweak CMH pruning
2018-12-09 protonspringremove extra line.
2018-12-09 protonspringremove parenthesis.
2018-12-09 protonspringadd paren.
2018-12-09 protonspringsimplify opposite_colors
2018-12-06 Stéphane NicoletRevert "pseudo_legal() and MOVE_NONE"
2018-12-06 VoyagerOneSimplify Killer Move Penalty
2018-12-06 xoto10Simplify time manager in search()
2018-12-06 protonspringpseudo_legal() and MOVE_NONE
2018-12-02 VizvezdenecIntroduce concept of double pawn protection.
2018-12-01 Miguel LahozPenalize refuted killers in continuation history
2018-12-01 ElbertoOneRemove Overload bonus
2018-11-29 Stéphane NicoletRestore development version
2018-11-29 Stéphane NicoletStockfish 10
2018-11-29 Sebastian BuchwaldUse emplace_back() in TB code
2018-11-27 31m059Simplify casting extension
2018-11-27 Steinar H. GundersonTurn on MADV_RANDOM for Syzygy mmaps (on Unix-like...
2018-11-25 Jörg OsterQsearch simplification. (#1828)
2018-11-24 VizvezdenecReintroduce tropism to kingdanger
2018-11-24 31m059Remove the tropism term from kingDanger
2018-11-20 Joost VandeVondeleForce time check on TB probe in search.
2018-11-20 xoto10Bonus for restricting opponent's piece moves
2018-11-19 Stéphane NicoletStockfish 10-beta
2018-11-19 SFisGODTweak Queen PSQT based on tuned values
2018-11-19 KurtTune evaluation scores
2018-11-19 protonspringRemove BlockedStorm array
2018-11-19 VoyagerOneSimplify Castle Extension
2018-11-19 protonspringCode style in search.cpp
2018-11-19 Nikolay KostovUpdate a comment in the evaluate.cpp file to reflect...
2018-11-19 SFisGODRook PSQT Tuned
2018-11-19 VizvezdenecChange default contempt from 21 to 24 centipawns
2018-11-19 NoobyClear TableBase mappings in Search::clear()
2018-11-12 protonspringReplace the PassedDanger array by an equation
2018-11-12 mstemberaRemove redundant king square parameter
2018-11-11 31m059Simplify tropism. (#1807)
2018-11-08 SFisGODPawn and Piece Values Tuned at LTC
2018-11-08 Joost VandeVondelefixup
2018-11-08 Joost VandeVondeleExtension for king moves changing castling rights
2018-11-04 Fabian FichterSimplify mobility danger
2018-11-02 Stéphane NicoletRook tweaks in evaluation
2018-11-01 Joost VandeVondeleFix issues from using adjustedDepth too broadly
2018-11-01 SFisGODCombo
2018-10-27 VizvezdenecTweak of knight PSQT and mobility bonuses
2018-10-25 Guenther DemetzOn main thread: reduce depth after fail high
2018-10-25 Peter ZsifkovitsNUMA for 9 threads or more
2018-10-23 Günther DemetzRevert Pull Request #1771, see issue #1785 (#1786)
2018-10-21 mstemberaSmall simplification in castling rights
2018-10-14 ElbertoOneSimplify check extensions
2018-10-14 Joost VandeVondeleRandomize draw eval
2018-10-14 Guenther DemetzCorrectly track down pv even in fail-high case
2018-10-14 Miguel LahozSimplify evaluation of blockers_for_king
2018-10-14 Joost VandeVondelesmall ttCapture simplification.
2018-10-14 31m059Combo
2018-09-27 Eduardo CaceresFix two typos in comments
2018-09-27 Joost VandeVondeleRemove essentially unused code
2018-09-27 protonspringTwo simplifications in passed pawns evaluation
2018-09-27 Rocky640Pawn PSQT Tuned
2018-09-27 Joost VandeVondeleRemove unneeded branch
2018-09-10 VizvezdenecTweak opposite colord bishops endgame scaling.
2018-09-04 ElbertoOneParameter tweaks in PSQT and NMP
2018-09-03 Stéphane NicoletUpdate list of authors
2018-09-01 Stéphane NicoletRe-introduce "keep pawns on both flanks"
2018-09-01 Rocky640Long Diagonal Tweaks
2018-08-29 protonspringRemove PawnsOnBothFlanks
next