Skip to content

Commit 7360386

Browse files
smaller changes in mu per step in line search
1 parent d487526 commit 7360386

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

selectiveInference/R/funs.fixed.R

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -270,8 +270,7 @@ fixedLasso.poly=
270270
### Functions borrowed and slightly modified from lasso_inference.R
271271

272272
## Approximates inverse covariance matrix theta
273-
InverseLinfty <- function(sigma, n, e, resol=1.5, mu=NULL, maxiter=50, threshold=1e-2, verbose = TRUE) {
274-
# InverseLinfty <- function(sigma, n, resol=1.5, mu=NULL, maxiter=50, threshold=1e-2, verbose = TRUE) {
273+
InverseLinfty <- function(sigma, n, e, resol=1.2, mu=NULL, maxiter=50, threshold=1e-2, verbose = TRUE) {
275274
isgiven <- 1;
276275
if (is.null(mu)){
277276
isgiven <- 0;

0 commit comments

Comments
 (0)