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

Regarding the installation and implementation #4

Open
XiangyuYang-Opt opened this issue Nov 7, 2024 · 0 comments
Open

Regarding the installation and implementation #4

XiangyuYang-Opt opened this issue Nov 7, 2024 · 0 comments

Comments

@XiangyuYang-Opt
Copy link

I am encountering two issues:

  1. In the QUIC.C file, the convergence condition is written as if (subgrad*alpha >= l1normX*tol && (fabs((fX - fXprev)/fX) >= EPS)). Could you clarify why the condition uses subgrad*alpha >= l1normX*tol instead of simply subgrad >= tol?

  2. In the __init__.py file, the line py_quic.quic(mode, Sn, S, _L, pathLen, path, tol, msg, max_iter, X, W, opt, cputime, iters, dGap) on lines 123-124 throws an error about mismatched input arguments. Could you help diagnose this?

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