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

Reproducible non-deterministic crash on a sparse problem #216

Open
uricohen opened this issue Apr 13, 2023 · 0 comments
Open

Reproducible non-deterministic crash on a sparse problem #216

uricohen opened this issue Apr 13, 2023 · 0 comments

Comments

@uricohen
Copy link

Thanks for your great package! It's a marvellous piece of engineering. I've tried using ~8 python quadratic solvers (through the common qpsolvers interface), and I find ecos the best of all of them in terms of precision. In my setting, I value the correctness of the results and favour reporting a failure rather than returning inaccurate results.

I can caused it to crash on my datasets when increasing the sparseness of the random patterns on which it is trained. This occurs non-deterministically when using patterns with f<1/16, i.e., only this fraction of the inputs is non-zero. Repeating the calculation several times, I consistently get a non-deterministic crash with a message asking me to email you.

The a minimal code reproducing the problem is attached.

standalone_ecos_problem_py.txt

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