Johannes Czech

Results 63 comments of Johannes Czech

Yes, you are correct. _ClassicAra_ fails to find the correct move here, even for 15 million moves. It is an interesting position. ```python info depth 67 seldepth 74 multipv 1...

Hello @magicianofriga , thanks for letting me know. This problem could be related to https://github.com/QueensGambit/CrazyAra/issues/81. I haven't tried _ClassicAra_ in combination with Chessbase yet, but I heard it should work...

It could be that this issue is also resolved now thanks to https://github.com/QueensGambit/CrazyAra/pull/167.

Issue is not resolved yet. [Time_Losses_ClassicAra_0.9.9.zip](https://github.com/QueensGambit/CrazyAra/files/8074421/Time_Losses_ClassicAra_0.9.9.zip)

Hello @arsalanses , we haven't considered this use case yet, but it seems useful. Currently, the engine can only be started as a local process on the computer. https://github.com/ml-research/liground/blob/6b523702fb4e823fb38a65d4f76250646721bc5f/src/renderer/engine/engine.worker.js#L38-L44

Thanks for the suggestion. :+1: I also like the idea.

The reason why it is not accepted is because the move counter is missing: Given: `rnbakabnr/9/1c5c1/p1p1p1p1p/9/9/P1P1P1P1P/1C5C1/9/RNBAKABNR w` Expected: `rnbakabnr/9/1c5c1/p1p1p1p1p/9/9/P1P1P1P1P/1C5C1/9/RNBAKABNR w - - 0 1` However, in the current _Fairy-Stockfish_ master...

Hello @lex312 , the engine you suggested are either commercial or freeware engines. **LiGround** will **not** include freeware and commercial engines as default engines. However, you are free to add...

This seems to be related to **ffish.js**. I assume we need to fix it there.