Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Exponential cone convex programs fail to converge #5

Open
marcusps opened this issue Nov 6, 2016 · 2 comments
Open

Exponential cone convex programs fail to converge #5

marcusps opened this issue Nov 6, 2016 · 2 comments

Comments

@marcusps
Copy link
Collaborator

marcusps commented Nov 6, 2016

This prevents ML tomography from using a convex program formulation (thus the use of the iterative R \rho R algorithm) or the use of hedging. Moreover, SCS is the only solver I am aware of that can solve mixed semidefinite and exponential cone programs, and SCS is currently having issues even with pure SDP formulations of tomography.

Perhaps an alternative is to use projected gradient searches -- should be flexible enough to handle maximum likelihood, hedging, maximum entropy, etc.

@blakejohnson
Copy link
Collaborator

It shouldn't be related, but does the new support in Convex.jl for programs on complex variables make any difference?

@marcusps
Copy link
Collaborator Author

marcusps commented Nov 6, 2016

I haven't had a chance to look through that, but also wasn't entirely sure to what extent complex variables were supported. Last I looked it seemed not all atoms were supported, and not all convex programs were supported (I don't recall any mention of exponential cones).

It is worth a closer look, especially regarding the other issues with SCS.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants