guilgautier / DPPy

Python toolbox for sampling Determinantal Point Processes
https://dppy.readthedocs.io
MIT License
219 stars 52 forks source link

Dppvfx dev (continued) #53

Closed danielecc closed 4 years ago

danielecc commented 4 years ago

Continuing the implementation of the associated paper at NeurIPS '19 on very fast and exact DPP sampling with intermediate sampling and Nystrom approximation.

Finished docstrings, now only full docs are missing.

Main important change is a tweak in sample_exact APIs to match those of sample_mcmc (i.e. taking extra arguments), and rebasing of concurrent commits on main branch.