GA: Genetic Algorithms
An R package for optimisation using genetic algorithms. The package provides a flexible general-purpose set of tools for implementing genetic algorithms search in both the continuous and discrete case, whether constrained or not. Users can easily define their own objective function depending on the problem at hand. 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.0.2 |
Depends: |
R (≥ 3.0), methods, foreach, iterators |
Imports: |
stats, graphics, grDevices, utils |
Suggests: |
parallel, doParallel, doRNG (≥ 1.6), knitr (≥ 1.8) |
Published: |
2016-06-07 |
Author: |
Luca Scrucca [aut, cre] |
Maintainer: |
Luca Scrucca <luca.scrucca at unipg.it> |
License: |
GPL-2 | GPL-3 [expanded from: GPL (≥ 2)] |
URL: |
https://github.com/luca-scr/GA |
NeedsCompilation: |
no |
Citation: |
GA citation info |
Materials: |
README NEWS |
In views: |
Optimization |
CRAN checks: |
GA results |
Downloads:
Reverse dependencies:
Linking:
Please use the canonical form
https://CRAN.R-project.org/package=GA
to link to this page.