-
v1.4.0
Stablereleased this
2026-07-04 09:28:50 +00:00 | 0 commits to main since this releaseSearch improvements
- Added Late Move Reduction (LMR), plus a follow-up tweak
- Added Internal Iterative Deepening (simple global version)
- Added reverse futility pruning
- Added delta pruning in quiescence search
- Added more late move pruning
- Added aspiration windows
Time management & UCI
- Soft time limit for smarter time management
- UCI options now announced on startup
Fixes
- Beta cutoff bug fix
- Infinite bound check fix
- Depth check bug fixes (two rounds)
- Transposition table age check fix
- Node search count fix
- Depth compensation for pruning to fix test_wac001
- Small scoring tweak
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
v1.3.0
Stablereleased this
2026-03-15 21:30:07 +00:00 | 18 commits to main since this release- Refactoring
- Age based hash storage
- Static random keys for position keys
- Thread safe tp table
- More compact tp entry struct (more entries in the same memory space)
- Added lazy symmetric multiprocessing (multi threading)
- added uci options for thread count and hash size
Downloads
-
Source code (ZIP)
1 download
-
Source code (TAR.GZ)
1 download
-
v1.2.1 Stable
released this
2026-03-05 21:00:14 +00:00 | 28 commits to main since this release- Bug fixes
- Code cleanup
- More buffer print optimization
- Properly report mate in x via UCI
Downloads
-
Source code (ZIP)
1 download
-
Source code (TAR.GZ)
1 download
-
v1.2.0 Stable
released this
2026-03-05 18:17:23 +00:00 | 33 commits to main since this release- Added null move pruning
- Move to transposition table
- Small output buffering improvement
Downloads
-
Source code (ZIP)
1 download
-
Source code (TAR.GZ)
1 download
-
v1.1.0 Stable
released this
2026-03-01 20:24:11 +00:00 | 38 commits to main since this release- Check extension search
- Bug fixes
- Improved king positioning in eval
- Check for passed and isolated pawn in eval
- Check for open files for queen and rooks in eval
- check for draw positions (based an piece count) in eval
Downloads
-
Source code (ZIP)
1 download
-
Source code (TAR.GZ)
1 download
-
v1.0.0 Stable
released this
2026-02-26 20:34:44 +00:00 | 48 commits to main since this releaseFirst working version of Mimir that is compatible with basic UCI intrustions
Downloads
-
Source code (ZIP)
1 download
-
Source code (TAR.GZ)
1 download
-
Source code (ZIP)