Chess engine: Javelin 1.0.0
Overview
Javelin is a second UCI chess engine I made. It uses Monte Carlo Tree Search (MCTS) to find best moves. I made it as an experiment, wanting to try something different with MCTS. Javelin works with any chess GUI that supports UCI. Data for training value and policy neural networks was generated through entirely through selfplay from the beginning, when Javelin was using basic PeSTO.
Compiling
To compile Javelin, follow these steps after downloading the source code from the release:
Open folder Javelin-X.X.X
Inside this folder create directory target and inside this directory create another one called builds
Go back to root directory and start a terminal
Start a terminal in root folder and enter the make command
Author: Tomasz Jaworski
Chess engine: Javelin 1.0.0 download
Comments
Post a Comment