loicland / cut-pursuit

C++ implementation for the cut pursuit algorithm, with Matlab interfaces
MIT License
76 stars 24 forks source link

Differences in the CutPursuit algorithm #33

Open jing-zhao9 opened 1 year ago

jing-zhao9 commented 1 year ago

Hello Professor! What is the difference between KL, Linear, L2 and SPG in your CutPursuit code?

loicland commented 1 year ago

These are the different fidelity functions.

Use KL (Kullback Leiber) or Linear when regularizing probabilities. Use L2 when regularizing real values.

jing-zhao9 commented 1 year ago

Thank you for the response, Professor! I want to look at this part of the cut-pursuit algorithm in more detail. How to debug this part of cut-pursuit?