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 = '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:3 OK. Indexed: yes.
Target | Result | Latest binary |
---|---|---|
Doc / Vignettes | OK | Mar 21 2025 |
R-4.5-linux | OK | Mar 21 2025 |
R-4.4-linux | OK | Mar 21 2025 |
Exports:kofnGA
Dependencies:BHbigmemorybigmemory.sriRcppuuid
Citation
To cite kofnGA in publications use:
Mark A. Wolters (2015). A Genetic Algorithm for Selection of Fixed-Size Subsets with Application to Design Problems. Journal of Statistical Software, 68(1), 1-18.<doi:10.18637/jss.v068.c01>
Corresponding BibTeX entry:
@Article{, title = {A Genetic Algorithm for Selection of Fixed-Size Subsets with Application to Design Problems}, author = {Mark A. Wolters}, journal = {Journal of Statistical Software, Code Snippets}, year = {2015}, volume = {68}, number = {1}, pages = {1--18}, doi = {10.18637/jss.v068.c01}, }
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 |