projects
/
stockfish
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
stockfish
2012-12-26
Marco Costalba
Remove two obsolete asserts in prevents_move
commit
|
commitdiff
|
tree
|
snapshot
2012-12-26
Marco Costalba
Rename yields_to_threat and prevents_threat
commit
|
commitdiff
|
tree
|
snapshot
2012-12-25
Marco Costalba
Introduce Null Threat extension
commit
|
commitdiff
|
tree
|
snapshot
2012-12-25
Marco Costalba
Fix a couple of extra spaces
commit
|
commitdiff
|
tree
|
snapshot
2012-12-25
Marco Costalba
Retire Position::in_check()
commit
|
commitdiff
|
tree
|
snapshot
2012-12-25
Marco Costalba
Retire Position::move_is_legal()
commit
|
commitdiff
|
tree
|
snapshot
2012-12-25
Marco Costalba
Small tweak in is_pseudo_legal()
commit
|
commitdiff
|
tree
|
snapshot
2012-12-22
Marco Costalba
Introduce namespace Pawns
commit
|
commitdiff
|
tree
|
snapshot
2012-12-16
Marco Costalba
Introduce namespace Material
commit
|
commitdiff
|
tree
|
snapshot
2012-12-15
Marco Costalba
Don't need to check for bestValue < beta to split
commit
|
commitdiff
|
tree
|
snapshot
2012-12-15
Marco Costalba
Remove an extra semicolon
commit
|
commitdiff
|
tree
|
snapshot
2012-12-15
Marco Costalba
Revert store of distinct upper and lower bounds
commit
|
commitdiff
|
tree
|
snapshot
2012-12-10
Marco Costalba
Merge branch 'eval_cache'
commit
|
commitdiff
|
tree
|
snapshot
2012-12-09
Marco Costalba
Fix comparison with alpha, not beta
commit
|
commitdiff
|
tree
|
snapshot
2012-12-09
Marco Costalba
Ensure valueLower <= valueUpper
commit
|
commitdiff
|
tree
|
snapshot
2012-12-09
Marco Costalba
Store distinct upper and lower bound scores
commit
|
commitdiff
|
tree
|
snapshot
2012-12-08
Marco Costalba
Micro-optimize color_of()
commit
|
commitdiff
|
tree
|
snapshot
2012-12-04
thaspel
Update Readme.txt now that we support 64 threads
commit
|
commitdiff
|
tree
|
snapshot
2012-12-04
Marco Costalba
Merge branch 'eval_cache'
commit
|
commitdiff
|
tree
|
snapshot
2012-12-04
Marco Costalba
Increase MAX_THREADS to 64
commit
|
commitdiff
|
tree
|
snapshot
2012-12-01
Marco Costalba
Reintroduce eval optimizaion from null search
commit
|
commitdiff
|
tree
|
snapshot
2012-12-01
Marco Costalba
Don't save eval score in TT
commit
|
commitdiff
|
tree
|
snapshot
2012-12-01
Marco Costalba
Don't use TT just to save a node evaluation
commit
|
commitdiff
|
tree
|
snapshot
2012-12-01
Marco Costalba
Don't read eval from TT anymore
commit
|
commitdiff
|
tree
|
snapshot
2012-12-01
Marco Costalba
Retire eval optimization from null search
commit
|
commitdiff
|
tree
|
snapshot
2012-12-01
Marco Costalba
Add eval cache infrastructure
commit
|
commitdiff
|
tree
|
snapshot
2012-11-27
Marco Costalba
Don't double check for move legality
commit
|
commitdiff
|
tree
|
snapshot
2012-11-26
Marco Costalba
Update bestValue when futility pruning
commit
|
commitdiff
|
tree
|
snapshot
2012-11-18
Marco Costalba
Avoid spamming the GUI in multipv search
commit
|
commitdiff
|
tree
|
snapshot
2012-11-17
Marco Costalba
Triviality in move_gives_check()
commit
|
commitdiff
|
tree
|
snapshot
2012-11-17
Marco Costalba
Better document fail-high condition
commit
|
commitdiff
|
tree
|
snapshot
2012-11-11
Marco Costalba
Don't access std::cout from Position::print()
commit
|
commitdiff
|
tree
|
snapshot
2012-11-11
Marco Costalba
Restore old BOUND_EXACT logic in qsearch
commit
|
commitdiff
|
tree
|
snapshot
2012-11-11
Marco Costalba
Revert "Don't prune discovered checks"
commit
|
commitdiff
|
tree
|
snapshot
2012-11-07
Marco Costalba
Don't prune discovered checks
commit
|
commitdiff
|
tree
|
snapshot
2012-11-07
Marco Costalba
Previous patch test results
commit
|
commitdiff
|
tree
|
snapshot
2012-11-05
Marco Costalba
Another attempt at evaluation shortcut
commit
|
commitdiff
|
tree
|
snapshot
2012-11-05
Marco Costalba
Temporary revert previous patch
commit
|
commitdiff
|
tree
|
snapshot
2012-11-04
Marco Costalba
Skip evaluate() call after a null move
commit
|
commitdiff
|
tree
|
snapshot
2012-11-03
Marco Costalba
Correctly fix "break from split" patch
commit
|
commitdiff
|
tree
|
snapshot
2012-11-03
Marco Costalba
Relax constrain in prevents_threat()
commit
|
commitdiff
|
tree
|
snapshot
2012-11-03
Marco Costalba
Sync connected_threat() and yields_to_threat()
commit
|
commitdiff
|
tree
|
snapshot
2012-11-03
Marco Costalba
Don't 'break' upon returning from split()
commit
|
commitdiff
|
tree
|
snapshot
2012-11-03
Marco Costalba
Remove a redundant condition in connected_moves()
commit
|
commitdiff
|
tree
|
snapshot
2012-11-03
Marco Costalba
Relax constrain in connected_moves()
commit
|
commitdiff
|
tree
|
snapshot
2012-11-03
Marco Costalba
Reformat connected_moves()
commit
|
commitdiff
|
tree
|
snapshot
2012-11-02
Marco Costalba
Fix an off-by-one bug in multi pv print
commit
|
commitdiff
|
tree
|
snapshot
2012-11-02
Marco Costalba
Fix a condition in connected_moves()
commit
|
commitdiff
|
tree
|
snapshot
2012-11-02
Marco Costalba
Micro-optimize pop_lsb() for 64bit case
commit
|
commitdiff
|
tree
|
snapshot
2012-11-02
Marco Costalba
Fix a warning under MSVC
commit
|
commitdiff
|
tree
|
snapshot
2012-11-01
Marco Costalba
Pass InCheck as template parameter of qsearch()
commit
|
commitdiff
|
tree
|
snapshot
2012-10-30
Marco Costalba
Use correct occupancy in connected_threat()
commit
|
commitdiff
|
tree
|
snapshot
2012-10-30
Marco Costalba
Retire move_attacks_square()
commit
|
commitdiff
|
tree
|
snapshot
2012-10-29
Marco Costalba
Get rid of ReducedStateInfo struct
commit
|
commitdiff
|
tree
|
snapshot
2012-10-28
Marco Costalba
Creative formatting in uci.cpp
commit
|
commitdiff
|
tree
|
snapshot
2012-10-28
Gary Linscott
Detect drawish KQKP endings
commit
|
commitdiff
|
tree
|
snapshot
2012-10-27
Marco Costalba
Reformat check_is_dangerous()
commit
|
commitdiff
|
tree
|
snapshot
2012-10-27
Marco Costalba
Use std::stack instead of fixed size array
commit
|
commitdiff
|
tree
|
snapshot
2012-10-26
Marco Costalba
Fix broken uci notation for promotions
commit
|
commitdiff
|
tree
|
snapshot
2012-10-26
Marco Costalba
Fix asserts due to TT access races
commit
|
commitdiff
|
tree
|
snapshot
2012-10-26
Marco Costalba
Extend full 3 fold detection to PvNodes
commit
|
commitdiff
|
tree
|
snapshot
2012-10-26
Marco Costalba
Merge pull request #34 from jromang/repetition
commit
|
commitdiff
|
tree
|
snapshot
2012-10-25
Jean-Francois...
Full three fold repetition detection only at root node
commit
|
commitdiff
|
tree
|
snapshot
2012-10-25
Jean-Francois...
Enable true 3 fold detection in search
commit
|
commitdiff
|
tree
|
snapshot
2012-10-25
Jean-Francois...
Allow full repetition detection
commit
|
commitdiff
|
tree
|
snapshot
2012-10-24
Marco Costalba
Fix an assert when we stop the search
commit
|
commitdiff
|
tree
|
snapshot
2012-10-24
Marco Costalba
Rename RootPosition and shuffle think()
commit
|
commitdiff
|
tree
|
snapshot
2012-10-24
Marco Costalba
Drop Chess960 and UCIMultiPV globals and rename MultiPV
commit
|
commitdiff
|
tree
|
snapshot
2012-10-24
Marco Costalba
Wrap in a class Skill Level code
commit
|
commitdiff
|
tree
|
snapshot
2012-10-24
Marco Costalba
Shuffle aspiration window loop
commit
|
commitdiff
|
tree
|
snapshot
2012-10-22
Marco Costalba
Retire refine_eval()
commit
|
commitdiff
|
tree
|
snapshot
2012-10-21
Marco Costalba
Don't copy a full Position object in print()
commit
|
commitdiff
|
tree
|
snapshot
2012-10-21
Marco Costalba
Don't need to init board[] with NO_PIECE
commit
|
commitdiff
|
tree
|
snapshot
2012-10-21
Marco Costalba
Change NO_PIECE value and shrink PieceValue[]
commit
|
commitdiff
|
tree
|
snapshot
2012-10-21
Marco Costalba
Use self-describing constants instead of numbers
commit
|
commitdiff
|
tree
|
snapshot
2012-10-21
Marco Costalba
Move RootColor from Eval to Search
commit
|
commitdiff
|
tree
|
snapshot
2012-10-20
Marco Costalba
Contempt factor: use DrawValue also in case of stealmates
commit
|
commitdiff
|
tree
|
snapshot
2012-10-20
Marco Costalba
Fix compatibility with old Windows 95 and 98
commit
|
commitdiff
|
tree
|
snapshot
2012-10-20
Marco Costalba
Merge pull request #33 from daylen/master
commit
|
commitdiff
|
tree
|
snapshot
2012-10-16
Daylen Yang
Further improve compatibility when compiling on OS X
commit
|
commitdiff
|
tree
|
snapshot
2012-10-14
Marco Costalba
Fix Makefile for PowerPC with prefetch enabled
commit
|
commitdiff
|
tree
|
snapshot
2012-10-14
Marco Costalba
Document why is safe ttValue == VALUE_NONE
commit
|
commitdiff
|
tree
|
snapshot
2012-10-14
Marco Costalba
Set TT size to 32 MB during 'bench'
commit
|
commitdiff
|
tree
|
snapshot
2012-10-13
Marco Costalba
Move all Contempt Factor code to search.cpp
commit
|
commitdiff
|
tree
|
snapshot
2012-10-13
Marco Costalba
Retire BitCount8Bit[] table
commit
|
commitdiff
|
tree
|
snapshot
2012-10-13
Marco Costalba
Use new 64 bit De Bruijn BitScan
commit
|
commitdiff
|
tree
|
snapshot
2012-10-13
Marco Costalba
Retire can_return_tt() and rewirte TT-hit code
commit
|
commitdiff
|
tree
|
snapshot
2012-10-13
Marco Costalba
Scale contempt factor to zero at endgame
commit
|
commitdiff
|
tree
|
snapshot
2012-10-11
Marco Costalba
Fix a minor bug in search
commit
|
commitdiff
|
tree
|
snapshot
2012-10-11
Jean-Francois...
ARM lsb/msb assembly
commit
|
commitdiff
|
tree
|
snapshot
2012-10-11
Jean-Francois...
Introduce arm-32 ARCH in Makefile
commit
|
commitdiff
|
tree
|
snapshot
2012-10-10
Marco Costalba
Retire is_dangerous() and inline its content
commit
|
commitdiff
|
tree
|
snapshot
2012-10-08
Marco Costalba
Rearrange prefetch code
commit
|
commitdiff
|
tree
|
snapshot
2012-10-07
Marco Costalba
Merge pull request #29 from RyanTaker/patch-3
commit
|
commitdiff
|
tree
|
snapshot
2012-10-07
RyanTaker
Add Contempt Factor in Polyglot
commit
|
commitdiff
|
tree
|
snapshot
2012-10-07
Marco Costalba
Sync qsearch with search
commit
|
commitdiff
|
tree
|
snapshot
2012-10-07
Daylen Yang
Improve compatibility with older versions of Mac OS X
commit
|
commitdiff
|
tree
|
snapshot
2012-10-06
Marco Costalba
Fix POPCNT support on mingw 64
commit
|
commitdiff
|
tree
|
snapshot
2012-10-06
Marco Costalba
Fix mingw compile with ARCH=x86-64
commit
|
commitdiff
|
tree
|
snapshot
2012-10-06
Marco Costalba
Fix Contempt Factor implementation
commit
|
commitdiff
|
tree
|
snapshot
next