Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[NEW EXAMPLE] Lc0 - Chess Board Representation #38

Open
ainzzorl opened this issue Aug 9, 2021 · 0 comments
Open

[NEW EXAMPLE] Lc0 - Chess Board Representation #38

ainzzorl opened this issue Aug 9, 2021 · 0 comments
Labels
new example New example proposal

Comments

@ainzzorl
Copy link
Owner

ainzzorl commented Aug 9, 2021

General

Description

Lc0 is a UCI-compliant chess engine designed to play chess via neural network, specifically those of the LeelaChessZero project.

It has a class to represent chess board position.

We already have an article describing chess board representation in Stockfish. Lc0's implementation seems quite a bit more readable and better tested in comparison.

Links

What makes it interesting

  • Uses standard patterns in any chess-related software.
  • Very non-trivial.
  • Very object-oriented.

Related work

Other

N/A

@ainzzorl ainzzorl added the new example New example proposal label Aug 9, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new example New example proposal
Projects
None yet
Development

No branches or pull requests

1 participant