# -------------------------------------------- # CITATION file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # -------------------------------------------- cff-version: 1.2.0 message: 'To cite package "L0Learn" in publications use:' type: software license: MIT title: 'L0Learn: Fast Algorithms for Best Subset Selection' version: 2.1.0 doi: 10.32614/CRAN.package.L0Learn abstract: Highly optimized toolkit for approximately solving L0-regularized learning problems (a.k.a. best subset selection). The algorithms are based on coordinate descent and local combinatorial search. For more details, check the paper by Hazimeh and Mazumder (2020) . authors: - family-names: Hazimeh given-names: Hussein email: husseinhaz@gmail.com - family-names: Mazumder given-names: Rahul email: rahulmaz@mit.edu - family-names: Nonet given-names: Tim email: tim.nonet@gmail.com repository: https://CRAN.R-project.org/package=L0Learn repository-code: https://github.com/hazimehh/L0Learn url: https://pubsonline.informs.org/doi/10.1287/opre.2019.1919 date-released: '2023-03-04' contact: - family-names: Hazimeh given-names: Hussein email: husseinhaz@gmail.com