Since you’re here...

We hope you will consider supporting us today. We need your support to continue to exist, because good entries are more and more work time. Every reader contribution, however big or small, is so valuable. Support "Chess Engines Diary" even a small amount– and it only takes a minute. Thank you.
============================== My email: jotes@go2.pl



Chess engine: Halogen 4.0


Halogen - UCI chess engine
Author: Kieren Pearson

A c++ chess engine that implements Null-move pruning, Late move reductions, Quiessence search and a transposition table that uses Zobrist Hashing.

New Features:
Pawn hash table (1MB)
Internal iterative deepening
Extended futility pruning
Triangular PV table
Included makefile in /src/ to allow individuals to compile themselves using make
Static exchange valuation
Lazy SMP multi-threading with shared hash table

Minor changes
Added bishop pair bonus
Tapered evaluation between mid and end game
Adjust values of Knight and Rook based on the number of own pawns
Improved time management for repeating / blitz time controls
Fixed promotion-capture bug invalidating Zobrist hash
Refactor code to allow pruning at root
Don't allow null pruning to drop directly into quiescence search.

Halogen 4.0 download
All files (games, tables and engines) - download from page

Comments

Popular posts from this blog

New Strong Engines Test, by Chess Engines Diary, 2024.04.12

New chess opening book: M11.2 (bin and ctg)

New version chess engine: Lc0 BT4

Dragon NNUE by Komodo Chess - it's free!