Module for the SAMS branch-and-bound code.
Functions
sparsify(models, nterms)
sparsify
Makes a certain collection of models sparse using a boolean mask for the model terms.
Classes
SamsBnB(model_size, models, nterms[, mode, ...])
SamsBnB
Runs the BnB algorithm for SAMS automated model selection.