Skip to content

Tags: basil00/Gull

Tags

LazyGull-alpha-0.3

Toggle LazyGull-alpha-0.3's commit message
Fix the Makefiles.

LazyGull-alpha-0.2

Toggle LazyGull-alpha-0.2's commit message
Optimized (BMI2+PGO) builds for Linux+Windows.

See Makefile.bmi2 and use:
    make -f Makefile.bmi2 gull.syzygy.linux
    make -f Makefile.bmi2 gull.syzygy.windows

For Windows cross compilation is not supported.  Instead use MSYS2 configured
for 64-bit compilation.

Linux results (self-play versus old non-syzygy non-BMI2 Gull.linux):

LTC (60"+0.6", 1-thread, 6-man syzygy):

    Score: +1728-1351=6921
    Number of games: 10000
    Winning fraction: 0.51885
    Elo difference: +13.1045
    LOS: 1

STC (10"+0.1", 1-thread, 6-man syzygy):

    Score: +2040-1791=6169
    Number of games: 10000
    Winning fraction: 0.51245
    Elo difference: +8.65293
    LOS: 0.999971

Windows build has not yet been tested.

LazyGull-alpha-0.1

Toggle LazyGull-alpha-0.1's commit message
Optimized (BMI2+PGO) builds for Linux+Windows.

See Makefile.bmi2 and use:
    make -f Makefile.bmi2 gull.syzygy.linux
    make -f Makefile.bmi2 gull.syzygy.windows

For Windows cross compilation is not supported.  Instead use MSYS2 configured
for 64-bit compilation.

Linux results (self-play versus old non-syzygy non-BMI2 Gull.linux):

LTC (60"+0.6", 1-thread, 6-man syzygy):

    Score: +1728-1351=6921
    Number of games: 10000
    Winning fraction: 0.51885
    Elo difference: +13.1045
    LOS: 1

STC (10"+0.1", 1-thread, 6-man syzygy):

    Score: +2040-1791=6169
    Number of games: 10000
    Winning fraction: 0.51245
    Elo difference: +8.65293
    LOS: 0.999971

Windows build has not yet been tested.

v0.4

Toggle v0.4's commit message
Add a "tablebase hits" (tbhits) counter.

This version is thread safe.

v0.4-win

Toggle v0.4-win's commit message
Add a "tablebase hits" (tbhits) counter.

This version is thread safe.

v0.3-win

Toggle v0.3-win's commit message
Port Gull Linux back to Windows.

Requires cross-compilation using MinGW.  Not yet tested.

v0.3

Toggle v0.3's commit message
Fix README.

v0.2

Toggle v0.2's commit message
Fix #2

Issue #2 appears to be a copy-and-paste bug in gen_captures.

v0.1

Toggle v0.1's commit message
Fix #1