Skip to content

Regarding the installation and implementation #4

@ghost

Description

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions