projects
/
fairystockfish.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
fairystockfish.git
2008-12-29
Marco Costalba
Stockfish 1.2
commit
|
commitdiff
|
tree
|
snapshot
2008-12-29
Marco Costalba
Micro optimization in extension()
commit
|
commitdiff
|
tree
|
snapshot
2008-12-29
Marco Costalba
Remove a gcc warning on an unused variable
commit
|
commitdiff
|
tree
|
snapshot
2008-12-28
Marco Costalba
Properly handle odd depths in razor formula
commit
|
commitdiff
|
tree
|
snapshot
2008-12-28
Marco Costalba
Safer razoring formula
commit
|
commitdiff
|
tree
|
snapshot
2008-12-28
Marco Costalba
Don't silently accept an option name mismatch
commit
|
commitdiff
|
tree
|
snapshot
2008-12-25
Marco Costalba
Tweak again futility margings
commit
|
commitdiff
|
tree
|
snapshot
2008-12-25
Marco Costalba
Expose new futility margin interface to UCI
commit
|
commitdiff
|
tree
|
snapshot
2008-12-25
Marco Costalba
Tweak futility margins
commit
|
commitdiff
|
tree
|
snapshot
2008-12-24
Marco Costalba
Try razoring only for depth > OnePly
commit
|
commitdiff
|
tree
|
snapshot
2008-12-24
Marco Costalba
Futility pruning till ply 6 included
commit
|
commitdiff
|
tree
|
snapshot
2008-12-23
Marco Costalba
Fix a comment
commit
|
commitdiff
|
tree
|
snapshot
2008-12-23
Marco Costalba
Merge futility pruning from Glaurung 2.2
commit
|
commitdiff
|
tree
|
snapshot
2008-12-22
Marco Costalba
Passed pawns: consider enemy rooks or queens from behind
commit
|
commitdiff
|
tree
|
snapshot
2008-12-22
Marco Costalba
King safety: retire rook contact check
commit
|
commitdiff
|
tree
|
snapshot
2008-12-22
Marco Costalba
Set the 'Problem' variable only at ply == 1
commit
|
commitdiff
|
tree
|
snapshot
2008-12-21
Marco Costalba
Retire EvaluatePawnStorms and UseEasyMove constants
commit
|
commitdiff
|
tree
|
snapshot
2008-12-21
Marco Costalba
Merge cosmetics from Glaurung 2.2
commit
|
commitdiff
|
tree
|
snapshot
2008-12-21
Marco Costalba
Merge space weigth evaluation fromGlaurung 2.2
commit
|
commitdiff
|
tree
|
snapshot
2008-12-21
Marco Costalba
Merged two new endgames from Glaurung 2.2
commit
|
commitdiff
|
tree
|
snapshot
2008-12-21
Marco Costalba
SEE: add support for enpassant moves
commit
|
commitdiff
|
tree
|
snapshot
2008-12-21
Marco Costalba
Call poll() before to check for stopped search
commit
|
commitdiff
|
tree
|
snapshot
2008-12-21
Marco Costalba
Less aggressive razoring
commit
|
commitdiff
|
tree
|
snapshot
2008-12-18
Marco Costalba
Revert: "Do not razor when in check"
commit
|
commitdiff
|
tree
|
snapshot
2008-12-17
Marco Costalba
Trigger of PawnEndgameExtension if capture is not a...
commit
|
commitdiff
|
tree
|
snapshot
2008-12-16
Marco Costalba
search_pv: an enpassant move is a capture
commit
|
commitdiff
|
tree
|
snapshot
2008-12-16
Marco Costalba
qsearch: take in account enpassant in futility formula
commit
|
commitdiff
|
tree
|
snapshot
2008-12-16
Marco Costalba
qsearch: do not call evaluate when in check
commit
|
commitdiff
|
tree
|
snapshot
2008-12-15
Marco Costalba
Restore development versioning and LSN filtering
commit
|
commitdiff
|
tree
|
snapshot
2008-12-15
Marco Costalba
Do not razor while in check or value is mate
commit
|
commitdiff
|
tree
|
snapshot
2008-12-15
Marco Costalba
Do not null search when beta is a mate value
commit
|
commitdiff
|
tree
|
snapshot
2008-12-15
Marco Costalba
Better document null move dynamic reduction
commit
|
commitdiff
|
tree
|
snapshot
2008-12-15
Marco Costalba
Introduce beta counters to order moves at ply one
commit
|
commitdiff
|
tree
|
snapshot
2008-12-14
Marco Costalba
Debugging: move debug function definitions in misc.cpp
commit
|
commitdiff
|
tree
|
snapshot
2008-12-14
Marco Costalba
Debugging: print to file
commit
|
commitdiff
|
tree
|
snapshot
2008-12-12
Marco Costalba
Fix two bugs in ok_to_prune() (2)
commit
|
commitdiff
|
tree
|
snapshot
2008-12-11
Marco Costalba
Disable "Null driven IID" by default
commit
|
commitdiff
|
tree
|
snapshot
2008-12-11
Marco Costalba
Null move only for depth > OnePly
commit
|
commitdiff
|
tree
|
snapshot
2008-12-10
Marco Costalba
Null driven IID: remove IIDMargin from see() condition
commit
|
commitdiff
|
tree
|
snapshot
2008-12-10
Marco Costalba
Fix inflate pawns.cpp fallout
commit
|
commitdiff
|
tree
|
snapshot
2008-12-09
Marco Costalba
Add behind_bb() helper to simplify code logic
commit
|
commitdiff
|
tree
|
snapshot
2008-12-09
Marco Costalba
Space inflate pawns.cpp
commit
|
commitdiff
|
tree
|
snapshot
2008-12-09
Marco Costalba
Add a see() function that take only destination square
commit
|
commitdiff
|
tree
|
snapshot
2008-12-08
Marco Costalba
Stockfish 1.1a
commit
|
commitdiff
|
tree
|
snapshot
2008-12-08
Marco Costalba
Add "Null driven IID" UCI option (default true)
commit
|
commitdiff
|
tree
|
snapshot
2008-12-08
Marco Costalba
Null move driven internal iterative deepening
commit
|
commitdiff
|
tree
|
snapshot
2008-12-06
Marco Costalba
Stockfish 1.1
commit
|
commitdiff
|
tree
|
snapshot
2008-12-06
Marco Costalba
Revert see() shortcut for LxH and equal captures
commit
|
commitdiff
|
tree
|
snapshot
2008-12-06
Marco Costalba
Fix two gcc warnings in san.cpp
commit
|
commitdiff
|
tree
|
snapshot
2008-12-06
Marco Costalba
Fix an Intel warning in san.cpp
commit
|
commitdiff
|
tree
|
snapshot
2008-12-06
Marco Costalba
MovePicker: avoid calling see() for LxH and equal captures
commit
|
commitdiff
|
tree
|
snapshot
2008-12-06
Marco Costalba
Null capture pruning
commit
|
commitdiff
|
tree
|
snapshot
2008-12-06
Marco Costalba
Position::move_is_capture() does not handle MOVE_NONE
commit
|
commitdiff
|
tree
|
snapshot
2008-12-06
Marco Costalba
Allow to call Position::print() from MovePicker
commit
|
commitdiff
|
tree
|
snapshot
2008-12-05
Marco Costalba
san.cpp: rewrite broken move_from_san
commit
|
commitdiff
|
tree
|
snapshot
2008-12-05
Marco Costalba
san.cpp cleanup
commit
|
commitdiff
|
tree
|
snapshot
2008-11-30
Marco Costalba
Revert opponent time advantage logic
commit
|
commitdiff
|
tree
|
snapshot
2008-11-30
Marco Costalba
Revert sigmoid interpolator
commit
|
commitdiff
|
tree
|
snapshot
2008-11-30
Marco Costalba
san.cpp pass position as constant reference
commit
|
commitdiff
|
tree
|
snapshot
2008-11-29
Marco Costalba
piece_type_to_char() default argument in declaration
commit
|
commitdiff
|
tree
|
snapshot
2008-11-26
Marco Costalba
Revert threat move ordering
commit
|
commitdiff
|
tree
|
snapshot
2008-11-25
Marco Costalba
Tweak allocated time per move
commit
|
commitdiff
|
tree
|
snapshot
2008-11-25
Marco Costalba
Rewrok the extendeable patch
commit
|
commitdiff
|
tree
|
snapshot
2008-11-25
Marco Costalba
MovePicker: take advantage of threat move for ordering
commit
|
commitdiff
|
tree
|
snapshot
2008-11-25
Marco Costalba
Use extendable instead of depth extension
commit
|
commitdiff
|
tree
|
snapshot
2008-11-24
Marco Costalba
Generate moves for powerful pieces first
commit
|
commitdiff
|
tree
|
snapshot
2008-11-24
Marco Costalba
Benchmark: print nodes searched at the end of testing
commit
|
commitdiff
|
tree
|
snapshot
2008-11-22
Marco Costalba
Easy debug macro enabling
commit
|
commitdiff
|
tree
|
snapshot
2008-11-22
Marco Costalba
Introduce node limited benchmarking
commit
|
commitdiff
|
tree
|
snapshot
2008-11-22
Marco Costalba
Introduce depth limited benchmarking
commit
|
commitdiff
|
tree
|
snapshot
2008-11-19
Marco Costalba
Remove an include in movepick.h
commit
|
commitdiff
|
tree
|
snapshot
2008-11-19
Marco Costalba
Fix a silly bug that disabled second killer
commit
|
commitdiff
|
tree
|
snapshot
2008-11-19
Marco Costalba
qsearch: restore pruning of pv nodes with negative SEE
commit
|
commitdiff
|
tree
|
snapshot
2008-11-16
Marco Costalba
Fix Intel warnings and init_search_stack argument
commit
|
commitdiff
|
tree
|
snapshot
2008-11-16
Marco Costalba
Set killer slots number to 2
commit
|
commitdiff
|
tree
|
snapshot
2008-11-16
Marco Costalba
MovePicker: fix a nasty bug in EvalInfo optimization
commit
|
commitdiff
|
tree
|
snapshot
2008-11-16
Marco Costalba
Add and use update_killers()
commit
|
commitdiff
|
tree
|
snapshot
2008-11-16
Marco Costalba
Add and use move_is_killer() helper
commit
|
commitdiff
|
tree
|
snapshot
2008-11-16
Marco Costalba
Convert killers to a vector
commit
|
commitdiff
|
tree
|
snapshot
2008-11-16
Marco Costalba
qsearch: do not prune pv nodes with negative SEE
commit
|
commitdiff
|
tree
|
snapshot
2008-11-16
Marco Costalba
Disable per-square MVV/LVA for now
commit
|
commitdiff
|
tree
|
snapshot
2008-11-16
Marco Costalba
MovePicker: use EvalInfo to skip generating captures
commit
|
commitdiff
|
tree
|
snapshot
2008-11-16
Marco Costalba
Position::to_fen(): fix a bug in side to move represent...
commit
|
commitdiff
|
tree
|
snapshot
2008-11-16
Marco Costalba
Print the move in addition to position
commit
|
commitdiff
|
tree
|
snapshot
2008-11-16
Marco Costalba
Enable per-square MVV/LVA
commit
|
commitdiff
|
tree
|
snapshot
2008-11-16
Marco Costalba
MovePicker:find bad captures during scoring
commit
|
commitdiff
|
tree
|
snapshot
2008-11-16
Marco Costalba
MovePicker: introduce per square MVV/LVA ordering
commit
|
commitdiff
|
tree
|
snapshot
2008-11-16
Marco Costalba
Fix hashfull info
commit
|
commitdiff
|
tree
|
snapshot
2008-11-10
Marco Costalba
Fix in ok_to_history(): castle move is not a capture
commit
|
commitdiff
|
tree
|
snapshot
2008-11-10
Marco Costalba
Small tidyup of TranspositionTable::store()
commit
|
commitdiff
|
tree
|
snapshot
2008-11-10
Marco Costalba
Fix a logic bug in TranspositionTable::store()
commit
|
commitdiff
|
tree
|
snapshot
2008-11-10
Marco Costalba
Micro optimization of update_history()
commit
|
commitdiff
|
tree
|
snapshot
2008-11-10
Marco Costalba
Use cut-off checks in qsearch as killer moves
commit
|
commitdiff
|
tree
|
snapshot
2008-11-10
Marco Costalba
Smaller null move reduction when depth is high
commit
|
commitdiff
|
tree
|
snapshot
2008-11-10
Marco Costalba
Introduce LastIterations variable
commit
|
commitdiff
|
tree
|
snapshot
2008-11-10
Marco Costalba
Restore development versioning and LSN filtering
commit
|
commitdiff
|
tree
|
snapshot
2008-11-04
Marco Costalba
Fix a missed initialization in get_option_value()
commit
|
commitdiff
|
tree
|
snapshot
2008-11-04
Marco Costalba
Stockfish 1.01
commit
|
commitdiff
|
tree
|
snapshot
2008-11-04
Marco Costalba
Fix compile under Ubuntu 64bit
commit
|
commitdiff
|
tree
|
snapshot
2008-11-04
Marco Costalba
Fix a serious bug in TranspositionTable::retrieve()
commit
|
commitdiff
|
tree
|
snapshot
next