guilgautier / DPPy

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

Add $beta=0$ option to beta-ensembles #28

Closed rbardenet closed 5 years ago

rbardenet commented 5 years ago

It would be nice for illustration purposes to have beta=0. Right now it raises a value error.

guilgautier commented 5 years ago

Meaning N independent draws of the reference measure right @rbardenet ?

guilgautier commented 5 years ago

I've added the $\beta=0$ option for circular option and started for others in https://github.com/guilgautier/DPPy/commit/161ee1b3e5638e0d6cf2cf8e93219f092a104a91

guilgautier commented 5 years ago

Hi @rbardenet, I've added the $\beta=0$ option, you can see the results in the .md version of the Tuto_DPPy.ipynb. Please have a look and close the issue if it is satisfactory enough

guilgautier commented 5 years ago

@rbardenet are you ok with it?