projects
/
stockfish
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
stockfish
2010-01-27
Joona Kiiski
Fix some silly bugs
commit
|
commitdiff
|
tree
|
snapshot
2010-01-27
Joona Kiiski
MaxGain based futility pruning for captures
commit
|
commitdiff
|
tree
|
snapshot
2010-01-27
Joona Kiiski
MaxGain based pruning
commit
|
commitdiff
|
tree
|
snapshot
2010-01-27
Joona Kiiski
Implement post futility pruning
commit
|
commitdiff
|
tree
|
snapshot
2010-01-27
Joona Kiiski
Collect MaxGain statistics
commit
|
commitdiff
|
tree
|
snapshot
2010-01-27
Joona Kiiski
Implement MaxGain table
commit
|
commitdiff
|
tree
|
snapshot
2010-01-27
Joona Kiiski
Remove pointless gcc flag when generating dependencies
commit
|
commitdiff
|
tree
|
snapshot
2010-01-27
Joona Kiiski
Remove InfiniteSearch hack
commit
|
commitdiff
|
tree
|
snapshot
2010-01-27
Joona Kiiski
Remove last use of uip.eof()
commit
|
commitdiff
|
tree
|
snapshot
2010-01-26
Marco Costalba
Reduce lock contention in sp_search_pv()
commit
|
commitdiff
|
tree
|
snapshot
2010-01-25
Marco Costalba
Fix a possible crash in thread_is_available()
commit
|
commitdiff
|
tree
|
snapshot
2010-01-25
Marco Costalba
Small split() cleanup
commit
|
commitdiff
|
tree
|
snapshot
2010-01-25
Marco Costalba
Prune evasions with negative SEE in qsearch
commit
|
commitdiff
|
tree
|
snapshot
2010-01-25
Marco Costalba
Avoid copy a Position to get a move's san notation
commit
|
commitdiff
|
tree
|
snapshot
2010-01-25
Marco Costalba
Fix a race in idle_loop() exiting
commit
|
commitdiff
|
tree
|
snapshot
2010-01-25
Marco Costalba
In split() release the lock before slow search stack...
commit
|
commitdiff
|
tree
|
snapshot
2010-01-25
Marco Costalba
Do not copy master position in split()
commit
|
commitdiff
|
tree
|
snapshot
2010-01-25
Marco Costalba
Use fast_copy() instead of full copy in sp_search
commit
|
commitdiff
|
tree
|
snapshot
2010-01-25
Marco Costalba
Better document how Position c'tor works
commit
|
commitdiff
|
tree
|
snapshot
2010-01-25
Marco Costalba
Fix a couple of MSVC casting warnings
commit
|
commitdiff
|
tree
|
snapshot
2010-01-25
Marco Costalba
Copy only the search stack tail in split()
commit
|
commitdiff
|
tree
|
snapshot
2010-01-24
Tord Romstad
Merge branch 'master' of ssh://free2.projectlocker...
commit
|
commitdiff
|
tree
|
snapshot
2010-01-24
Tord Romstad
Fixes a Chess960 bug when playing with more than one...
commit
|
commitdiff
|
tree
|
snapshot
2010-01-24
Marco Costalba
Check for thread creation successful completion
commit
|
commitdiff
|
tree
|
snapshot
2010-01-24
Marco Costalba
Fix some races in SMP code
commit
|
commitdiff
|
tree
|
snapshot
2010-01-22
Tord Romstad
Make sure we make a move at the end of the search when...
commit
|
commitdiff
|
tree
|
snapshot
2010-01-20
Marco Costalba
If near beta generate checks at -OnePly
commit
|
commitdiff
|
tree
|
snapshot
2010-01-20
Marco Costalba
Retire LMRPVMoves and LMRNonPVMoves
commit
|
commitdiff
|
tree
|
snapshot
2010-01-19
Marco Costalba
Fix enum Value issue with gcc 4.4
commit
|
commitdiff
|
tree
|
snapshot
2010-01-19
Marco Costalba
Small lnArray[] cleanup
commit
|
commitdiff
|
tree
|
snapshot
2010-01-19
Marco Costalba
Silence some silly MSVC warnings
commit
|
commitdiff
|
tree
|
snapshot
2010-01-19
Marco Costalba
Order check moves used in qsearch
commit
|
commitdiff
|
tree
|
snapshot
2010-01-18
Marco Costalba
Avoid an useless evaluate() call
commit
|
commitdiff
|
tree
|
snapshot
2010-01-18
Marco Costalba
Allow SearchStack to link an EvalInfo object
commit
|
commitdiff
|
tree
|
snapshot
2010-01-18
Joona Kiiski
Make reduction search code SMP-friendly
commit
|
commitdiff
|
tree
|
snapshot
2010-01-17
Joona Kiiski
Small cleanup of unused code in sp_search
commit
|
commitdiff
|
tree
|
snapshot
2010-01-17
Marco Costalba
Fix silly MSVC warning
commit
|
commitdiff
|
tree
|
snapshot
2010-01-17
Marco Costalba
Initialize futilityMargin in EvalInfo c'tor
commit
|
commitdiff
|
tree
|
snapshot
2010-01-17
Joona Kiiski
Retire quick_evaluate()
commit
|
commitdiff
|
tree
|
snapshot
2010-01-17
Joona Kiiski
Razor at depth one, but do razoring only when not in...
commit
|
commitdiff
|
tree
|
snapshot
2010-01-13
Marco Costalba
Allow negative history values
commit
|
commitdiff
|
tree
|
snapshot
2010-01-11
Marco Costalba
Store node evaluation in SearchStack
commit
|
commitdiff
|
tree
|
snapshot
2010-01-11
Marco Costalba
Decrease NullMoveMargin and adjust razoring
commit
|
commitdiff
|
tree
|
snapshot
2010-01-11
Marco Costalba
Do not wait when AbortSearch is set
commit
|
commitdiff
|
tree
|
snapshot
2010-01-10
Marco Costalba
Fix sending of best move during an infinite search
commit
|
commitdiff
|
tree
|
snapshot
2010-01-09
Marco Costalba
Fix threads count setting
commit
|
commitdiff
|
tree
|
snapshot
2010-01-08
Marco Costalba
Optimal tune for 8 cores
commit
|
commitdiff
|
tree
|
snapshot
2010-01-08
Marco Costalba
Sync qsearch with search
commit
|
commitdiff
|
tree
|
snapshot
2010-01-08
Marco Costalba
Use full evaluation in null search
commit
|
commitdiff
|
tree
|
snapshot
2010-01-07
Joona Kiiski
Slow down reductions
commit
|
commitdiff
|
tree
|
snapshot
2010-01-07
Joona Kiiski
Use logarithmic LMR also at root
commit
|
commitdiff
|
tree
|
snapshot
2010-01-07
Joona Kiiski
Logarithmic LMR
commit
|
commitdiff
|
tree
|
snapshot
2010-01-07
Marco Costalba
Fix 'position ..... moves ' parsing bug
commit
|
commitdiff
|
tree
|
snapshot
2010-01-06
Marco Costalba
Fix en-passant parsing from fen string
commit
|
commitdiff
|
tree
|
snapshot
2010-01-05
Marco Costalba
Introduce refine_eval()
commit
|
commitdiff
|
tree
|
snapshot
2010-01-05
Marco Costalba
Increase null reduction at high depths
commit
|
commitdiff
|
tree
|
snapshot
2010-01-04
Marco Costalba
Fix a compile error under gcc
commit
|
commitdiff
|
tree
|
snapshot
2010-01-04
Marco Costalba
Last round of search.cpp cleanup
commit
|
commitdiff
|
tree
|
snapshot
2010-01-03
Marco Costalba
Space inflate bottom part of search.cpp
commit
|
commitdiff
|
tree
|
snapshot
2010-01-03
Marco Costalba
Rename MaxActiveSplitPoints
commit
|
commitdiff
|
tree
|
snapshot
2010-01-03
Marco Costalba
Retire 'finished' from MovePicker
commit
|
commitdiff
|
tree
|
snapshot
2010-01-03
Marco Costalba
Rename SingleReplyExtension in SingleEvasionExtension
commit
|
commitdiff
|
tree
|
snapshot
2010-01-03
Marco Costalba
Small cleanup in search.cpp
commit
|
commitdiff
|
tree
|
snapshot
2010-01-02
Marco Costalba
Retire approximateEval field from SplitPoint
commit
|
commitdiff
|
tree
|
snapshot
2009-12-31
Marco Costalba
Double HistoryMax and reduce aging
commit
|
commitdiff
|
tree
|
snapshot
2009-12-30
Marco Costalba
Fix a little warning under gcc compiler
commit
|
commitdiff
|
tree
|
snapshot
2009-12-30
Marco Costalba
Optimized bitScanReverse32()
commit
|
commitdiff
|
tree
|
snapshot
2009-12-30
Marco Costalba
Restore development version
commit
|
commitdiff
|
tree
|
snapshot
2009-12-30
Marco Costalba
Stockfish 1.6.2
commit
|
commitdiff
|
tree
|
snapshot
2009-12-30
Marco Costalba
Better fix for gcc optimization issue
commit
|
commitdiff
|
tree
|
snapshot
2009-12-27
Marco Costalba
Score enum should be at least 32 bits
commit
|
commitdiff
|
tree
|
snapshot
2009-12-27
Marco Costalba
Revert small pop_1st_bit() optimization
commit
|
commitdiff
|
tree
|
snapshot
2009-12-27
Marco Costalba
Remove a bogus assert
commit
|
commitdiff
|
tree
|
snapshot
2009-12-27
Marco Costalba
Use THREAD_MAX instead of hardcoded 8
commit
|
commitdiff
|
tree
|
snapshot
2009-12-27
Marco Costalba
Restore development version
commit
|
commitdiff
|
tree
|
snapshot
2009-12-26
Marco Costalba
Set maximum hash table size to 2GB
commit
|
commitdiff
|
tree
|
snapshot
2009-12-26
Marco Costalba
Stockfish 1.6.1
commit
|
commitdiff
|
tree
|
snapshot
2009-12-26
Marco Costalba
Workaround optimization bug in gcc
commit
|
commitdiff
|
tree
|
snapshot
2009-12-26
Marco Costalba
Fix description of Score enum
commit
|
commitdiff
|
tree
|
snapshot
2009-12-26
Marco Costalba
Fix a typo in ReducedStateInfo
commit
|
commitdiff
|
tree
|
snapshot
2009-12-22
Marco Costalba
Stockfish 1.6
commit
|
commitdiff
|
tree
|
snapshot
2009-12-21
Marco Costalba
Score definition gives a compile error under gcc
commit
|
commitdiff
|
tree
|
snapshot
2009-12-19
Marco Costalba
Setup Release Candidate 1
commit
|
commitdiff
|
tree
|
snapshot
2009-12-19
Marco Costalba
Fix a comment in HistoryMax description
commit
|
commitdiff
|
tree
|
snapshot
2009-12-18
Marco Costalba
Fix book name is hard coded as book.bin
commit
|
commitdiff
|
tree
|
snapshot
2009-12-15
Marco Costalba
In non-PV IID don't call evaluate when in check
commit
|
commitdiff
|
tree
|
snapshot
2009-12-15
Marco Costalba
Fix a compile error in debug mode
commit
|
commitdiff
|
tree
|
snapshot
2009-12-14
Marco Costalba
Enable IID at non-PV nodes
commit
|
commitdiff
|
tree
|
snapshot
2009-12-13
Joona Kiiski
Synchronize pruning rules in search and sp_search
commit
|
commitdiff
|
tree
|
snapshot
2009-12-12
Marco Costalba
Remove history counters
commit
|
commitdiff
|
tree
|
snapshot
2009-12-10
Joona Kiiski
Fix overflow risk in split point
commit
|
commitdiff
|
tree
|
snapshot
2009-12-09
Joona Kiiski
Re-enable TT.insert_pv()
commit
|
commitdiff
|
tree
|
snapshot
2009-12-08
Joona Kiiski
Disable insert_pv
commit
|
commitdiff
|
tree
|
snapshot
2009-12-08
Marco Costalba
Set IncrementalFutilityMargin to 8
commit
|
commitdiff
|
tree
|
snapshot
2009-12-03
Joona Kiiski
Replace 100 with PLY_MAX in ok_to_use_TT
commit
|
commitdiff
|
tree
|
snapshot
2009-12-02
Joona Kiiski
Adjust SingleReplyMargin 0x64 -> 0x20
commit
|
commitdiff
|
tree
|
snapshot
2009-12-02
Marco Costalba
Don't clear hash at the beginning of a new game
commit
|
commitdiff
|
tree
|
snapshot
2009-12-01
Marco Costalba
Try to prune also when approximateEval < beta
commit
|
commitdiff
|
tree
|
snapshot
2009-11-28
Joona Kiiski
Do not crash if we are asked to search mate or stalemat...
commit
|
commitdiff
|
tree
|
snapshot
2009-11-28
Marco Costalba
Fix get_option_value() for strings with spaces
commit
|
commitdiff
|
tree
|
snapshot
next