mirror of
https://github.com/allaunthefox/Research-Stack.git
synced 2026-07-31 03:05:21 +00:00
- 24/24 processed, 0 errors (12 verified, 12 failed) - Average 2.0 steps per proof (max 5 steps) - 11 tactic families detected - Verified proofs: avg gap=2.50 vs Failed: avg gap=1.50 - proof_traces/*.trace.json + *.decomp.json stored per theorem
84 lines
No EOL
1.6 KiB
JSON
84 lines
No EOL
1.6 KiB
JSON
{
|
|
"trace_summary": {
|
|
"theorem_name": "rw_then_omega",
|
|
"status": "failed",
|
|
"n_steps": 2,
|
|
"n_unique_goal_states": 1,
|
|
"n_flexure_joints": 2
|
|
},
|
|
"spectral": {
|
|
"n_states": 1,
|
|
"eigenvalue_max": 2.0,
|
|
"spectral_gap": 2.0,
|
|
"laplacian_eigenvalue_max": 2.0,
|
|
"rank_estimate": 1,
|
|
"zero_rows": 0,
|
|
"frobenius_norm": 2.0,
|
|
"trace": 2,
|
|
"density": 2.0
|
|
},
|
|
"feature_vector": [
|
|
2,
|
|
1,
|
|
2.0,
|
|
2.0,
|
|
0,
|
|
1,
|
|
0.0,
|
|
0.0,
|
|
0.0,
|
|
1.0,
|
|
0.5,
|
|
2137
|
|
],
|
|
"feature_names": [
|
|
"n_steps",
|
|
"n_unique_goal_states",
|
|
"transition_density",
|
|
"spectral_gap",
|
|
"laplacian_zero_count",
|
|
"rank_estimate",
|
|
"avg_delta_goal_count",
|
|
"avg_delta_hypothesis",
|
|
"avg_delta_symbol",
|
|
"tactic_family_entropy",
|
|
"verified_ratio",
|
|
"total_elapsed"
|
|
],
|
|
"tactic_family_distribution": {
|
|
"rewrite": 1,
|
|
"arithmetic": 1
|
|
},
|
|
"delta_stats": {
|
|
"avg_goal_delta": 0.0,
|
|
"avg_hypothesis_delta": 0.0,
|
|
"avg_symbol_delta": 0.0,
|
|
"max_delta_score": 0
|
|
},
|
|
"flexure_joints": [
|
|
{
|
|
"step": 0,
|
|
"tactic": "rw [h]",
|
|
"tactic_family": "rewrite",
|
|
"delta_score": 0,
|
|
"delta": {
|
|
"symbol_delta": 0,
|
|
"hypothesis_delta": 0,
|
|
"goal_count_delta": 0
|
|
},
|
|
"result": "success"
|
|
},
|
|
{
|
|
"step": 1,
|
|
"tactic": "omega",
|
|
"tactic_family": "arithmetic",
|
|
"delta_score": 0,
|
|
"delta": {
|
|
"symbol_delta": 0,
|
|
"hypothesis_delta": 0,
|
|
"goal_count_delta": 0
|
|
},
|
|
"result": "failure"
|
|
}
|
|
]
|
|
} |