mblondel / smooth-ot

Python implementation of smooth optimal transport.
BSD 2-Clause "Simplified" License
54 stars 13 forks source link

group lasso regularisation #1

Open bunnech opened 5 years ago

bunnech commented 5 years ago

Will the implementation for OT with group lasso regularisation be available in future?

mblondel commented 5 years ago

I added a preliminary implementation in ff6108566c5f46deb0760f682b1bbae7ec93b3a6. It's not vectorized so probably very slow and it's not much tested yet.