GA: Genetic Algorithms
Flexible general-purpose toolbox implementing genetic algorithms (GAs) for stochastic optimisation. Binary, real-valued, and permutation representations are available to optimize a fitness function, i.e. a function provided by users depending on their objective function. Several genetic operators are available and can be combined to explore the best settings for the current task. Furthermore, users can define new genetic operators and easily evaluate their performances. Local search using general-purpose optimisation algorithms can be applied stochastically to exploit interesting regions. GAs can be run sequentially or in parallel, using an explicit master-slave parallelisation or a coarse-grain islands approach.
Version: |
3.2.2 |
Depends: |
R (≥ 3.4), methods, foreach, iterators |
Imports: |
stats, graphics, grDevices, utils, cli, crayon, Rcpp |
LinkingTo: |
Rcpp, RcppArmadillo |
Suggests: |
parallel, doParallel, doRNG (≥ 1.6), knitr (≥ 1.8), rmarkdown (≥ 2.0) |
Published: |
2021-10-15 |
Author: |
Luca Scrucca
[aut, cre] |
Maintainer: |
Luca Scrucca <luca.scrucca at unipg.it> |
BugReports: |
https://github.com/luca-scr/GA/issues |
License: |
GPL-2 | GPL-3 [expanded from: GPL (≥ 2)] |
URL: |
https://luca-scr.github.io/GA/ |
NeedsCompilation: |
yes |
Citation: |
GA citation info |
Materials: |
README NEWS |
In views: |
Optimization |
CRAN checks: |
GA results |
Documentation:
Downloads:
Reverse dependencies:
Reverse depends: |
foreSIGHT, GAabbreviate, gawdis, GWAS.BAYES, mcga, recmap, SPIGA |
Reverse imports: |
ConsReg, datafsm, DistributionOptimization, dynplot, eicm, epinetr, EZtune, feamiR, FSinR, garma, gratis, gripp, IDSL.UFA, inlmisc, Jaya, kernhaz, LCAvarsel, MaxMC, metacoder, ppgmmga, psychonetrics, RMaCzek, TropFishR |
Reverse suggests: |
hpa, ldsr, MSCMT, PopED, regsem, seriation, TaxicabCA, tdsc, ubiquity |
Linking:
Please use the canonical form
https://CRAN.R-project.org/package=GA
to link to this page.