diff --git a/mechanisms/jam.py b/mechanisms/jam.py index 9e7851e..777e17e 100644 --- a/mechanisms/jam.py +++ b/mechanisms/jam.py @@ -165,7 +165,7 @@ def run(self, data, pub_data, workload): rho_used = 0 marg_l2_sensitivity = np.sqrt(2.0) # L2 sensitivity for counts - score_sensitivity_exp_mech = 2.0 # L1 error sensitivity for scores + score_sensitivity_exp_mech = 4.0 # L1 error sensitivity for scores # --- Iterative Selection Loop --- t = 0