projects
/
stockfish
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Refutation penalty on captures
[stockfish]
/
src
/
2016-08-24
VoyagerOne
Refutation penalty on captures
tree
|
commitdiff
2016-08-19
VoyagerOne
Simplify IID
tree
|
commitdiff
2016-08-19
VoyagerOne
Do LMR on captures
tree
|
commitdiff
2016-08-18
Marco Costalba
Remove a stale assignment
tree
|
commitdiff
2016-08-18
Stefano80
Retire pawn span
tree
|
commitdiff
2016-08-15
VoyagerOne
Use predicted depth for history pruning
tree
|
commitdiff
2016-08-13
Luca Brivio
Cap space evaluation bonus
tree
|
commitdiff
2016-08-10
Alain SAVARD
Simplify space formula
tree
|
commitdiff
2016-08-02
VoyagerOne
Use Color-From-To history stats to help sort moves
tree
|
commitdiff
2016-08-01
VoyagerOne
Futility tweak
tree
|
commitdiff
2016-07-24
ajithcj
Allow null pruning at depth 1
tree
|
commitdiff
2016-07-24
Stefano80
See prune at higher depth
tree
|
commitdiff
2016-07-16
ajithcj
Gradually relax the NMP staticEval check
tree
|
commitdiff
2016-07-16
Lyudmil Antonov
Workaround gcc stack alignment bug
tree
|
commitdiff
2016-07-12
joergoster
Fix extract_ponder_from_tt()
tree
|
commitdiff
2016-07-08
Stéphane Nicolet
King tropism
tree
|
commitdiff
2016-07-07
Alain SAVARD
More safe checks
tree
|
commitdiff
2016-07-02
ajithcj
Use staticEval in null prune condition
tree
|
commitdiff
2016-06-26
loco-loco
Removing inCheck condition for counter move bonus
tree
|
commitdiff
2016-06-25
Marco Costalba
Restore standard passed pawn definition
tree
|
commitdiff
2016-06-24
ElbertoOne
Remove redundant PvNode condition
tree
|
commitdiff
2016-06-24
VoyagerOne
Comment out a redundant condition
tree
|
commitdiff
2016-06-21
Jonathan Calovski
Remove scalefactor dependency
tree
|
commitdiff
2016-06-19
ElbertoOne
On IID do not always search with cutNode = true
tree
|
commitdiff
2016-06-18
VoyagerOne
Simplify Check Extension
tree
|
commitdiff
2016-06-15
ajithcj
Don't insert pv back into tt
tree
|
commitdiff
2016-06-15
lucasart
Do not hardcode Debug Log File
tree
|
commitdiff
2016-06-11
Marco Costalba
Filter root moves filter before copy to threads
tree
|
commitdiff
2016-06-10
VoyagerOne
Stat Formula Tweak
tree
|
commitdiff
2016-06-10
VoyagerOne
Tweak check extension condition
tree
|
commitdiff
2016-06-10
Alain SAVARD
Small Queen simplification
tree
|
commitdiff
2016-06-10
mstembera
Avoid some redundant scaling function calls
tree
|
commitdiff
2016-06-07
ElbertoOne
LMR reduction parameter tweak
tree
|
commitdiff
2016-06-07
Marco Costalba
Fix syzygy DTZ bug
tree
|
commitdiff
2016-06-03
VoyagerOne
Simplify Futility Pruning
tree
|
commitdiff
2016-06-03
ElbertoOne
LMR Simplification
tree
|
commitdiff
2016-06-03
joergoster
Tuned values for piece check and attack unit factors
tree
|
commitdiff
2016-05-28
Stéphane Nicolet
Pins or discovered attacks on the opponent's queen
tree
|
commitdiff
2016-05-28
Stéphane Nicolet
Teach check_blockers to check also non-king pieces
tree
|
commitdiff
2016-05-26
Stéphane Nicolet
Simplify doubled pawn
tree
|
commitdiff
2016-05-20
Leonid Pechenik
More detailed dependence of time allocation on the...
tree
|
commitdiff
2016-05-20
loco-loco
Assorted pruning tweaks
tree
|
commitdiff
2016-05-14
mstembera
Fix a multiPV bug in lazy SMP
tree
|
commitdiff
2016-05-13
Stéphane Nicolet
Double pawn simplification
tree
|
commitdiff
2016-05-10
loco-loco
Merge good and bad quiets
tree
|
commitdiff
2016-05-06
Alain SAVARD
Unsafe checks
tree
|
commitdiff
2016-05-05
Marco Costalba
Retire __popcnt64 intrinsic
tree
|
commitdiff
2016-05-05
VoyagerOne
Simplify History LMR Formula
tree
|
commitdiff
2016-05-01
Marco Costalba
Fix a warning with MSVC
tree
|
commitdiff
2016-05-01
joergoster
Fix LazySMP when searching to a fixed depth.
tree
|
commitdiff
2016-05-01
erbsenzaehler
Use popcount intrinsic with Interl compiler
tree
|
commitdiff
2016-05-01
Krgp
Remove useless -mbmi flag in Makefile
tree
|
commitdiff
2016-04-30
Stéphane Nicolet
Isolated pawn simplification
tree
|
commitdiff
2016-04-24
VoyagerOne
Use FMHs to assist with LMR formula.
tree
|
commitdiff
2016-04-23
erbsenzaehler
Use -O3 for all compilers (including ICC)
tree
|
commitdiff
2016-04-23
DU-jdto
Remove some pointless micro-optimizations
tree
|
commitdiff
2016-04-17
Marco Costalba
Fix incorrect draw detection
tree
|
commitdiff
2016-04-17
loco-loco
Add a second level of follow-up moves
tree
|
commitdiff
2016-04-17
Marco Costalba
StateInfo is usually allocated on the stack by search()
tree
|
commitdiff
2016-04-16
Niklas Fiekas
Fix last search info carried over to mate position
tree
|
commitdiff
2016-04-09
Marco Costalba
Hide global visibility when not needed
tree
|
commitdiff
2016-04-08
DU-jdto
Small passed pawn simplification
tree
|
commitdiff
2016-04-08
Alain SAVARD
Undefended King Ring
tree
|
commitdiff
2016-04-08
Alain SAVARD
Backward simplication
tree
|
commitdiff
2016-04-08
mstembera
Simplify popcnt
tree
|
commitdiff
2016-04-08
lucasart
32-bit/64-bit Makefile fix
tree
|
commitdiff
2016-03-31
NicklasPersson
A combo patch of two tuning patches
tree
|
commitdiff
2016-03-31
lucasart
Guard against UB in lsb/msb
tree
|
commitdiff
2016-03-28
Marco Costalba
Rewrite bsfq management
tree
|
commitdiff
2016-03-27
snicolet
Bonus for loose enemies
tree
|
commitdiff
2016-03-27
mbootsector
Raise endgame passed pawn and material values
tree
|
commitdiff
2016-03-27
fanon
Simplify pawns King Safety calculation
tree
|
commitdiff
2016-03-15
VoyagerOne
A small simplification in movepick.h
tree
|
commitdiff
2016-03-15
mstembera
Simplify Safe Checks
tree
|
commitdiff
2016-03-15
Marco Costalba
Assorted cleanup of latest commits
tree
|
commitdiff
2016-03-10
Stefan Geschwentner
Add followup moves history for move ordering
tree
|
commitdiff
2016-03-02
mbootsector
Passed pawn bonus simplification
tree
|
commitdiff
2016-03-02
snicolet
Tweak initiative formula
tree
|
commitdiff
2016-02-28
ElbertoOne
Clean up depth reduction calculation
tree
|
commitdiff
2016-02-28
joergoster
Pass endgame value to evaluate_scale_factor()
tree
|
commitdiff
2016-02-28
VoyagerOne
Simplify Reduction Formula
tree
|
commitdiff
2016-02-28
Leonid Pechenik
Revert "Remove slowMover"
tree
|
commitdiff
2016-02-21
IIvec
Remove slowMover
tree
|
commitdiff
2016-02-21
VoyagerOne
History Stat Formula Simplification
tree
|
commitdiff
2016-02-14
VoyagerOne
Fix futility pruning bug
tree
|
commitdiff
2016-02-07
hxim
Remove Weights
tree
|
commitdiff
2016-02-07
Marco Costalba
Document HalfDensityMap
tree
|
commitdiff
2016-01-29
Leonid Pechenik
Time management simplification
tree
|
commitdiff
2016-01-24
Guenther Demetz
rotating symmetric patterns with increasing skipsize
tree
|
commitdiff
2016-01-20
Joona Kiiski
Do not probe syzygy bases when castling is possible
tree
|
commitdiff
2016-01-18
lucasart
Retire RootNode template
tree
|
commitdiff
2016-01-18
Guenther Demetz
Depth margin parameter-tweak in TT-save
tree
|
commitdiff
2016-01-18
Joona Kiiski
Remove redundant -std=c++0x flag
tree
|
commitdiff
2016-01-18
Joona Kiiski
Makefile: Allow specifying compiler executable
tree
|
commitdiff
2016-01-18
Marco Costalba
Rewrite time formula
tree
|
commitdiff
2016-01-16
Lyudmil Antonov
Assorted English grammar changes
tree
|
commitdiff
2016-01-13
Stefano80
Adjust reductions based on history and cmh tables
tree
|
commitdiff
2016-01-13
Stefano80
Update comments in LMR step
tree
|
commitdiff
2016-01-09
Leonid Pechenik
Tune time management for LTC
tree
|
commitdiff
2016-01-03
lucasart
Retire CenterBind
tree
|
commitdiff
next