It uses a combination of calculating (using tree search) and intuition (neural networks)
It uses a combination of calculating (using tree search) and intuition (neural networks)
@FirstChessPlayer2012 said in #1:
Any ideas?
Yes!
@FirstChessPlayer2012 said in #1:
> Any ideas?
Yes!
https://www.chessprogramming.org/Main_Page
tells how chess programs are done. Neural nets a rather new detail and not needed to play superhuman chess.
https://www.chessprogramming.org/Main_Page
tells how chess programs are done. Neural nets a rather new detail and not needed to play superhuman chess.
I enjoyed reading this recent blog entry about "creating a simple chess engine", it can give you some insights
https://lichess.org/@/JoaoTx/blog/making-a-simple-chess-engine/fGBIAfGB
And you can find the Stockfish source code here:
https://github.com/official-stockfish/Stockfish
I enjoyed reading this recent blog entry about "creating a simple chess engine", it can give you some insights
https://lichess.org/@/JoaoTx/blog/making-a-simple-chess-engine/fGBIAfGB
And you can find the Stockfish source code here:
https://github.com/official-stockfish/Stockfish