Skip to content
New issue

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

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

Already on GitHub? # to your account

LOL, another intermittent infinite loop #8

Closed
erikerlandson opened this issue Jan 18, 2019 · 0 comments
Closed

LOL, another intermittent infinite loop #8

erikerlandson opened this issue Jan 18, 2019 · 0 comments

Comments

@erikerlandson
Copy link
Owner

PR #6 fixed a bunch of infinite looping cases but I still managed to trigger some. It turns out that the delta-x vector can go arbitrarily long without ever converging in magnitude. I suspect these behaviors are specific to the code path for equality constraints, where the dual solution space allows for more unintuitive behaviors. However I'm installing convergence checks for both code paths.

Checking for converging objective function seems to be fixing this, but I am going to add some more brute-force randomized testing to try and smoke these out. If it's the solution I think it subsumes the delta-x check, and if so I am going to remove that.

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

No branches or pull requests

1 participant