convexfi / spectralGraphTopology

Structured Graph Learning via Laplacian Spectral Constraints (NeurIPS 2019)
https://CRAN.R-project.org/package=spectralGraphTopology
GNU General Public License v3.0
59 stars 17 forks source link

Error: cannot allocate vector of size #7

Open candyzyj123 opened 4 years ago

candyzyj123 commented 4 years ago

Problem description

I tested the data Lymph (number of nodes = 587) using learn_laplacian_gle_mm and got the error: Error: cannot allocate vector of size ...

Example

library(spectralGraphTopology)
learn_laplacian_gle_mm(S, A_mask = NULL, alpha = 0, maxiter = 20000, reltol = 1e-06, record_objective = TRUE, verbose = TRUE)

Environment:

mirca commented 4 years ago

@candyzyj123 thanks for reporting, will investigate at some point!