wingos80 / minesweeper_solved

A semi-full recreation of the game minesweeper made in Python using Pygame, with a solver...
1 stars 0 forks source link

Implement automated benchmarking #9

Closed wingos80 closed 15 hours ago

wingos80 commented 2 weeks ago

Implement benchmarking functionality to run solvers on the standard benchmark tests.

wingos80 commented 2 weeks ago

added some dictionaries and print statements for this in commit f2438ec

Still need to add:

wingos80 commented 2 weeks ago

Add 3BV scoring for benchmarking too.

wingos80 commented 2 weeks ago

Decided the benchmark cases to be simply the default minesweeper difficulty levels.

Added pickling, local storing, and automatically run over all 3 benchmark cases with commit 02245df

Use this website to find useful scores/statistics to compile for the benchmark.

wingos80 commented 15 hours ago

Opening new issue on adding scores to benchmark, closing this one as complete.