You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
For some values of p, the geo_mean() function hangs, seemingly forever. In the example below, it has been using ~100% CPU for several minutes. When I press Ctrl-C to cancel, there is no stack trace.
Yes, I see this. I know the current geo_mean implementation is more involved than it needs to be as the comments in the source code (R/atoms.R) indicate. We need a cleaner implementation but a fix should be possible for now.
Describe the bug
For some values of
p
, thegeo_mean()
function hangs, seemingly forever. In the example below, it has been using ~100% CPU for several minutes. When I press Ctrl-C to cancel, there is no stack trace.To Reproduce
Expected behavior
I expected
geo_mean
to run identically in both cases.Version
CVXR 1.0-1
Session info
The text was updated successfully, but these errors were encountered: