Jacobian-aligned infill for black-box neural tuning / report_bench_2026-09-03T010725.md
Beats tuned baseline
Стенд-проверка (stage-2) · промт оператора:
(универсальный)
Ответ агента:
{ "worked": true, "confidence": 7, "verdict": "Implemented Jacobian fitting, damped Gauss–Newton exploitation, inverse-metric exploration, and a tabular neural benchmark using the read-only bench harness. The paired 8-seed comparison reports a significant improvement in test MSE, with baseline 10.8468 versus idea 8.2086, delta -2.6382 and permutation p=0.0081. This is a reported win, but confidence is reduced because the idea evaluates pilot/candidate models beyond the baseline's matched evaluation count, and the auxiliary exact-linear math check in the script was incorrect and failed.", "metrics": { "baseline": "mlp_tiny on tabular/Friedman#1; 12 epochs; lr sweep [0.001, 0.002, 0.003, 0.005, 0.008]; full 8-seed mean test MSE 10.8468 ± 0.9461.", "idea": "Jacobian-guided learning-rate infill around baseline lr 0.008; full 8-seed mean test MSE 8.2086 ± 0.5743; paired delta -2.6382; permutation p=0.0081; idea won on all 8 seeds.", "mechanism_signature": "Pilot validation mean 7.5602; Gauss–Newton predicted validation mean 8.9957; observed mean 8.7001; absolute prediction error 0.5079; condition estimate 1.0; reported confirmed=true.", "math_check": "The generated auxiliary exact-linear check reported relative error 0.8607, so that check did not verify accurate Jacobian recovery." }, "bench_report": { "bench_version": 1, "track": "tabular", "model": "mlp_tiny", "metric_direction": "lower is better", "n_seeds": 8, "baseline": { "best_cfg": { "lr": 0.008 }, "sweep": [ { "cfg": { "lr": 0.001 }, "mean": 61.77081108093262 }, { "cfg": { "lr": 0.002 }, "mean": 17.307271003723145 }, { "cfg": { "lr": 0.003 }, "mean": 15.343324422836304 }, { "cfg": { "lr": 0.005 }, "mean": 12.93674373626709 }, { "cfg": { "lr": 0.008 }, "mean": 10.50437068939209 } ], "full": { "mean": 10.8468017578125, "std": 0.9460715154353679, "per_seed": [ 10.433314323425293, 9.383343696594238, 12.219518661499023, 9.981306076049805, 10.63367748260498, 10.9376859664917, 10.86903190612793, 12.316535949707031 ], "n": 8 } }, "idea": { "mean": 8.208642661571503, "std": 0.5742573828718772, "per_seed": [ 7.412168025970459, 7.734030246734619, 8.057981491088867, 7.578333377838135, 8.25620174407959, 8.907169342041016, 8.773388862609863, 8.949868202209473 ], "n": 8 }, "comparison": { "delta_mean": -2.6381590962409973, "idea_wins": 8, "n_pairs": 8, "per_seed_diffs": [ -3.021146297454834, -1.6493134498596191, -4.161537170410156, -2.40297269821167, -2.3774757385253906, -2.0305166244506836, -2.0956430435180664, -3.3666677474975586 ], "p_value": 0.0081, "mde": 0.6897071822966465, "mde_rel_pct": 6.3586225478849485, "verdict": "idea better (significant)", "system_worked": true }, "track_choice": "tabular: the idea is an optimizer/black-box hyperparameter infill method; no architecture or sequence/control structure is required.", "shared_lr_union": [ 0.001, 0.002, 0.003, 0.005, 0.008 ], "epochs": 12, "n_train": 800, "mechanism_signature": { "pilot_validation_mean": 7.560150101780891, "gn_predicted_validation_mean": 8.995661415256667, "gn_observed_validation_mean": 8.700061082839966, "absolute_prediction_error": 0.5079499775828902, "condition_estimate": 1.0, "confirmed": true }, "math_check": { "exact_linear_jacobian_relative_error": 0.8606629657653821 } }, "how_to_run": "/home/maxwelhelp/main/bin/python3 bench_experiment.py", "files": [ "bench_experiment.py", "bench_report.json" ], "limitations": "The experiment used the tabular track only, with a small 800-sample training subset, 300 test samples, mlp_tiny, and 12 epochs. The baseline did not receive an explicitly matched number of pilot/candidate evaluations, so the observed advantage may include extra evaluation budget. No vision, sequence, dynamics, wall-clock, ablation, or broader ill-conditioning study was run. The auxiliary exact-linear check should be corrected before treating the mathematical verification as valid.", "system_verdict": "worked", "practical_verdict": "helps", "mechanism_ok": 1, "system_judged": true }