Lizard 11.2

Author(s): Liam McGuire (USA), Eduardo Cáceres (ESP)
Release Date: 2025-01-08
Language(s): C#
Repo Owner: liamt19
Repo URL: https://github.com/liamt19/Lizard

Has a more complex network and a few search tweaks/additions. For the sake of my sanity (and because .NET can’t/doesn’t autovectorize NNUE code), this requires at least AVX2 to be performant, but will still function without it.

A Note On Bindings

This release includes C++ code from Horsie to make NNUE evaluation faster. This code is only used if your processor supports AVX2.

The Windows and Linux releases here already have it compiled and embedded as a .dll/.so within it. For technical reasons this embedded file will automatically extract itself into a file called HorsieBindings.dll/HorsieBindings.so which Lizard will try to use when it launches.

You will see “Loaded Horsie bindings!” if they are successfully loaded, or “Running without Horsie bindings” if they aren’t. The bindings aren’t required, but they do make Lizard significantly faster.

Picking A Binary

Use a …-512 binary if your processor has Avx512.
AOT binaries aren’t being included here because they are strictly slower.

https://github.com/liamt19/Lizard/releases/download/v11.2/Lizard-11_2-arm64
https://github.com/liamt19/Lizard/releases/download/v11.2/Lizard-11_2-linux
https://github.com/liamt19/Lizard/releases/download/v11.2/Lizard-11_2-linux_512
https://github.com/liamt19/Lizard/releases/download/v11.2/Lizard-11_2-win-512.exe
https://github.com/liamt19/Lizard/releases/download/v11.2/Lizard-11_2-win.exe
https://github.com/liamt19/Lizard/archive/refs/tags/v11.2.zip

 

Leave a Reply

Your email address will not be published. Required fields are marked *