acerbilab / pybads

PyBADS: Bayesian Adaptive Direct Search optimization algorithm for model fitting in Python
https://acerbilab.github.io/pybads/
BSD 3-Clause "New" or "Revised" License
69 stars 2 forks source link

Additional citation on the quasi-Monte Carlo method #46

Closed jungtaekkim closed 1 year ago

jungtaekkim commented 1 year ago

You can cite this paper on the quasi-Monte Carlo method you used.

https://github.com/acerbilab/pybads/blob/1bee482a7b53526aa3acc177c10707c28490b7ea/pybads/init_functions/init_sobol.py#L2

GurjeetSinghSangra commented 1 year ago

Thank you, I just added the citation in the code.