Non-Contradiction / convexjlr

Disciplined Convex Programming in R using Convex.jl.
https://non-contradiction.github.io/convexjlr/
Apache License 2.0
14 stars 1 forks source link

Need to have settings for maximal iteration times for cvx_optim #1

Closed Non-Contradiction closed 6 years ago

Non-Contradiction commented 6 years ago

Some convex problems can't be solved to optimal by the default maximal iteration times in the convex problem solver (currently SCS), need to allow setting of maximal iteration times.

Non-Contradiction commented 6 years ago

This issue should have been fixed. Need to have some tests to check the fix.

Non-Contradiction commented 6 years ago

Close in favor of #3.