Package: gena
Type: Package
Title: Genetic Algorithm and Particle Swarm Optimization
Version: 1.0.0
Date: 2022-08-08
Authors@R: c(person("Bogdan", "Potanin", email = "bogdanpotanin@gmail.com", role = c("aut", "cre", "ctb")))
Description: Implements genetic algorithm and particle swarm algorithm for real-valued functions. Various modifications (including hybridization and elitism) of these algorithms are provided. Implemented functions are based on ideas described in S. Katoch, S. Chauhan, V. Kumar (2020) <doi:10.1007/s11042-020-10139-6> and M. Clerc (2012) <https://hal.archives-ouvertes.fr/hal-00764996>.
Imports: Rcpp (>= 1.0.6)
LinkingTo: Rcpp, RcppArmadillo
License: GPL (>= 2)
RoxygenNote: 7.2.1
NeedsCompilation: yes
Packaged: 2022-08-12 14:38:07 UTC; bogda
Author: Bogdan Potanin [aut, cre, ctb]
Maintainer: Bogdan Potanin <bogdanpotanin@gmail.com>
Repository: CRAN
Date/Publication: 2022-08-15 08:20:02 UTC
Built: R 4.5.1; aarch64-apple-darwin20.6.0; 2025-09-07 13:21:37 UTC; unix
