Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

distributed chess variant engine testing

NotificationsYou must be signed in to change notification settings

ianfab/fishtest

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Variant Fishtest, is a distributed task queue to test new ideas and improvements for chess variant engines through self playing. The main instance forMulti-Variant Stockfish andFairy-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, thecutechess-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 theVariant Fishtest Wiki

Languages

  • Python92.9%
  • Makefile3.7%
  • JavaScript2.0%
  • CSS1.3%
  • Shell0.1%

[8]ページ先頭

©2009-2025 Movatter.jp