Last data update: 2014.03.03
|
GA
Package: GA
Version: 3.0.2
Date: 2016-06-07
Title: Genetic Algorithms
Description: 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.
Authors@R: c(person("Luca", "Scrucca", role = c("aut", "cre"),
email = "luca.scrucca@unipg.it"))
Depends: R (>= 3.0), methods, foreach, iterators
Imports: stats, graphics, grDevices, utils
Suggests: parallel, doParallel, doRNG (>= 1.6), knitr (>= 1.8)
License: GPL (>= 2)
ByteCompile: true
LazyLoad: yes
VignetteBuilder: knitr
URL: https://github.com/luca-scr/GA
Repository: CRAN
NeedsCompilation: no
Packaged: 2016-06-07 07:42:26 UTC; luca
Author: Luca Scrucca [aut, cre]
Maintainer: Luca Scrucca <luca.scrucca@unipg.it>
Date/Publication: 2016-06-07 13:54:06
Install log
* installing to library '/home/ddbj/local/lib64/R/library'
* installing *source* package 'GA' ...
** package 'GA' successfully unpacked and MD5 sums checked
** R
** inst
** byte-compile and prepare package for lazy loading
Creating a generic function for 'print' from package 'base' in package 'GA'
Creating a generic function for 'summary' from package 'base' in package 'GA'
Creating a generic function for 'plot' from package 'graphics' in package 'GA'
** help
*** installing help indices
converting help for package 'GA'
finding HTML links ... done
GA-internal html
GA-package html
binary2decimal html
binary2gray html
ga-class html
ga html
gaControl html
gaMonitor html
gaSummary html
ga_Crossover html
ga_Mutation html
ga_Population html
ga_Selection html
ga_pmutation html
gaisl-class html
gaisl html
numericOrNA-class html
palettes html
parNames-methods html
persp3D html
plot.ga-method html
plot.gaisl-method html
summary.ga-method html
summary.gaisl-method html
** building package indices
** installing vignettes
** testing if installed package can be loaded
* DONE (GA)
Making 'packages.html' ... done
|