Other packages > Find by keyword >

FLSSS  

Mining Rigs for Problems in the Subset Sum Family
View on CRAN: Click here


Download and install FLSSS package within the R console
Install from CRAN:
install.packages("FLSSS")

Install from Github:
library("remotes")
install_github("cran/FLSSS")

Install by package version:
library("remotes")
install_version("FLSSS", "9.1.8")



Attach the package and use:
library("FLSSS")
Maintained by
Charlie Wusuo Liu
[Scholar Profile | Author Map]
All associated links for this package
First Published: 2014-05-29
Latest Update: 2022-05-17
Description:
Specialized solvers for combinatorial optimization problems in the Subset Sum family. The solvers differ from the mainstream in the options of (i) restricting subset size, (ii) bounding subset elements, (iii) mining real-value multisets with predefined subset sum errors, (iv) finding one or more subsets in limited time. A novel algorithm for mining the one-dimensional Subset Sum induced algorithms for the multi-Subset Sum and the multidimensional Subset Sum. The multi-threaded framework for the latter offers exact algorithms to the multidimensional Knapsack and the Generalized Assignment problems. Historical updates include (a) renewed implementation of the multi-Subset Sum, multidimensional Knapsack and Generalized Assignment solvers; (b) availability of bounding solution space in the multidimensional Subset Sum; (c) fundamental data structure and architectural changes for enhanced cache locality and better chance of SIMD vectorization; (d) option of mapping floating-point instance to compressed 64-bit integer instance with user-controlled precision loss, which could yield substantial speedup due to the dimension reduction and efficient compressed integer arithmetic via bit-manipulations; (e) distributed computing infrastructure for multidimensional subset sum; (f) arbitrary-precision zero-margin-of-error multidimensional Subset Sum accelerated by a simplified Bloom filter. The package contains a copy of xxHash from . Package vignette () detailed a few historical updates. Functions prefixed with 'aux' (auxiliary) are independent implementations of published algorithms for solving optimization problems less relevant to Subset Sum.
How to cite:
Charlie Wusuo Liu (2014). FLSSS: Mining Rigs for Problems in the Subset Sum Family. R package version 9.1.8, https://cran.r-project.org/web/packages/FLSSS. Accessed 22 Dec. 2024.
Previous versions and publish date:
1.0 (2014-05-29 10:15), 2.0.1 (2014-10-01 07:11), 2.0 (2014-09-29 15:18), 3.0 (2014-10-22 23:16), 3.1 (2014-11-16 08:49), 5.0.1 (2016-04-20 08:53), 5.1 (2016-12-13 19:52), 5.2 (2016-12-14 08:13), 7.5 (2018-08-26 08:54), 7.6 (2018-08-28 16:04), 7.7 (2018-11-22 18:20), 8.3 (2019-01-08 09:50), 8.5.2 (2019-01-11 13:20), 8.5.5 (2019-07-10 10:20), 8.5.6 (2019-10-28 17:30), 8.6.6 (2020-09-21 18:00), 9.0.5 (2022-04-22 23:50), 9.1.1 (2022-05-17 11:10), 9.1.3 (2024-02-23 22:40)
Other packages that cited FLSSS R package
View FLSSS citation profile
Other R packages that FLSSS depends, imports, suggests or enhances
Complete documentation for FLSSS
Downloads during the last 30 days
Get rewarded with contribution points by helping add
Reviews / comments / questions /suggestions ↴↴↴

Today's Hot Picks in Authors and Packages

quickcode  
Quick and Essential 'R' Tricks for Better Scripts
The NOT functions, 'R' tricks and a compilation of some simple quick plus often used 'R' codes to im ...
Download / Learn more Package Citations See dependency  
wordspace  
Distributional Semantic Models in R
An interactive laboratory for research on distributional semantic models ('DSM', see < ...
Download / Learn more Package Citations See dependency  
elect  
Estimation of Life Expectancies Using Multi-State Models
Functions to compute state-specific and marginal life expectancies. The computation is based on a fi ...
Download / Learn more Package Citations See dependency  
tropAlgebra  
Tropical Algebraic Functions
It includes functions like tropical addition, tropical multiplication for vectors and matrices. In t ...
Download / Learn more Package Citations See dependency  
LOGANTree  
Tree-Based Models for the Analysis of Log Files from Computer-Based Assessments
Enables researchers to model log-file data from computer-based assessments using machine-learning te ...
Download / Learn more Package Citations See dependency  
Maintainer: Qi Qin (view profile)
dmlalg  
Double Machine Learning Algorithms
Implementation of double machine learning (DML) algorithms in R, based on Emmenegger and Buehlmann ...
Download / Learn more Package Citations See dependency  

23,394

R Packages

201,798

Dependencies

63,416

Author Associations

23,395

Publication Badges

© Copyright 2022 - present. All right reserved, rpkg.net.  Based in Cambridge, Massachusetts, USA