guilgautier / DPPy

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

Incorporate dpp vfx sampler and unify API for FiniteDPP samplers #54

Closed guilgautier closed 4 years ago

guilgautier commented 4 years ago

@danielecc provides a implementation of his intermediate vfx sampler for FiniteDPP This PR marks the end of the development phase of the sampler but we leave the branch open for future extensions.

We've also worked on the API, making sure each sampler (both exact and mcmc) returns a sample. Btw, this could also be used for BetaEnsemble and other DPP objects.

Now let's prepare the new DPPy version 0.2.1 or 0.3.0?