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.7-any)kofnGA_1.3.tar.gz(r-4.6-any)
kofnGA_1.3.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
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 from:c18ec5e600. Checks:4 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | OK | 118 | ||
| source / vignettes | OK | 158 | ||
| linux-release-x86_64 | OK | 120 | ||
| wasm-release | OK | 114 |
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 |