Package: kofnGA 1.3
Mark A. Wolters
kofnGA: A Genetic Algorithm for Fixed-Size Subset Selection
Provides a function that uses a genetic algorithm to search for a subset of size k from the integers 1:n, such that a user-supplied objective function is minimized at that subset. The selection step is done by tournament selection based on ranks, and elitism may be used to retain a portion of the best solutions from one generation to the next. Population objective function values may optionally be evaluated in parallel.
Authors:
kofnGA_1.3.tar.gz
kofnGA_1.3.tar.gz(r-4.5-noble)kofnGA_1.3.tar.gz(r-4.4-noble)
kofnGA_1.3.tgz(r-4.4-emscripten)kofnGA_1.3.tgz(r-4.3-emscripten)
kofnGA.pdf |kofnGA.html✨
kofnGA/json (API)
# Install 'kofnGA' in R: |
install.packages('kofnGA', repos = c('https://cran.r-universe.dev', 'https://cloud.r-project.org')) |
This package does not link to any Github/Gitlab/R-forge repository. No issue tracker or development information is available.
Last updated 6 years agofrom:c18ec5e600. Checks:OK: 2. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 21 2024 |
R-4.5-linux | OK | Nov 21 2024 |
Exports:kofnGA
Dependencies:BHbigmemorybigmemory.sriRcppuuid
Readme and manuals
Help Manual
Help page | Topics |
---|---|
kofnGA: A genetic algorithm for selection of fixed-size subsets. | kofnGA-package |
Search for the best subset of size k from n choices. | kofnGA |
Plot method for the GAsearch class output by 'kofnGA'. | plot.GAsearch |
Print method for the GAsearch class output by 'kofnGA'. | print.GAsearch |
Print method for the summary.GAsearch class used in 'kofnGA'. | print.summary.GAsearch |
Summary method for the GAsearch class output by 'kofnGA'. | summary.GAsearch |