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 5.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:
Major changes:
Implemented the 'Texel tuning method' for optimising evaluation parameters.
Try the hash move before generating other moves #20 (+40 elo)
Tuned evaluation parameters #27 #28 (+100 elo)
Minor changes:
Increased thread safety to avoid crashes #18
Transposition entries now take 16 bytes (half original size) #19
Add a bonus for a rook on a open or semi open file #22
Added a tempo bonus #23
Pawn blockade detection for completely closed king-pawn positions #24
Changed history tables to have one for each player #25
Only update history if the move is quiet #26
Added and tuned evaluation for casteling rights #29
Fixed bug where engine could not be loaded into Fritz (thanks Gabor Szots)

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

Comments

Post a Comment