issues
search
FitzOReilly
/
fatalii
Chess engine
MIT License
17
stars
0
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Release 0.8
#210
FitzOReilly
closed
3 weeks ago
0
Implement late move pruning
#209
FitzOReilly
closed
1 month ago
1
Improve search
#208
FitzOReilly
closed
1 month ago
1
TT improvements
#207
FitzOReilly
closed
4 months ago
1
Cleanup
#206
FitzOReilly
closed
4 months ago
1
Release 0.7
#205
FitzOReilly
closed
6 months ago
1
Update table entry age on access
#204
FitzOReilly
closed
6 months ago
2
Use kindergarten bitboards to calculate slider attacks
#203
FitzOReilly
closed
6 months ago
1
Replace negative values with 0 in uci go command
#202
FitzOReilly
closed
7 months ago
1
Implement king tropism
#201
FitzOReilly
closed
7 months ago
2
Store move list in a smallvec to allocate it on the stack
#200
FitzOReilly
closed
8 months ago
0
version 0.6.0 Alpha quickly finds tactics
#199
tissatussa
opened
9 months ago
2
Update readme
#198
FitzOReilly
closed
10 months ago
1
Tune params
#197
FitzOReilly
closed
10 months ago
1
Disable reverse futility pruning in PV nodes
#196
FitzOReilly
closed
10 months ago
1
Fix late move reductions
#195
FitzOReilly
closed
10 months ago
0
Play forced moves immediately, without searching depth 1
#194
FitzOReilly
closed
10 months ago
1
Persist history table between searches
#193
FitzOReilly
closed
10 months ago
0
Late move reductions
#192
FitzOReilly
closed
10 months ago
1
Convert mate distance between search root and current position
#191
FitzOReilly
closed
10 months ago
1
Improve null move pruning
#190
FitzOReilly
closed
10 months ago
1
Refactor
#189
FitzOReilly
closed
10 months ago
0
Extensions
#188
FitzOReilly
closed
10 months ago
1
Prevent consecutive null moves
#187
FitzOReilly
closed
11 months ago
1
Deep futility pruning
#186
FitzOReilly
closed
11 months ago
1
Reset killers
#185
FitzOReilly
closed
11 months ago
1
Do not print the last uci `info` twice
#184
FitzOReilly
closed
11 months ago
0
Do not divide increment when calculating time limits
#183
FitzOReilly
closed
11 months ago
1
Implement fail-soft alpha-beta search
#182
FitzOReilly
closed
11 months ago
1
Fix broken link in readme
#181
FitzOReilly
closed
12 months ago
0
Static exchange evaluation
#180
FitzOReilly
closed
11 months ago
1
Implement delta pruning
#179
FitzOReilly
closed
1 year ago
1
Use subtree size for root move ordering
#178
FitzOReilly
closed
1 year ago
1
Refactor search
#177
FitzOReilly
closed
1 year ago
1
Fix tt
#176
FitzOReilly
closed
1 year ago
1
Release 0.5
#175
FitzOReilly
closed
1 year ago
1
Stop search after depth 1 if there is only one legal move
#174
FitzOReilly
closed
1 year ago
1
Implement countermove heuristic
#173
FitzOReilly
closed
1 year ago
0
Evaluate rooks on open and semi-open files
#172
FitzOReilly
opened
1 year ago
0
Include non-capturing queen promotions in quiescence search
#171
FitzOReilly
closed
1 year ago
1
Evaluate bishop pair
#170
FitzOReilly
closed
1 year ago
1
Implement aspiration windows
#169
FitzOReilly
closed
1 year ago
1
Improve root move ordering
#168
FitzOReilly
closed
1 year ago
1
Fix killer heuristic: use all killer moves
#167
FitzOReilly
closed
1 year ago
0
Evaluate mobility
#166
FitzOReilly
closed
1 year ago
1
Tune pawns
#165
FitzOReilly
closed
1 year ago
1
Update eval parameters after first tuning session
#164
FitzOReilly
closed
1 year ago
1
Evaluation tuner
#163
FitzOReilly
closed
1 year ago
1
Move evaluation parameters to a separate file
#162
FitzOReilly
closed
1 year ago
1
Replace tuple of scores with ScorePair
#161
FitzOReilly
closed
1 year ago
1
Next