Closed pcarbo closed 5 years ago
Here's an example to illustrate this:
library(mixsqp) set.seed(1) n <- 1000 m <- 3 w <- rep(1,n)/n L <- matrix(runif(n*m),n,m) out.mixsqp <- mixsqp(L,w,control = list(maxiter.activeset = 100))
See also Issue #17 for an example.
Here's an example to illustrate this:
See also Issue #17 for an example.