zahak icon indicating copy to clipboard operation
zahak copied to clipboard

A UCI compatible chess AI in Go

Results 5 zahak issues
Sort by recently updated
recently updated
newest added

It's sad that it's not possible to compile the newest version on Android and Linux devices.

I think, if LMR>0, research should be if score > alpha without score < beta. Or I do not understand how it works :-). score := -e.alphaBeta(depthLeft-1-LMR, searchHeight+1, -alpha-1, -alpha)...

Hi Amanj, Since commit d46bc7b2d176f7efc71eaaedd9aefa8850ab5efa I cannot compile Zahak without removing the -mavx from the CFLAGS in fathom.go Al@RPi4-SSD:~/Engine-Source/zahak-nnue $ make -j5 go clean ./... rm -f engine/nn.go CC=cc CGO_ENABLED="1"...