projects
/
stockfish
/ search
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
Tuned PSQT
2015-05-18
lucasart
Tuned PSQT
commit
|
commitdiff
|
tree
2015-05-09
lucasart
Edge distance
commit
|
commitdiff
|
tree
2015-05-07
lucasart
Restore deterministic search state
commit
|
commitdiff
|
tree
2015-05-06
lucasart
Never clear stats
commit
|
commitdiff
|
tree
2015-04-15
lucasart
Retire FORCE_INLINE
commit
|
commitdiff
|
tree
2015-04-09
lucasart
Prune evasions when we can castle
commit
|
commitdiff
|
tree
2015-03-29
lucasart
Remove some difficult to understand C++11 constructs
commit
|
commitdiff
|
tree
2015-03-20
lucasart
Fix comment
commit
|
commitdiff
|
tree
2015-03-18
lucasart
connected should be bool, not Bitboard
commit
|
commitdiff
|
tree
2015-02-16
lucasart
Compute checkers from scratch
commit
|
commitdiff
|
tree
2015-02-15
lucasart
Compute checkers from scratch
commit
|
commitdiff
|
tree
2015-02-07
lucasart
Removes useless templates, some of which lead to code...
commit
|
commitdiff
|
tree
2015-01-14
lucasart
Enable futility pruning for PV nodes in qsearch
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
2014-11-25
lucasart
Introduce ratio operation
commit
|
commitdiff
|
tree
2014-11-16
lucasart
Half History Max
commit
|
commitdiff
|
tree
2014-11-12
lucasart
Use quiet ttMove in qsearch() (7962287)
commit
|
commitdiff
|
tree
2014-11-10
lucasart
Profile Build with Hash=16
commit
|
commitdiff
|
tree
2014-11-09
lucasart
Fix bounds of FutilityMoveCounts
commit
|
commitdiff
|
tree
2014-11-08
lucasart
Codestyle massage Search::init()
commit
|
commitdiff
|
tree
2014-11-08
lucasart
Be more optimistic in aspiration window
commit
|
commitdiff
|
tree
2014-11-07
lucasart
Prune ttMove like any other
commit
|
commitdiff
|
tree
2014-11-07
lucasart
Retire CACHE_LINE_ALIGNMENT
commit
|
commitdiff
|
tree
2014-11-06
lucasart
Apply King Safety later in the endgame
commit
|
commitdiff
|
tree
2014-11-03
lucasart
Do not assume that enum are signed
commit
|
commitdiff
|
tree
2014-11-03
lucasart
Cleanup MAX_PLY
commit
|
commitdiff
|
tree
2014-11-01
lucasart
Correctly describe POPCNT compile
commit
|
commitdiff
|
tree
2014-11-01
lucasart
Consistent use of anonymous namespace
commit
|
commitdiff
|
tree
2014-11-01
lucasart
Remove dead code
commit
|
commitdiff
|
tree
2014-10-12
lucasart
Further streamline connected pawn evaluation
commit
|
commitdiff
|
tree
2014-10-07
lucasart
Merge Connected and Candidate
commit
|
commitdiff
|
tree
2014-10-01
lucasart
Convert TT depth to int8_t
commit
|
commitdiff
|
tree
2014-09-28
lucasart
Clean up VALUE_KNOWN_WIN conditions
commit
|
commitdiff
|
tree
2014-09-15
lucasart
Simplify Time Management UCI options
commit
|
commitdiff
|
tree
2014-08-24
lucasart
Retire Search Log
commit
|
commitdiff
|
tree
2014-08-09
lucasart
Retire move_to_san()
commit
|
commitdiff
|
tree
2014-08-09
lucasart
Move to_char() and to_string() to notation
commit
|
commitdiff
|
tree
2014-08-07
lucasart
Write perft(N-1) into cout
commit
|
commitdiff
|
tree
2014-08-07
lucasart
Fix Hash in bench
commit
|
commitdiff
|
tree
2014-08-05
lucasart
Remove useless code in Position::pretty()
commit
|
commitdiff
|
tree
2014-08-05
lucasart
Reduce minimum memory requirement by 16MB
commit
|
commitdiff
|
tree
2014-08-05
lucasart
Default Hash defined in a single place
commit
|
commitdiff
|
tree
2014-08-04
lucasart
Retire divide command
commit
|
commitdiff
|
tree
2014-07-29
lucasart
Document Threat[] indices
commit
|
commitdiff
|
tree
2014-07-27
lucasart
Aspiration: widen slower
commit
|
commitdiff
|
tree
2014-07-20
lucasart
Revert Contempt = 20
commit
|
commitdiff
|
tree
2014-07-14
lucasart
Contempt = 20
commit
|
commitdiff
|
tree
2014-07-10
lucasart
Remove useless condition
commit
|
commitdiff
|
tree
2014-07-03
lucasart
size_t cast in TranspositionTable::first_entry()
commit
|
commitdiff
|
tree
2014-07-03
lucasart
Use compiler intrinsic instead of assembly for popcnt
commit
|
commitdiff
|
tree
2014-07-01
lucasart
Use compiler intrinsic instead of assembly for popcnt
commit
|
commitdiff
|
tree
2014-07-01
lucasart
Raise max Hash to 1TB
commit
|
commitdiff
|
tree
2014-06-03
Lucas Braesch
Symmetric King Safety: take 2
commit
|
commitdiff
|
tree
2014-05-19
Lucas Braesch
Symmetric king safety
commit
|
commitdiff
|
tree
2014-04-06
Lucas Braesch
Rescale UCI scores to PawnValueEg
commit
|
commitdiff
|
tree
2014-04-05
Lucas Braesch
Remove QueenOn7th and QueenOnPawn
commit
|
commitdiff
|
tree
2014-02-08
Lucas Braesch
Retire null search verification
commit
|
commitdiff
|
tree
2014-02-04
Lucas Braesch
Better document null search window
commit
|
commitdiff
|
tree
2014-02-03
Lucas Braesch
Better document razoring
commit
|
commitdiff
|
tree
2013-12-15
Lucas Braesch
Remove threat move stuff
commit
|
commitdiff
|
tree
2013-12-10
Lucas Braesch
Update History and Counter move on TT hit
commit
|
commitdiff
|
tree
2013-11-09
Lucas Braesch
Futility pruning simplification
commit
|
commitdiff
|
tree
2013-11-07
Lucas Braesch
Retire eval margin and gains
commit
|
commitdiff
|
tree
2013-10-08
Lucas Braesch
Use TT refined value to stand pat
commit
|
commitdiff
|
tree
2013-10-05
Lucas Braesch
Use double everywhere
commit
|
commitdiff
|
tree
2013-10-05
Lucas Braesch
Use prefix operators wherever possible
commit
|
commitdiff
|
tree
2013-09-28
Lucas Braesch
Simplify extensions
commit
|
commitdiff
|
tree
2013-09-07
Lucas Braesch
Singular extension at 8 plies also for PV nodes
commit
|
commitdiff
|
tree
2013-09-07
Lucas Braesch
Union of 2 changes
commit
|
commitdiff
|
tree
2013-09-05
Lucas Braesch
Do not prune useless checks in QS
commit
|
commitdiff
|
tree
2013-02-27
Lucas Braesch
Prune negative SEE moves also in PV nodes
commit
|
commitdiff
|
tree
2013-01-15
Lucas Braesch
Remove Threat Extension
commit
|
commitdiff
|
tree