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

Support for sparse matrices #49

Closed ogencoglu closed 9 months ago

ogencoglu commented 9 months ago

Does pybads support sparse matrices such as scipy csr? And if so, does the optimization algorithm leverage that property somehow?

ogencoglu commented 9 months ago

Found my answer here: https://github.com/orgs/acerbilab/discussions/4#discussioncomment-6495548