We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
sparse-ho/sparse_ho/ho.py
Line 87 in 527316d
In this line the tol variable is referenced as a criterion to stop the inner solver, though it is also used later on line 204:
tol
Line 204 in 527316d
tol_ls
tol_inner_opt
The text was updated successfully, but these errors were encountered:
No branches or pull requests
sparse-ho/sparse_ho/ho.py
Line 87 in 527316d
In this line the
tol
variable is referenced as a criterion to stop the inner solver, though it is also used later on line 204:sparse-ho/sparse_ho/ho.py
Line 204 in 527316d
as a way to stop the line search. Both quantities are different, and may be introducing:
tol_ls
andtol_inner_opt
would be useful.WDYT?
The text was updated successfully, but these errors were encountered: