Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Budget accounting for parallel composition #21

Open
naoise-h opened this issue Jun 2, 2020 · 0 comments
Open

Budget accounting for parallel composition #21

naoise-h opened this issue Jun 2, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@naoise-h
Copy link
Member

naoise-h commented Jun 2, 2020

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).

@stefano81 stefano81 added the enhancement New feature or request label Jul 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants