/fishtest

Stockfish testing

Primary LanguagePython

Overview

Multi Variant Fishtest, is a distributed tasks queue to test new ideas and improvements for multi variant chess engine through self playing. The main instance for Multi Variant Stockfish is:

http://35.161.250.236:6543/tests

Developers submit patches with new ideas and improvements for the chess variant, CPU contributors install a fishtest worker on their computers to play some chess games in the background to help the developers testing the 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 Multi Variant Fishtest Wiki