Package: Rmalschains 0.2-10

Christoph Bergmeir
Rmalschains: Continuous Optimization using Memetic Algorithms with Local Search Chains (MA-LS-Chains)
An implementation of an algorithm family for continuous optimization called memetic algorithms with local search chains (MA-LS-Chains), as proposed in Molina et al. (2010) <doi:10.1162/evco.2010.18.1.18102> and Molina et al. (2011) <doi:10.1007/s00500-010-0647-2>. Rmalschains is further discussed in Bergmeir et al. (2016) <doi:10.18637/jss.v075.i04>. Memetic algorithms are hybridizations of genetic algorithms with local search methods. They are especially suited for continuous optimization.
Authors:
Rmalschains_0.2-10.tar.gz
Rmalschains_0.2-10.tar.gz(r-4.5-noble)Rmalschains_0.2-10.tar.gz(r-4.4-noble)
Rmalschains_0.2-10.tgz(r-4.4-emscripten)Rmalschains_0.2-10.tgz(r-4.3-emscripten)
Rmalschains.pdf |Rmalschains.html✨
Rmalschains/json (API)
# Install 'Rmalschains' in R: |
install.packages('Rmalschains', 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 2 years agofrom:b648fb4fc7. Checks:3 OK. Indexed: yes.
Target | Result | Latest binary |
---|---|---|
Doc / Vignettes | OK | Mar 20 2025 |
R-4.5-linux-x86_64 | OK | Mar 20 2025 |
R-4.4-linux-x86_64 | OK | Mar 20 2025 |
Exports:malschainsmalschains.control
Dependencies:Rcpp
Citation
To cite Rmalschains in publications use:
Christoph Bergmeir, Daniel Molina, Jose M. Benitez (2016). Memetic Algorithms with Local Search Chains in R: The Rmalschains Package. Journal of Statistical Software, 75(4), 1-33.<doi:10.18637/jss.v075.i04>
Corresponding BibTeX entry:
@Article{, title = {Memetic Algorithms with Local Search Chains in {R}: The {Rmalschains} Package}, author = {Christoph Bergmeir and Daniel Molina and Jos\'e M. Ben\'itez}, journal = {Journal of Statistical Software}, year = {2016}, volume = {75}, number = {4}, pages = {1--33}, doi = {10.18637/jss.v075.i04}, }
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Getting started with the Rmalschains package | Rmalschains-package Rmalschains |
Perform optimization with the MA-LS-Chains algorithm | malschains |
Sets and initializes the main parameters of the algorithm | malschains.control |
Generic print function for malschains results | print.malschains |