You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed that the TICC_solver.py and the TICC.py in the paper_code folder have two different implementation of the optimization for the Graphical Lasso.
For TICC_solver.py you use a custom class called ADMMSolver and the process seems pretty straightforward whereas in the TICC.py you use a class called TGraphV which also uses the ADMMSolver but it's a much more complicated implementation and brings additional dependencies like cvxpy and snap
I was wondering if there is any major difference between the two or anything else the user should be aware of