issues
search
ArjunBasandrai
/
elixir-chess-engine
UCI chess engine
https://lichess.org/@/ElixirChessEngine
GNU General Public License v3.0
9
stars
2
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
feat: reduce capture moves less in LMR
#157
ArjunBasandrai
closed
1 day ago
0
feat: made the quiet history bigger
#156
ArjunBasandrai
closed
1 day ago
0
feat: made the quiet history bigger
#155
ArjunBasandrai
closed
2 days ago
0
fix: don't report bestmove till all threads have stopped searching
#154
ArjunBasandrai
closed
4 days ago
0
fix: fixed incorrectly set `soft_stop` variable
#153
ArjunBasandrai
closed
3 weeks ago
0
NNUE cleanups
#152
ArjunBasandrai
closed
1 month ago
0
chore: added non pawn hash and clear pawn hash on board clear
#151
ArjunBasandrai
closed
1 month ago
0
feat: added correction history
#150
ArjunBasandrai
closed
1 month ago
0
No fail low best move
#149
ArjunBasandrai
closed
1 month ago
0
TT static eval
#148
ArjunBasandrai
closed
1 month ago
0
feat: updated nmp guard
#147
ArjunBasandrai
closed
1 month ago
0
fix: dont use tt move in qsearch
#146
ArjunBasandrai
closed
1 month ago
0
fix: fixed static eval
#145
ArjunBasandrai
closed
1 month ago
0
feat: added negative extensions on cutnode
#144
ArjunBasandrai
closed
1 month ago
0
4-ply Continuation History
#143
ArjunBasandrai
closed
1 month ago
0
feat: added improving heuristic to lmr
#142
ArjunBasandrai
closed
1 month ago
0
Tuned values
#141
ArjunBasandrai
closed
1 month ago
0
feat: added compiler optimizations
#140
ArjunBasandrai
closed
1 month ago
0
fix: correct tt score before returning
#139
ArjunBasandrai
closed
2 months ago
0
chore: moved histories from stack to heap
#138
ArjunBasandrai
closed
2 months ago
0
Refactor directory structure
#137
ArjunBasandrai
closed
2 months ago
0
Search Refactor
#136
ArjunBasandrai
closed
2 months ago
0
refactor: refactored histories
#135
ArjunBasandrai
closed
2 months ago
0
feat: added improving heuristic to lmp
#134
ArjunBasandrai
closed
2 months ago
0
feat: added negative extensions
#133
ArjunBasandrai
closed
2 months ago
0
Avx512
#132
ArjunBasandrai
closed
2 months ago
0
fix: use tt score only when it is valid in qs
#131
ArjunBasandrai
closed
2 months ago
0
fix: use tt score only if it is usable
#130
ArjunBasandrai
closed
2 months ago
0
fix: add rfp guards
#129
ArjunBasandrai
closed
2 months ago
0
fix: fixed search stack eval
#128
ArjunBasandrai
closed
2 months ago
0
feat: added board phase in nmp reduction
#127
ArjunBasandrai
closed
2 months ago
0
fix: dont use exact flag in qs
#126
ArjunBasandrai
closed
2 months ago
0
feat: only do lmp if board has non pawn material
#125
ArjunBasandrai
closed
2 months ago
0
feat: use tt score in qs
#124
ArjunBasandrai
closed
2 months ago
0
feat: updated rfp margin formula
#123
ArjunBasandrai
closed
2 months ago
0
feat: only do nmp if board has non pawn material
#122
ArjunBasandrai
closed
2 months ago
0
feat: use improving heuristic in tt replacement policy
#121
ArjunBasandrai
closed
3 months ago
0
feat: updated tt replacement policy
#120
ArjunBasandrai
closed
3 months ago
0
feat: changed nmp reduction formula
#119
ArjunBasandrai
closed
3 months ago
0
feat: added ttpv reduction to lmr
#118
ArjunBasandrai
closed
3 months ago
0
feat: change return value of rfp
#117
ArjunBasandrai
closed
3 months ago
0
Build fix
#116
ArjunBasandrai
closed
3 months ago
0
Output buckets
#115
ArjunBasandrai
closed
3 months ago
0
feat: added double extensions
#114
ArjunBasandrai
closed
3 months ago
0
chore: added pawn hash
#113
ArjunBasandrai
closed
3 months ago
0
build: added link time optimization
#112
ArjunBasandrai
closed
3 months ago
0
Prefetch
#111
ArjunBasandrai
closed
3 months ago
0
feat: added simd
#110
ArjunBasandrai
closed
3 months ago
0
Lazy SMP
#109
ArjunBasandrai
closed
3 months ago
0
fix: fix node count reporting
#108
ArjunBasandrai
closed
3 months ago
0
Next