GitHub

Folders and files

NameName

Last commit message

Last commit date

Latest commit

History

84 Commits

What is it

egbbdll is a library for probing scorpio bitbases and optionally neural networks via

How to build

To compile without libnnprobe

make clean; make COMP=gcc

Cross-compiling for windows from linux is possible by setting COMP=win

To compile with libnnprobe set NN_PROBE_PATH

make clean; make COMP=gcc NN_PROBE_PATH=~/nn-probe

To compile with libnnueprobe set NNUEPROBE_PATH

make clean; make COMP=gcc NNUE_PROBE_PATH=~/nnue-probe

To compile with libnncpuprobe set NNCPUPROBE_PATH

make clean; make COMP=gcc NNCPU_PROBE_PATH=~/nncpu-probe

Read the original on github.com ↗