-
The `fen()` function returns incomplete FEN, missing fields 5 ("halfmove clock") and 6 ("fullmove number"). For example:
```
julia> b = fromfen("rnbqkbnr/pppppppp/8/8/4P3/8/PPPP1PPP/RNBQKBNR b KQkq …
avysk updated
3 years ago
-
This error is known, but I'm adding an issue here mainly for documentation reasons and to be able to refer to it.
-
Return the FEN notation for a given half-move coordinate.
Given a PGN with 1. e4 e5 2. Nf3 Nc6
Example (pseudo code):
```clojure
user> (fen-position :white 2 parsed-pgn)
"rnbqkbnr/pppp1ppp/8/…
-
Hey, I have integrated for my own app some of the compression techniques written in lichess blogs using shakmaty. I am curious if I could integrate this in shakmaty itself for a pr or if that is outsi…
ekhar updated
1 month ago
-
Only `u_n` is considered by the checkpointing. But we should also properly checkpoint `v_n` and `a_n`. There is already a prototype implementation on [this branch](https://github.com/precice/tutorials…
-
Hello, I am a student, currently studying neural networks and heat conduction problems.When I run the code, it reports a version error,Can you tell me the installed version information like tensorflow…
-
It would be extremely useful if we could define an external variable as a string of C++ code (C++ code snippets), like they do in Fenics.
With this we could:
- Use random number generators
- Inp…
-
On Kodi eg Fen, Fenlight, Seren,Umbrella all use authorization type for Debrid authentication. other then owner cant see the apikey of the debrid eg rd. This for security reason imo.
In Torrentio it …
-
Hello, I am using the FESTIM workshop on debian 11 with FESTIM 1.3.1 installed via pip and fenics via apt version : fenics/oldstable,now 1:2019.2.0.5 amd64 [installed].
The example (task01) does …
-
1.)
The Black King is not shown in "Chess diagram". (Not "Chess game")
for example...
[fen]4k3/8/8/8/8/8/8/4K3 w - - 0 1[/fen]
Is my writing wrong?
2.)
I want to show only the White queen in …
cuvno updated
2 months ago