Not logged inCSS-Forum
Forum CSS-Online Help Search Login
CSS-Shop Impressum Datenschutz
Up Topic Hauptforen / Schachprogrammierung / Quellcode von Schachprogrammen
- - By Lothar Jung Date 2021-07-09 10:39 Edited 2021-07-09 11:11 Upvotes 1
Schachengine in C (~2.200 Elo) mit Bitbases: https://github.com/kz04px/Baislicka

Beispiel der Schachprogrammierung in Python:

https://andreasstckl.medium.com/writing-a-chess-program-in-one-day-30daff4610ec

a0lite PythonEngine von D.Kappe:

Die Basis NN MCTS Engine beinhaltet nur 95 Zeilen von Python.

Die Engine nutzt als default Netz badgyal.
Die Spielstärke soll 2050 Elo betragen.

ProgrammCode und Installation ist bei github.

https://github.com/dkappe/a0lite

Tom Kerrigan’s Simple Chess Program (TSCP) is a small, open-source chess engine that I made in 1997. It’s a tutorial engine, i.e., it’s designed to teach people how chess engines work.

TSCP has the following features:
Only 2,258 lines of C code
Lots of comments!
Written for clarity (not speed or strength)
Observes all rules of chess
Opening book
xboard compatible
Requires less than 64KB of RAM

Community

Please visit the Community page to see some of the interesting things people have done with TSCP!

License

TSCP is copyrighted. If you want to copy it (all or part of it) or create a derivative work, you need my permission.

To request permission, please e-mail me at tom.kerrigan@gmail.com.

Files

tscp181c.zip  TSCP version 1.81c source code
tscp181.exe.zip  TSCP version 1.81 executable for Windows

http://www.tckerrigan.com/Chess/TSCP/

https://www.google.de/imgres?imgurl=https%3A%2F%2Flearncgames.com%2Fwp-content%2Fuploads%2F2020%2F09%2Ftom-kerrigan-chess.png&imgrefurl=https%3A%2F%2Flearncgames.com%2Fchess-in-c%2F&tbnid=8XLpGNmFyBAI_M&vet=12ahUKEwjOp5b_1cvxAhWD1-AKHXDdCcUQMygLegUIARDJAQ..i&docid=yN3xfm3YplXzLM&w=370&h=375&q=chess%20programming&hl=de-de&client=safari&ved=2ahUKEwjOp5b_1cvxAhWD1-AKHXDdCcUQMygLegUIARDJAQ
Parent - By Lothar Jung Date 2021-07-31 11:36 Upvotes 1
Hier ein Schachprogramm mit Quellcode in Python einschl. GUI:

https://github.com/mnahinkhan/Chess
- By Lothar Jung Date 2021-07-09 22:05 Upvotes 1
Hier auf der Rebel-Webseite ist eine lange Liste:

https://rebel13.nl/download/programmer-c-ode-of-honor.html
- - By Lothar Jung Date 2021-07-27 21:53 Upvotes 1
Hier ein Python Schachprogramm:

https://towardsdatascience.com/machine-learning-how-i-coded-my-own-python-chess-engine-c4c81bcb2a9a
Parent - By Lothar Jung Date 2021-07-28 16:58 Upvotes 1
- - By Lothar Jung Date 2021-07-29 19:49 Upvotes 1
Hier umfassende Informationen über das Schachprogramm VICE, mit Links zu dem Quellcode und den Videos.

https://www.chessprogramming.org/Vice
Parent - By Lothar Jung Date 2021-07-30 12:06 Upvotes 1
Hier der Quellcode des Julia Programms:

you might want to look into https://github.com/jonathan-laurent/AlphaZero.jl
Up Topic Hauptforen / Schachprogrammierung / Quellcode von Schachprogrammen

Powered by mwForum 2.29.3 © 1999-2014 Markus Wichitill