merliseclyde / BAS

BAS R package https://merliseclyde.github.io/BAS/
https://merliseclyde.github.io/BAS/
GNU General Public License v3.0
41 stars 16 forks source link

Create option that searches models only to reduce memory #20

Open merliseclyde opened 6 years ago

merliseclyde commented 6 years ago

Add option that does not save all coefficients and standard errors (other?) to reduce memory usage when enumerating with option BAS. i.e enumeration with p=26 require 50+ GigaBytes ram; enumeration with p=21 requires about 2 GB.

merliseclyde commented 6 years ago

Can alternate storage for models via hash table also save space without compromising other computations? Spares storage?