Torsten Hellwig

Results 10 issues of Torsten Hellwig

For my bot [BotLi](/Torom/BotLi) I use python-chess, unfortunately the crazyhouse FENs used there are not compatible with the `/api/cloud-eval` endpoint. I created niklasf/python-chess#913 at python-chess, niklasf said that the problem...

bug

Hey, that's an idea I had: how about having A/B engines perform auto-eval to a given depth instead of to a given node count?

enhancement

When using Electron 11.3.0, the background is moved along with the figures when they are dragged. I have attached two screenshots where you can see the difference. release version, Electron...

bug
linux
electron

I get the following deprecation warnings with the Pytorch nightly version. However, they seem to come from Pytorch Lightning, so not sure if the Pytorch version matters. I don't really...

After a swiss tournament the scoreboard looks like this: ``` # name games wins% draws% losses% score los% elo+/- 1. Stockfish 210221 12 75.0 25.0 0.0 10.5 99.9 338.0 2....

### Describe the issue gcc compiles successfully, but gives the following warning: ``` In member function ‘propagate’, inlined from ‘propagate’ at nnue/nnue_architecture.h:107:23, inlined from ‘evaluate’ at nnue/evaluate_nnue.cpp:180:55: nnue/layers/affine_transform_sparse_input.h:249:32: warning: ‘transformedFeatures’...

build
needs-analysis

### Exact URL of where the bug happened Every live game. E.g.: https://lichess.org/tv ### Steps to reproduce the bug 1. Open a currently running game on mobile 2. Press and...

bug

### Exact URL of where the bug happened `https://lichess.org/api/games/user/ToromLc0?since=1690242797626` `https://lichess.org/api/games/user/ToromLc0?since=1690242797626&perfType=bullet` ### Steps to reproduce the bug compare `curl "https://lichess.org/api/games/user/ToromLc0?since=1690242797626" -H "Accept: application/x-ndjson"` with `curl "https://lichess.org/api/games/user/ToromLc0?since=1690242797626&perfType=bullet" -H "Accept: application/x-ndjson"` ### What...

bug

You introduced the efficient BinaryFen in this [blog post](https://lichess.org/@/revoof/blog/adapting-nnue-pytorchs-binary-position-format-for-lichess/cpeeAMeY) on Lichess. My question is whether it would be possible to implement this in python-chess. I guess python-chess is used by...

fastchess-tests was compiled with `make -j4 tests` without errors. This error occurs when fastchess-tests are run afterwards: ``` terminate called after throwing an instance of 'std::runtime_error' what(): Failed to open...

bug