Skip to content

ianfab/fishtest

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overview

Variant Fishtest, is a distributed task queue to test new ideas and improvements for chess variant engines through self playing. The main instance for Multi-Variant Stockfish and Fairy-Stockfish is:

http://variantfishtest.org/tests

Developers submit patches with new ideas and improvements for the engine, and CPU contributors install a fishtest worker on their computers to let the engine play games in the background in order to help developers test their patches.

The fishtest worker:

  • automatically connects to the server to download: a chess opening book, the cutechess-cli chess game manager and the chess engine sources (for the actual master and for the patch with the new idea) that will be compiled according to the type of worker platform.
  • starts a batch of games using cutechess-cli.
  • uploads the game results to the server.

The fishtest server:

  • provides several test templates to generate tests for the patches.
  • manages the testing queue according to customizable priorities.
  • computes statistics from the game results sent by the workers.
  • updates and publishes the results of ongoing tests.
  • stops tests according to the selected stopping rule and publishes the final test results.

To get more information please visit the Variant Fishtest Wiki

Languages

  • Python 92.9%
  • Makefile 3.7%
  • JavaScript 2.0%
  • CSS 1.3%
  • Shell 0.1%