issues
search
jamesqo
/
chess-bot
UCI-compliant chess engine written in C#
MIT License
1
stars
0
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Investigate using transposition tables in quiescence search
#53
jamesqo
opened
4 years ago
0
Implement quiescence search
#52
jamesqo
closed
4 years ago
0
Add CI service
#51
jamesqo
opened
4 years ago
0
Add `fen` and `pgn` commands to console app
#50
jamesqo
opened
4 years ago
1
Fix megabytes conversion factor
#49
jamesqo
closed
4 years ago
0
Captures should not be stored as killer moves (?)
#48
jamesqo
closed
4 years ago
0
UCI is buggy
#47
jamesqo
opened
4 years ago
0
Cleanup UCI code
#46
jamesqo
closed
4 years ago
0
Options framework for UCI
#45
jamesqo
closed
4 years ago
0
Finer-grained ability to stop searches
#44
jamesqo
closed
4 years ago
0
Use perft in order to flesh out bugs
#43
jamesqo
opened
4 years ago
1
Magic bitboards
#42
jamesqo
closed
4 years ago
1
Magic
#41
jamesqo
closed
4 years ago
0
Use magic bitboards to speed up computation of attack vectors
#40
jamesqo
closed
4 years ago
0
Improving evaluation function
#39
jamesqo
opened
4 years ago
2
Remove allocations associated with move enumeration
#38
jamesqo
closed
4 years ago
0
Implement history heuristic
#37
jamesqo
opened
4 years ago
0
Give priority to non-capturing promotions
#36
jamesqo
opened
4 years ago
0
[Perf] Speed up heuristic evaluation
#35
jamesqo
closed
4 years ago
1
Implement UCI protocol
#34
jamesqo
closed
4 years ago
0
Fix PvTable implementation
#33
jamesqo
closed
4 years ago
0
Give preference to mates that occur in fewer moves
#32
jamesqo
opened
4 years ago
0
Remove use of ANTLR
#31
jamesqo
closed
4 years ago
0
Iterator allocations
#30
jamesqo
closed
4 years ago
0
Parallel search
#29
jamesqo
opened
4 years ago
0
Figure out why IDS is performing slower than MTD-f search
#28
jamesqo
closed
4 years ago
1
Implement killer moves heuristic
#27
jamesqo
closed
4 years ago
0
[Perf] Better move ordering
#26
jamesqo
closed
4 years ago
0
Searchers should output the principal variation in their Info objects
#25
jamesqo
closed
4 years ago
0
Better move ordering to reduce search time
#24
jamesqo
opened
4 years ago
3
Implement aspiration windows
#23
jamesqo
opened
4 years ago
0
Add benchmarks project
#22
jamesqo
closed
4 years ago
0
Implement quiescence search
#21
jamesqo
closed
4 years ago
2
Implement other search algorithms
#20
jamesqo
opened
4 years ago
0
[Perf] Improve TT replacement scheme
#19
jamesqo
closed
4 years ago
0
[Perf] Figure out how to compute attack vectors based off the existing value
#18
jamesqo
opened
4 years ago
0
[Bug] AlphaBeta and other searchers are giving different results
#17
jamesqo
closed
4 years ago
0
Zobrist hash values are not being updated correctly
#16
jamesqo
closed
4 years ago
0
Use mutable state in search algorithms to avoid allocation
#15
jamesqo
closed
4 years ago
0
[Move] Fix error handling when trying to parse invalid inputs
#14
jamesqo
closed
4 years ago
0
Crash logs
#13
jamesqo
opened
4 years ago
2
[Perf] Reduce the size of State
#12
jamesqo
closed
4 years ago
1
Implement UCI interface
#11
jamesqo
closed
4 years ago
0
[Perf] Figure out why MTD-f / ID search algorithms are running slowly
#10
jamesqo
closed
4 years ago
1
[Perf] Make the API mutable to avoid allocations
#9
jamesqo
closed
4 years ago
1
[Perf] Use attack bitboards to speed up IsAttackedBy
#8
jamesqo
closed
4 years ago
0
[Perf] Use transposition tables to cache minimax values for previously seen states
#7
jamesqo
closed
4 years ago
0
Simplify checking for castling requirements
#6
jamesqo
closed
4 years ago
0
Support en passant captures
#5
jamesqo
closed
4 years ago
0
Write more tests
#4
jamesqo
opened
4 years ago
0
Next