New engine "Roc", an upgraded and modernized Gull

Discussion about chess-playing software (engines, hosts, opening books, platforms, etc...)
Post Reply
User avatar
TomHyer
Posts: 1
Joined: Mon Jan 23, 2017 5:16 pm
Real Name: Tom Hyer
Location: US Eastern Time

New engine "Roc", an upgraded and modernized Gull

Post by TomHyer » Mon Jan 23, 2017 5:38 pm

Roc is a new chess engine, derived from Gull 3.

Roc has the following refinements:
-- based on a C++ port of Gull 3
-- source code has been clarified, e.g., by eliminating goto statements
-- fixes some minor bugs found in the Gull source
-- unit of valuation changed from 1 cp to 1/4 cp
-- extends Gull's two phases (opening, endgame) to 3 phases (opening, middle, endgame) plus a phase-like contribution for closed-ness
-- supports a contempt setting
-- adds king tropism to evaluation

In tests so far, Roc appears to be somewhat stronger (15 +/- 10 Elo) than Gull 3. The present code builds only on Windows. It is in the public domain at https://github.com/TomHyer/Roc .

Post Reply