Skip to content

Quasi monte carlo implementation #34

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

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from
Draft

Conversation

chee-chyuan
Copy link
Collaborator

Implementation is based on #10

Findings:
QMC using the sobol crate doesnt produce results that are acceptable, ie:

res.reserve_price: 2512124725.0705104 (original computation)
reserve_price: 2588735962.6910796 (modified computation for zkvm)
reserve_price_sobol: 1533656185.7152283 (modified computation for zkvm using QMC)

as observed reserve_price_sobol differs too significantly to be usable

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant