index
:
ampere
main
A fast Checkers engine
Mica White
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
engine
/
src
Age
Commit message (
Collapse
)
Author
2025-12-08
Stuff
HEAD
main
Mica White
2023-12-29
Actually update self.sorted
Micha White
2023-12-28
Add the best move to the transposition table
Micha White
2023-12-28
Changes made to support the eventual C API
Micha White
2023-12-22
Move logic around
Micha White
2023-12-21
Remove unused imports
Micha White
2023-12-21
Split up search and eval
Micha White
2023-12-21
Import arrayvec
Micha White
2023-12-21
Fix warnings
Micha White
2023-12-21
Remove some memory allocations
Micha White
2023-12-21
Recreated benchmark tool for new API
Micha White
2023-12-21
Added some small extra functionality to the engine
Micha White
2023-12-21
Engine API
Micha White
2023-10-10
Tablebase header
Micha White
2023-10-10
Implement a lazy selection sort for move ordering
Micha White
2023-10-10
Use mimalloc
Micha White
2023-10-10
Switch to i16 evaluation
Micha White
2023-10-08
Better evaluation structure for force wins
Micha White
2023-10-06
Create Evaluation type
Micha White
2023-10-04
Remove unused imports
Micha White
2023-10-04
Temporary functions used for UI
Micha White
2023-09-27
Edited some of the crates
Micha White