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
in the paper, Best Subset Selection via a Modern Optimization Lens, it mentioned that adding additional bounds on the coefficients leads to improved performance of the MIO in Equation (9).
In the code file (master/bestsubset/R/bs.R) it shows the bound on the beta is calculated by this:
bigm = 2*max(abs(best.beta))
where best.beta is from the projected gradient method. But I felt that this is not exactly the same to the description in the Section 2.3.1 in the paper,
The text was updated successfully, but these errors were encountered:
vtshen
changed the title
The argument time.limit in the function bs is equal to 1800?
The default value of the argument time.limit in the function bs is equal to 1800?
Sep 3, 2018
vtshen
changed the title
The default value of the argument time.limit in the function bs is equal to 1800?
Calculation of bounds on the coefficients in the MIO method
Oct 11, 2018
in the paper, Best Subset Selection via a Modern Optimization Lens, it mentioned that adding additional bounds on the coefficients leads to improved performance of the MIO in Equation (9).
In the code file (master/bestsubset/R/bs.R) it shows the bound on the beta is calculated by this:
where best.beta is from the projected gradient method. But I felt that this is not exactly the same to the description in the Section 2.3.1 in the paper,
The text was updated successfully, but these errors were encountered: