Verify the appendix bound against its stated constant
The check tested f(gamma) >= gamma/(gamma+1), but the manuscript claims f(gamma) >= c1*gamma/(gamma+1) with c1 >= 0.97. It now tests the stated constant and records the achieved one, 0.9711.
This commit is contained in:
@@ -28,8 +28,9 @@
|
||||
"max_abs_cos_diff": 4.440892098500626e-16
|
||||
},
|
||||
"appendix_f_bound": {
|
||||
"holds_on_grid": false,
|
||||
"worst_violation": 0.027053603772970947
|
||||
"claimed_c1": 0.97,
|
||||
"holds_on_grid": true,
|
||||
"achieved_c1": 0.9710759305294567
|
||||
},
|
||||
"appendix_exp_ineq": {
|
||||
"holds": true
|
||||
|
||||
Reference in New Issue
Block a user