chesslablab / chess-api

REST-like chess API.
https://chesslablab.github.io/chess-api/
MIT License
24 stars 10 forks source link

Calculate heuristic charts by name #160

Closed programarivm closed 3 months ago

programarivm commented 3 months ago

Rather than calculating all heuristics for the given FEN position, only one heuristic will be calculated at a time. Heuristic stats can be time consuming for games with a considerable number of moves.

See: