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

Problem Status Error; Problem Status Suboptimal #1

Open
UserQuestions opened this issue Mar 20, 2018 · 0 comments
Open

Problem Status Error; Problem Status Suboptimal #1

UserQuestions opened this issue Mar 20, 2018 · 0 comments

Comments

@UserQuestions
Copy link

I am using this package to estimate a lasso that is a polynomial of x1 and x2 but is constrained to be monotone in both x1 and x2. Even for a simple second-order polynomial (y=b_0 + b_1 x_1 + b_2 x_2 + b_3 x_1 x_2 + b_4 x_1^2 + b_5 x_2^2), I consistently get "Problem status Error; solution may be inaccurate" and "Problem status Suboptimal; solution may be inaccurate." Is this intended? I would have expected the algorithms to perform well on such a simple problem. The output shapes of the given solution do appear monotone and appear to have reasonable shape, but I want to know if there is more I can do to ensure that I am finding the best solution. Thank you!

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

1 participant