Datasets:
Dataset Viewer
The dataset viewer is not available for this dataset.
Unexpected token '<', "<html>
<h"... is not valid JSON
Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.
Sudoku p-adic residual experiment data
This dataset contains the small reproducibility bundle for the manuscript "Signed p-adic Residual Encodings of Finite-Domain All-Different Systems with a Sudoku Case Study".
Canonical dataset page: https://huggingface.co/datasets/gregb/sudoku-padic-regression-experiments
The bundle includes:
data/paper_stepwise/experiment_results.csvdata/paper_zubarev/experiment_results.csv- summary files for both experiment runs
- trace puzzle and solution files for the plotted examples
- loss-curve source files
- the Python scripts used to generate the outputs
The experiment table is regenerated from the source repository with:
python3 code/run_experiments.py --outdir outputs/paper_stepwise \
--seed 123 --n 6 --clues 36,30,26 --max-steps 60000 \
--restarts 15 --method stepwise
python3 code/run_experiments.py --outdir outputs/paper_zubarev \
--seed 123 --n 6 --clues 36,30,26 --max-steps 60000 \
--restarts 15 --method zubarev --beta0 0.5 --beta1 6.0 \
--beta-schedule linear
The puzzles are randomly carved from solved grids and are not uniqueness-checked. The computational claims are illustrative rather than competitive Sudoku-solving claims.
- Downloads last month
- 24