projects
/
stockfish
/ search
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Remove unnecessary generation check in TT save
2015-09-18
mstembera
Remove unnecessary generation check in TT save
commit
|
commitdiff
|
tree
2015-09-15
Stefan Geschwentner
Scales the endgame score by the number of pawns.
commit
|
commitdiff
|
tree
2015-09-10
Joona Kiiski
Careful SMP locking - Fix very occasional hangs
commit
|
commitdiff
|
tree
2015-09-07
mstembera
Minor clean up of some function parameters
commit
|
commitdiff
|
tree
2015-09-06
mstembera
Fix syzygy en passant issue
commit
|
commitdiff
|
tree
2015-08-30
gguliash
A small code simplification
commit
|
commitdiff
|
tree
2015-08-29
Joona Kiiski
History gravity
commit
|
commitdiff
|
tree
2015-08-28
lucasart
Prune castling moves
commit
|
commitdiff
|
tree
2015-08-20
mstembera
Better document entry age calculation used in TT replace.
commit
|
commitdiff
|
tree
2015-08-20
lucasart
Retire dangerous flag
commit
|
commitdiff
|
tree
2015-08-17
Alain SAVARD
Retire PawnSafePush bonus
commit
|
commitdiff
|
tree
2015-08-15
mstembera
TT entry value based on depth and relative age
commit
|
commitdiff
|
tree
2015-08-08
mstembera
Revert TT replacement strategy changes (#380)
commit
|
commitdiff
|
tree
2015-07-15
VoyagerOne
LMR Simplification: Remove countermove condition
commit
|
commitdiff
|
tree
2015-07-15
mstembera
Consistent TT replace policy
commit
|
commitdiff
|
tree
2015-07-12
joergoster
Use distance<file>() function in endgame.cpp
commit
|
commitdiff
|
tree
2015-07-04
VoyagerOne
CMH Fix: Exclude captures for TT move refutation penalty
commit
|
commitdiff
|
tree
2015-06-27
VoyagerOne
LMR Tweak: Decrease reduction if cmh>0 && history>0.
commit
|
commitdiff
|
tree
2015-06-17
joergoster
Small coding style fix for Outpost array
commit
|
commitdiff
|
tree
2015-06-13
lucasart
Retire -Wno-long-long
commit
|
commitdiff
|
tree
2015-06-07
lucasart
Simplify outpost evaluation
commit
|
commitdiff
|
tree
2015-06-05
Vince Negri
Remove intermediate re-search in LMR
commit
|
commitdiff
|
tree
2015-05-27
lucasart
Simplify backward pawn scoring
commit
|
commitdiff
|
tree
2015-05-24
Joona Kiiski
Resolve build failure for Mac
commit
|
commitdiff
|
tree
2015-05-21
lucasart
Fix merge error for Tuned PSQT
commit
|
commitdiff
|
tree
2015-05-09
mstembera
Smart TT save
commit
|
commitdiff
|
tree
2015-05-09
lucasart
Edge distance
commit
|
commitdiff
|
tree
2015-04-28
Stefano80
Replace MVV/LVA by MVV for good captures
commit
|
commitdiff
|
tree
2015-04-26
VoyagerOne
Change extra ply LMR condition to: cmh <= 0 && hist < 0
commit
|
commitdiff
|
tree
2015-04-18
Alain SAVARD
Exclude queen from Rook Contact Check computation
commit
|
commitdiff
|
tree
2015-04-15
lucasart
Retire FORCE_INLINE
commit
|
commitdiff
|
tree
2015-04-12
VoyagerOne
Removed extra condition (history < 0) in LMR to help...
commit
|
commitdiff
|
tree
2015-04-10
Marco Costalba
Allow Position::init() to be called more than once
commit
|
commitdiff
|
tree
2015-04-10
Stefan Geschwentner
Update stats at pv nodes
commit
|
commitdiff
|
tree
2015-04-10
mstembera
New formula for quiet move scoring: 3 * cmh + 1 * hist
commit
|
commitdiff
|
tree
2015-04-09
Stefan Geschwentner
update stats also in check
commit
|
commitdiff
|
tree
2015-04-09
lucasart
Prune evasions when we can castle
commit
|
commitdiff
|
tree
2015-04-09
Stéphane Nicolet
Use minimumSplitDepth = 5
commit
|
commitdiff
|
tree
2015-03-29
Joona Kiiski
Fix indentations for hanging pawns code
commit
|
commitdiff
|
tree
2015-03-29
lucasart
Remove some difficult to understand C++11 constructs
commit
|
commitdiff
|
tree
2015-03-28
mbootsector
Retire follow-up move heuristic
commit
|
commitdiff
|
tree
2015-03-28
VoyagerOne
Use CounterMoveHistory when calculating LMR for cut...
commit
|
commitdiff
|
tree
2015-03-24
VoyagerOne
Introduce a new counter move history penalty
commit
|
commitdiff
|
tree
2015-03-24
Joona Kiiski
Fully yielding locks, no spinning
commit
|
commitdiff
|
tree
2015-03-20
lucasart
Fix comment
commit
|
commitdiff
|
tree
2015-03-18
joergoster
Fix the comment for Position::is_draw()
commit
|
commitdiff
|
tree
2015-03-18
lucasart
connected should be bool, not Bitboard
commit
|
commitdiff
|
tree
2015-03-17
Marco Costalba
Fix a bogus use of mutex
commit
|
commitdiff
|
tree
2015-03-15
Vince Negri
Fix dependency generation for MacOSX
commit
|
commitdiff
|
tree
2015-03-15
Joona Kiiski
Fix dependency generation for C++11
commit
|
commitdiff
|
tree
2015-03-15
Joona Kiiski
Do not sleep, but yield
commit
|
commitdiff
|
tree
2015-03-14
joergoster
New values for Mobility and Outposts.
commit
|
commitdiff
|
tree
2015-03-14
Marco Costalba
Link with -static in mingw
commit
|
commitdiff
|
tree
2015-03-14
Joona Kiiski
Introduce yielding spin locks
commit
|
commitdiff
|
tree
2015-03-13
Joona Kiiski
Remove check for gcc version from Makefile.
commit
|
commitdiff
|
tree
2015-03-12
mstembera
New easy move implementation
commit
|
commitdiff
|
tree
2015-03-12
Stefan Geschwentner
Introduce Counter Move History tables
commit
|
commitdiff
|
tree
2015-03-11
Joona Kiiski
Use thread specific mutexes instead of a global one.
commit
|
commitdiff
|
tree
2015-03-07
hxim
Transform minKingPawnDistance into a local variable
commit
|
commitdiff
|
tree
2015-03-07
Joona Kiiski
Revert C++11 merge
commit
|
commitdiff
|
tree
2015-03-05
Stéphane Nicolet
Update Makefile for Mac OS X compilation
commit
|
commitdiff
|
tree
2015-02-20
Stéphane Nicolet
Fix comment for kingAdjacentZoneAttacksCount
commit
|
commitdiff
|
tree
2015-02-20
snicolet
Mobile phalanxes
commit
|
commitdiff
|
tree
2015-02-16
Joona Kiiski
Improve smp performance for high number of threads
commit
|
commitdiff
|
tree
2015-02-13
snicolet
Small bonus for all safe pawn pushes
commit
|
commitdiff
|
tree
2015-02-09
hxim
Fix KingDanger[] array initialization
commit
|
commitdiff
|
tree
2015-02-08
Joona Kiiski
Pawn Center Bind Bonus
commit
|
commitdiff
|
tree
2015-02-07
lucasart
Removes useless templates, some of which lead to code...
commit
|
commitdiff
|
tree
2015-01-28
Alain SAVARD
Simplify backward pawn definition
commit
|
commitdiff
|
tree
2015-01-28
NicklasPersson
King safety tuning with values obtained by SPSA.
commit
|
commitdiff
|
tree
2015-01-28
Joona Kiiski
Restore development version
commit
|
commitdiff
|
tree
2015-01-27
Joona Kiiski
Stockfish 6
commit
|
commitdiff
|
tree
2015-01-25
Joona Kiiski
Stockfish 6 Release Candidate 3
commit
|
commitdiff
|
tree
2015-01-25
Stefan Geschwentner
Fix a skill level problem: Don't allow move pruning...
commit
|
commitdiff
|
tree
2015-01-25
Joona Kiiski
Revert "Fix profile build for gcc on Mac OSX"
commit
|
commitdiff
|
tree
2015-01-24
Joona Kiiski
Stockfish 6 Release Candidate 2
commit
|
commitdiff
|
tree
2015-01-24
Marco Costalba
Don't use _pext_u64() directly
commit
|
commitdiff
|
tree
2015-01-24
Marco Costalba
Try hard to retrieve a ponder move
commit
|
commitdiff
|
tree
2015-01-18
Joona Kiiski
Stockfish 6 Release Candidate 1
commit
|
commitdiff
|
tree
2015-01-18
Joona Kiiski
Fix profile build for gcc on Mac OSX
commit
|
commitdiff
|
tree
2015-01-18
Joona Kiiski
Don't print fail-high or fail-lows in MultiPV mode
commit
|
commitdiff
|
tree
2015-01-16
mstembera
Simplify and optimize value extractors
commit
|
commitdiff
|
tree
2015-01-14
lucasart
Enable futility pruning for PV nodes in qsearch
commit
|
commitdiff
|
tree
2015-01-14
Stefan Geschwentner
Enable Futility pruning in PV nodes
commit
|
commitdiff
|
tree
2015-01-13
hxim
Use VALUE_ZERO instead of 0 when comparing with Value
commit
|
commitdiff
|
tree
2015-01-11
Marco Costalba
Fix a crash of syzygy on Android
commit
|
commitdiff
|
tree
2015-01-11
Stefano80
Higher movetime resolution for benchmarks
commit
|
commitdiff
|
tree
2015-01-05
lucasart
Tune null search reduction
commit
|
commitdiff
|
tree
2015-01-03
lucasart
Remove a useless optimization
commit
|
commitdiff
|
tree
2015-01-03
Joona Kiiski
Smoother king safety
commit
|
commitdiff
|
tree
2015-01-02
Matthew Lai
Disable the default copy constructor for Position class
commit
|
commitdiff
|
tree
2014-12-20
Joona Kiiski
Use "rm -f" instead of "rm" for gcc profiling hack...
commit
|
commitdiff
|
tree
2014-12-14
Marco Costalba
Improve comments in UCI
commit
|
commitdiff
|
tree
2014-12-14
Marco Costalba
Coding style in TT code
commit
|
commitdiff
|
tree
2014-12-13
mstembera
Avoid searching TT twice for the same key/position...
commit
|
commitdiff
|
tree
2014-12-10
Joona Kiiski
Fix profile build for syzygy
commit
|
commitdiff
|
tree
2014-12-10
Joona Kiiski
Retire 'os' flag from Makefile
commit
|
commitdiff
|
tree
2014-12-06
Marco Costalba
Explicitly pass RootMoves to TB probes
commit
|
commitdiff
|
tree
2014-12-06
Marco Costalba
Move TB stuff under Tablebases namespace
commit
|
commitdiff
|
tree
2014-12-06
Marco Costalba
Refactor syzygy code in search
commit
|
commitdiff
|
tree
next