User Tools

Site Tools


chess:programming:rating:estimate_chess_engine_playing_strength

This is an old revision of the document!


Chess - Programming - Rating - Estimate Chess Engine Playing Strength

BT Test Suites

Using BT2450 and BT2630 Test Suites can provide an estimated rating.

  • They should contain 30 positions each.
  • Enter each position into your computer, and let it think for 15 minutes (900 seconds).
  • If a position is solved, write down its solution time in seconds.
  • It does not count as a solution if the program finds, the move and then changes its mind.
  • If after finding a move, then changing its mind, then finding it again, you should use the last time found.
  • Any solution that is not found, score as 900 seconds.
  • Add up all the times.
  • Divide by 30.
  • Subtract the result from either 2630 or 2450.
  • The final figure is the ELO rating.

BT2450


References

ELO can be calculated using Ordo

chess/programming/rating/estimate_chess_engine_playing_strength.1638966708.txt.gz · Last modified: 2021/12/08 12:31 by peter

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki