Package: GA
Type: Package
Version: 2.2
Date: 2014-10-15
Title: Genetic Algorithms
Description: An R package for optimization 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. GAs can be run sequentially or in parallel.
Author: Luca Scrucca <luca@stat.unipg.it>
Maintainer: Luca Scrucca <luca@stat.unipg.it>
Depends: R (>= 2.15), methods, foreach, iterators
Suggests: parallel, doParallel
License: GPL (>= 2)
ByteCompile: true
LazyLoad: yes
Packaged: 2014-10-15 10:23:54 UTC; luca
NeedsCompilation: no
Repository: CRAN
Date/Publication: 2014-10-15 13:20:01
Built: R 3.1.1; ; 2014-10-16 10:19:51 UTC; unix
