-
Let us collect results about fixed depth testing in this thread.
First we have lantonov's python script for comparing pgn's:
```python
import chess
from chess import pgn
def pgn_compare():
…
-
How stable is this released version 9?
We have very large books and syzygy that should be tested thoroughly before releasing.
Maybe play a couple of matches with books and syzygy and make sure the e…
-
When will armFish-250817 be?
-
request:its possible for a 32bit armfish compile? tnx
-
I decided to try pychess, and it turns out you can run engines via emulators like qemu and wine, which is not an emulator. It would be nice to have others try it on their systems (hopefully real arm h…
-
I've been out of the scene for a while and I see the latest lantonov version is a month old now. Has asmFish been abandoned? I see some talk about fasmg.exe now and that tthsqe12 has what appears to b…
-
Cool engine! I'm testing armfish 2017
08 vs stockfish-060817. Time control
2 minutes + 1 second on the move.3
kernel, android 6.0.Armfish thwarts
stockfish!
-
```
lantonov@DESKTOP-ICVQJ2N:/mnt/c/Git/asmFish/armFish$ make
aarch64-linux-gnu-as -c "armFish.arm" -o "armFishL_2017-08-14_v8.o"
guts/TablebaseCore.arm: Assembler messages:
guts/TablebaseCore.arm…
-
Question: Are you no longer updating asmFish with the SF patches? I don't think there's been any updates for 3 weeks or more.
-
It will take some time to get armFish working. The current status of armFish is:
- no evaluation yet
- search is written but completely untested
- written in 'x86 emulation mode' (this is funny bec…