{ "idea": "Adaptive Ballistic-to-Diffusive Propagation Schedule", "prediction_checks": [ { "prediction": "gamma=0 gives ballistic MSD proportional to t^2", "predicted": "exponent 2.0", "observed": 1.9999999999974571, "status": "confirmed" }, { "prediction": "strong dephasing gives MSD slope 4 J^2/gamma", "predicted": {"gamma=0.5": 8.0, "gamma=1": 4.0, "gamma=2": 2.0, "gamma=4": 1.0, "gamma=8": 0.5, "gamma=16": 0.25}, "observed": {"gamma=0.5": 7.7801, "gamma=1": 3.9960, "gamma=2": 2.0000, "gamma=4": 1.0000, "gamma=8": 0.5000, "gamma=16": 0.2500}, "status": "confirmed; relative errors 2.7%, 0.1%, and below 0.001% for gamma>=2" }, { "prediction": "dephasing suppresses coherent/high-frequency structure", "predicted": "correlation and high-frequency proxy decrease with gamma", "observed": "final correlation 0.2802 at gamma=0.5, 0.0810 at gamma=4, 0.0410 at gamma=16; high-frequency proxy is 4.76e-5 at gamma=0.5 and 8.08e-11 at gamma=4", "status": "confirmed qualitatively" }, { "prediction": "crossover near gamma approximately 4J", "predicted": 4.0, "observed": "gamma=2 already has exponent 1.10 and gamma=4 has exponent 1.05; practical crossover is broad rather than sharp", "status": "partially confirmed, not a sharp switch" } ], "neural_comparison": { "fixed_ballistic": {"loss": 0.09199984, "accuracy": 0.97265625}, "fixed_diffusive": {"loss": 0.09874058, "accuracy": 0.96875}, "adaptive": {"loss": 0.09449144, "accuracy": 0.970703125, "initial_gamma": 0.5, "final_gamma": 1.65498, "maximum_gamma": 23.1394} }, "notes": "The controller uses detached neighboring correlation and clips gamma to [0.02,16] in the neural model; the toy controller used [0.02,32]." }