jkomoros / sudoku

A sudoku puzzle solver, generator, and difficulty-rater built in Go
Apache License 2.0
5 stars 1 forks source link

analysis-pipeline should be able to show a histogram of generated difficulties with that model #254

Closed jkomoros closed 8 years ago

jkomoros commented 8 years ago

Different models can have wildly different distributions (see #253). That implies that analysis-pipeline should have an optional step at the end where it generates 100 (configurable, of course) puzzles and then displays a histogram and key stats.

In a perfect world it would be possible to run the pipeline and then do the difficulties with the new model immediately. Currently that requires a new build. Maybe a method in sudoku to load a model at runtime from a JSON file?