Raven is a chess engine written in C that uses the UCI protocol.
New features:
- Various minor speed ups,
- Faster move sorting by using selection sort instead of bubble sort,
- More eval terms,
- History pruning,
- Probcut,
- Static null move (reverse futility) pruning,
- Separate movegen for qsearch for faster movegen,
- Null move pruning,
- Internal iterative deepening,
- Transposition table in qsearch,
- Time extensions/reductions.
Raven 0.50 download from the site
New features:
- Various minor speed ups,
- Faster move sorting by using selection sort instead of bubble sort,
- More eval terms,
- History pruning,
- Probcut,
- Static null move (reverse futility) pruning,
- Separate movegen for qsearch for faster movegen,
- Null move pruning,
- Internal iterative deepening,
- Transposition table in qsearch,
- Time extensions/reductions.
Raven 0.50 download from the site
Comments
Post a Comment