differential-privacy-library icon indicating copy to clipboard operation
differential-privacy-library copied to clipboard

Budget accounting for parallel composition

Open naoise-h opened this issue 4 years ago • 0 comments

The BudgetAccountant class that is being introduced in the upcoming v0.3.0 currently only supports sequential composition. If we want to be able to use BudgetAccountant to track budget spend on the mechanism level (where the differential privacy operations actually take place), then we need to be able to support parallel composition (whereby the budget is determined as a max of the spent budgets, rather than the sum).

naoise-h avatar Jun 02 '20 13:06 naoise-h