Last data update: 2014.03.03

Data Source

R Release (3.2.3)
CranContrib
BioConductor
All

Data Type

Packages
Functions
Images
Data set

Classification

Results 1 - 1 of 1 found.
[1] < 1 > [1]  Sort:

GA : Genetic Algorithms

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

● Data Source: CranContrib
● Cran Task View: Optimization
12 images, 24 functions, 0 datasets
Reverse Depends: 4