-
-
hi, i follow the developments of your Lynx engine, although i'm on Linux and compiling and using .NET code is a bit difficult - but i manage .. lately i see several PRs concerning new mobility values …
-
実はどうやれば良いのかあまりきちんと理解していない。
参考: Edax AVX - bitboard以外の最適化 / Endgame での move shuffle (endgame.c, endgame_sse.c)
http://www.amy.hi-ho.ne.jp/okuhara/edaxopt.htm
-
Hi Philippe,
As you do not provide executables I tried to compile it myself but I ran into this type of problem:
In file included from Board.h:5,
from add_moves.cpp:1:
bitboar…
-
I've recently hit the problem of the hard error in the case when there is no infinite loop: [my code](https://github.com/kirillbobyrev/pabi/blob/c47d4ab5e4821a78e39f223577e6418f52ce4282/src/chess/atta…
-
Thank you for your great project! Thanks for it. I build https://iChess.io at last, some techniques work, and you may enjoy it.
Now, I am looking for a collection of pieces on the board. I saw a pr…
-
```
Score of camel-rework-mate-in-plys vs camel-master: 1 - 0 - 1 [] 2
Elo difference: 190.85 +/- nan, LOS: 84.13 %, DrawRatio: 50.00 %
Ptnml: WW WD DD/WL LD LL
Distr: …
-
i used Nim to build some own simple chess engine by rewriting a Python script .. reason is that a Nim source can be compiled into a binary, which i expect to be (much) faster than Python. Btw. in the …
-
Have been getting an error whenever I let my bot play agaisnt evil bot for a while
```
System.IndexOutOfRangeException
HResult=0x80131508
Message=Index was outside the bounds of the array.
…
-
Currently, if we input a move in wrong format (e. g. "2. d4" or "d2-d4" instead of "d4"), the program crashes.
Better would be to catch the error that is thrown and give the user a chance to re-typ…