NegaScout
Results
2
issues of
NegaScout
I was able to get two FEN strings, which represent the same board, with the same full move counter, but different halfmove counters: `rnbqkbnr/pppppppp/8/8/4P3/8/PPPP1PPP/RNBQKBNR b KQkq - 0 1` `rnbqkbnr/pppppppp/8/8/4P3/8/PPPP1PPP/RNBQKBNR...
In section Compilation of functions https://julialang.github.io/PackageCompiler.jl/dev/sysimages.html#tracing, a snippet `julia -JExampleSysimagePrecompile.so --trace-compile=stderr -e 'import Example; Example.hello("friend")'` is used, however it does not work as of `1.10.1` and error is thrown: ```...