OpenBench

Home * Engine Testing * OpenBench

OpenBench,

an open source chess engine testing framework authored by Andrew Grant, written in Python and licensed under the GNU GPL. It is inspired Fishtest and makes use of distributed computing, allowing anyone to contribute CPU time to further improve the development of open source chess engines. OpenBench uses the Django Web Framework and Cutechess and applies the sequential probability ratio test in engine versus engine matches, and supports Chess960. OpenBench was the primary testing framework used for the development of Ethereal [1].

See also

Forum Posts

2016 …

Re:Basic automated testing by Andrew Grant, CCC, September 30, 2018

2020 …

OpenBench

Misc

References

  1. OpenBench/README.md at master · AndyGrant/OpenBench · GitHub
  2. GitHub - AndyGrant/OpenBench: OpenBench is a Distributed SPRT Testing Framework for Chess Engines - Setting Up The Client For Windows
  3. OpenBench/Client.py at master · AndyGrant/OpenBench · GitHub
  4. GitHub - AndyGrant/OpenBench: OpenBench is a Distributed SPRT Testing Framework for Chess Engines - Running The Client

Up one Level