-
In the search-eval-rework-branch that I'm working on at the moment, I noticed that the hashtable Loki currently uses only gives around 16 elo of performance compared to bare alphabeta (with move order…
-
while Walleye is calculating i see no pv line output in the CuteChess panel .. i have no troubles using Walleye on Linux, but it seems Walleye is simple ?
-
With 35. Bf2 AXW 0.0.8 allowed a mate in one, funnily Eden made a mate in 2 out of it.
Even when the move is played with just depth 3 (my slow hardware didn't help either) it
should figure it out.
…
-
Resurrect these at some point
http://www.pombase.org/gene_expression/SPBC11B10.09
-
Static Exchange Evaluation (SEE) is a way of examining capture sequences statically which allows for better move ordering, reductions of very bad, late captures and pruning in quiescence. On top of th…
-
One of the annoyances with Monchester 1.0 is that it's narrow fixed 4-depth search without quiescence with added randomization is fine enough to play scholastic level threats and blunders in opening a…
-
Hi,
I'm the creator of a new chess engine https://github.com/Wikunia/Ghess (yeah I'm working on a Readme :smile: )
I've played against your bot for testing and saw that it missed a mate in 1 for …
-
Revise the code,
From:
```javascript
if ((nodes & 2047) == 0) checkTime();
```
To:
```javascript
if ((nodes & 2047) == 0) {
checkTime();
if (timing.stopped) return 0
}
```
-
### Describe the issue you are experiencing
After starting the container the docker log shows an error:
`Updating Homematic RF-Hardware: HMIP-RFUSB: 4.2.14=>2.8.6, ERROR ( != 2.8.6)`
### Descri…
-
Hi Tamas
Sorry for trying to reach you in a such a weird way, maybe I should ping you on talkchess.
I'm the author of BBC engine and we had a chat on talkchess a couple of times.
Well, first of…