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

Improve antithetic sampling #439

Merged
merged 7 commits into from
Sep 30, 2023
Merged

Improve antithetic sampling #439

merged 7 commits into from
Sep 30, 2023

Conversation

mdbenito
Copy link
Collaborator

@mdbenito mdbenito commented Sep 22, 2023

Description

This PR closes fixes a bug in antithetic sampling and adds support for permutation antithetic sampling

Changes

  • When returning a complement set, do not add the index to the set since this results in no marginal being computed
  • Added AntitheticPermutationSampler

Checklist

  • Wrote Unit tests (if necessary)
  • Updated Documentation (if necessary)
  • Updated Changelog
  • If notebooks were added/changed, added boilerplate cells are tagged with "tags": ["hide"] or "tags": ["hide-input"]

@mdbenito mdbenito self-assigned this Sep 22, 2023
@mdbenito mdbenito added bug Something isn't working enhancement New feature or request labels Sep 22, 2023
@mdbenito mdbenito marked this pull request as ready for review September 22, 2023 20:51
@mdbenito mdbenito merged commit 23316c2 into develop Sep 30, 2023
12 checks passed
@mdbenito mdbenito deleted the feature/antithetic-sampling branch September 30, 2023 07:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants