-
Notifications
You must be signed in to change notification settings - Fork 325
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
PC sampler mismatched? #50
Comments
I have the same question after reviewing these lines of code. @NguyenHai7120 Have you figured it out? |
Is it because after the prior sampling, you need to run a corrector first? |
Same question here. I guess it makes somewhat sense to use the corrector on the prior sampling. But even then the corrector is never applied to the final sample? |
For anybody interested, there is an answer to this question in the DiffCSP repository: jiaor17/DiffCSP#7 (comment) |
Hello, thanks for your interesting work!
I have a question about your implementation of PC sampler:
Why you start by correcter instead of predictor as in Alg 1. of your original paper? Is there any reason?
Thank you very much!
The text was updated successfully, but these errors were encountered: