projects
/
stockfish
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Reformat previous patch
[stockfish]
/
src
/
search.cpp
2013-05-13
Marco Costalba
Reformat previous patch
blob
|
commitdiff
|
raw
2013-05-13
Joona Kiiski
Enable refuation table
blob
|
commitdiff
|
raw
|
diff to current
2013-05-12
Joona Kiiski
Simple always overwrite Refutation table
blob
|
commitdiff
|
raw
|
diff to current
2013-05-05
Marco Costalba
Merge increased 'movecount' pruning
blob
|
commitdiff
|
raw
|
diff to current
2013-05-03
Marco Costalba
Print time and node count before search ends
blob
|
commitdiff
|
raw
|
diff to current
2013-05-03
Marco Costalba
Merge mobility area tweak
blob
|
commitdiff
|
raw
|
diff to current
2013-05-02
Gary Linscott
Fix rounding issue
blob
|
commitdiff
|
raw
|
diff to current
2013-05-02
Gary Linscott
More aggressive move count pruning
blob
|
commitdiff
|
raw
|
diff to current
2013-04-28
Marco Costalba
Temporary revert "Expose EvalInfo struct to search"
blob
|
commitdiff
|
raw
|
diff to current
2013-04-27
Marco Costalba
Fix a 'value > VALUE_INFINITE' assert
blob
|
commitdiff
|
raw
|
diff to current
2013-04-26
Marco Costalba
Fix a crash introduced few days ago
blob
|
commitdiff
|
raw
|
diff to current
2013-04-25
Marco Costalba
Store Eval::Info in Search::Stack
blob
|
commitdiff
|
raw
|
diff to current
2013-04-25
Marco Costalba
Expose EvalInfo struct to search
blob
|
commitdiff
|
raw
|
diff to current
2013-04-25
Marco Costalba
Merge Joona's increased static null pruning
blob
|
commitdiff
|
raw
|
diff to current
2013-04-23
Joona Kiiski
Fix potential overflow
blob
|
commitdiff
|
raw
|
diff to current
2013-04-21
Joona Kiiski
More aggressive post-futility pruning
blob
|
commitdiff
|
raw
|
diff to current
2013-04-19
Marco Costalba
Merge Joona's bishop+pawn tweak
blob
|
commitdiff
|
raw
|
diff to current
2013-04-14
Marco Costalba
Skip a redundant check
blob
|
commitdiff
|
raw
|
diff to current
2013-04-10
Marco Costalba
De-templetize Position::is_draw()
blob
|
commitdiff
|
raw
|
diff to current
2013-04-10
Joona Kiiski
Always check repetition
blob
|
commitdiff
|
raw
|
diff to current
2013-04-09
Marco Costalba
Simplify and speed up previous patch
blob
|
commitdiff
|
raw
|
diff to current
2013-04-09
Joona Kiiski
Document asymmetric SEE pruning trick
blob
|
commitdiff
|
raw
|
diff to current
2013-04-09
Marco Costalba
Increase null verification threshold to 12 plies
blob
|
commitdiff
|
raw
|
diff to current
2013-04-05
Joona Kiiski
Make use of asymmetric SEE
blob
|
commitdiff
|
raw
|
diff to current
2013-04-05
Marco Costalba
Revert "Double Impact of Gain tables"
blob
|
commitdiff
|
raw
|
diff to current
2013-04-04
Hiraoka Takuya
Don't early stop if we have a mated score
blob
|
commitdiff
|
raw
|
diff to current
2013-04-03
Joona Kiiski
Double Impact of Gain tables
blob
|
commitdiff
|
raw
|
diff to current
2013-03-30
Marco Costalba
Set IID half way between d/2 and d-4
blob
|
commitdiff
|
raw
|
diff to current
2013-03-29
Marco Costalba
Merge branch 'master' into increase_iid
blob
|
commitdiff
|
raw
|
diff to current
2013-03-24
Marco Costalba
Update bestValue when futility pruning (2)
blob
|
commitdiff
|
raw
|
diff to current
2013-03-23
Joona Kiiski
Fix bogus mate scores in some positions
blob
|
commitdiff
|
raw
|
diff to current
2013-03-22
Marco Costalba
Increase non-PV IID search depth
blob
|
commitdiff
|
raw
|
diff to current
2013-03-16
Marco Costalba
Further increase SEE prune depth
blob
|
commitdiff
|
raw
|
diff to current
2013-03-16
Marco Costalba
Revert "Check for easy move just once"
blob
|
commitdiff
|
raw
|
diff to current
2013-03-12
jundery
Do more work between prefetch and querying transpositio...
blob
|
commitdiff
|
raw
|
diff to current
2013-03-11
Gary Linscott
Check for easy move just once
blob
|
commitdiff
|
raw
|
diff to current
2013-03-04
Marco Costalba
Increase see prune depth
blob
|
commitdiff
|
raw
|
diff to current
2013-03-04
Marco Costalba
Revert "Store moves sent with "position" UCI command"
blob
|
commitdiff
|
raw
|
diff to current
2013-03-04
Marco Costalba
Simplify "easy move" detection
blob
|
commitdiff
|
raw
|
diff to current
2013-03-04
Marco Costalba
Avoid locking/unlocking in a tight loop
blob
|
commitdiff
|
raw
|
diff to current
2013-03-04
jundery
Fix race condition where idle_loop() gets called from...
blob
|
commitdiff
|
raw
|
diff to current
2013-03-04
jhellis3
Stop search if only 1 legal move
blob
|
commitdiff
|
raw
|
diff to current
2013-03-02
Marco Costalba
Fix easy re-capture case
blob
|
commitdiff
|
raw
|
diff to current
2013-03-02
Marco Costalba
Store moves sent with "position" UCI command
blob
|
commitdiff
|
raw
|
diff to current
2013-03-01
Marco Costalba
Rename sp to splitPoint
blob
|
commitdiff
|
raw
|
diff to current
2013-03-01
jundery
Remove strange use of the ternary operator
blob
|
commitdiff
|
raw
|
diff to current
2013-02-27
Marco Costalba
Merge Lucas's "SEE pruning at PV nodes"
blob
|
commitdiff
|
raw
|
diff to current
2013-02-27
Marco Costalba
Remove pruning condition on alpha
blob
|
commitdiff
|
raw
|
diff to current
2013-02-27
Lucas Braesch
Prune negative SEE moves also in PV nodes
blob
|
commitdiff
|
raw
|
diff to current
2013-02-20
Marco Costalba
Merge Gary's bishop_pin patch
blob
|
commitdiff
|
raw
|
diff to current
2013-02-19
Gary Linscott
Merge branch 'master' into bishop_pin_clop
blob
|
commitdiff
|
raw
|
diff to current
2013-02-19
Marco Costalba
Update copyright year
blob
|
commitdiff
|
raw
|
diff to current
2013-02-16
Marco Costalba
Account for gamePly after each move
blob
|
commitdiff
|
raw
|
diff to current
2013-02-15
Marco Costalba
Merge Gary's king safety tweak
blob
|
commitdiff
|
raw
|
diff to current
2013-02-11
Gary Linscott
Merge branch 'master' into simplify_eval
blob
|
commitdiff
|
raw
|
diff to current
2013-02-11
Gary Linscott
Bishop pins only
blob
|
commitdiff
|
raw
|
diff to current
2013-02-10
Marco Costalba
Rename and de-templetize sort()
blob
|
commitdiff
|
raw
|
diff to current
2013-02-09
Marco Costalba
Retire TTCluster and simplify TT
blob
|
commitdiff
|
raw
|
diff to current
2013-02-08
Marco Costalba
Retire slavesPositions
blob
|
commitdiff
|
raw
|
diff to current
2013-02-06
Marco Costalba
Change slave_available() API
blob
|
commitdiff
|
raw
|
diff to current
2013-02-06
jundery
Add const qualifer to check_is_dangerous
blob
|
commitdiff
|
raw
|
diff to current
2013-02-05
Marco Costalba
Slightly change split() API
blob
|
commitdiff
|
raw
|
diff to current
2013-02-04
Marco Costalba
Derive ThreadPool from std::vector
blob
|
commitdiff
|
raw
|
diff to current
2013-02-04
Marco Costalba
Move split() under Thread
blob
|
commitdiff
|
raw
|
diff to current
2013-02-04
Marco Costalba
Some renaming in split()
blob
|
commitdiff
|
raw
|
diff to current
2013-02-03
Marco Costalba
Be clear about not LMR the ttMove
blob
|
commitdiff
|
raw
|
diff to current
2013-02-03
Marco Costalba
Rename prevents_move() to refutes()
blob
|
commitdiff
|
raw
|
diff to current
2013-02-02
Marco Costalba
Unify History and Gains under a single Stats class
blob
|
commitdiff
|
raw
|
diff to current
2013-02-02
Marco Costalba
Retire history.h
blob
|
commitdiff
|
raw
|
diff to current
2013-02-02
Marco Costalba
Restore "fail-low of reduced" and close regression
blob
|
commitdiff
|
raw
|
diff to current
2013-02-02
Marco Costalba
Revert "Simplify Evaluation"
blob
|
commitdiff
|
raw
|
diff to current
2013-02-02
Marco Costalba
Revert "Extend full 3 fold detection to PvNodes"
blob
|
commitdiff
|
raw
|
diff to current
2013-01-27
Marco Costalba
Rewrite do_null_move()
blob
|
commitdiff
|
raw
|
diff to current
2013-01-26
Marco Costalba
Revert "Further push singular extension"
blob
|
commitdiff
|
raw
|
diff to current
2013-01-26
Marco Costalba
Merge branch 'simplify_eval' of https://github.com...
blob
|
commitdiff
|
raw
|
diff to current
2013-01-24
Gary Linscott
Simplify evaluation
blob
|
commitdiff
|
raw
|
diff to current
2013-01-21
Marco Costalba
Small reformat of split()
blob
|
commitdiff
|
raw
|
diff to current
2013-01-20
Marco Costalba
Futher renaming in thread.cpp
blob
|
commitdiff
|
raw
|
diff to current
2013-01-16
Marco Costalba
Big renaming in thread stuff
blob
|
commitdiff
|
raw
|
diff to current
2013-01-16
Marco Costalba
Fix race while exiting
blob
|
commitdiff
|
raw
|
diff to current
2013-01-15
Lucas Braesch
Remove Threat Extension
blob
|
commitdiff
|
raw
|
diff to current
2013-01-14
Marco Costalba
Polymorphic Thread hierarchy
blob
|
commitdiff
|
raw
|
diff to current
2013-01-13
Marco Costalba
Don't use do_sleep flag
blob
|
commitdiff
|
raw
|
diff to current
2013-01-13
Marco Costalba
Retire set_timer()
blob
|
commitdiff
|
raw
|
diff to current
2013-01-13
Marco Costalba
Retire Threads wake_up() and sleep()
blob
|
commitdiff
|
raw
|
diff to current
2013-01-13
Marco Costalba
Rename wake_up() to notify_one()
blob
|
commitdiff
|
raw
|
diff to current
2013-01-13
Marco Costalba
Simplify and rename wait_for_stop_or_ponderhit()
blob
|
commitdiff
|
raw
|
diff to current
2013-01-13
Marco Costalba
Simplify a condition in search()
blob
|
commitdiff
|
raw
|
diff to current
2013-01-06
Marco Costalba
Revert so called "fromNull patch"
blob
|
commitdiff
|
raw
|
diff to current
2013-01-04
Marco Costalba
Retire 'mate in x' hack
blob
|
commitdiff
|
raw
|
diff to current
2012-12-31
Marco Costalba
Remove some obsolete asserts on TT values
blob
|
commitdiff
|
raw
|
diff to current
2012-12-30
Marco Costalba
Handle UCI command "mate in x moves"
blob
|
commitdiff
|
raw
|
diff to current
2012-12-27
Marco Costalba
Revert evaluation cache
blob
|
commitdiff
|
raw
|
diff to current
2012-12-26
Marco Costalba
Remove two obsolete asserts in prevents_move
blob
|
commitdiff
|
raw
|
diff to current
2012-12-26
Marco Costalba
Rename yields_to_threat and prevents_threat
blob
|
commitdiff
|
raw
|
diff to current
2012-12-25
Marco Costalba
Introduce Null Threat extension
blob
|
commitdiff
|
raw
|
diff to current
2012-12-25
Marco Costalba
Retire Position::in_check()
blob
|
commitdiff
|
raw
|
diff to current
2012-12-25
Marco Costalba
Retire Position::move_is_legal()
blob
|
commitdiff
|
raw
|
diff to current
2012-12-16
Marco Costalba
Introduce namespace Material
blob
|
commitdiff
|
raw
|
diff to current
2012-12-15
Marco Costalba
Don't need to check for bestValue < beta to split
blob
|
commitdiff
|
raw
|
diff to current
next