Other packages > Find by keyword >

GA  

Genetic Algorithms
View on CRAN: Click here


Download and install GA package within the R console
Install from CRAN:
install.packages("GA")

Install from Github:
library("remotes")
install_github("cran/GA")

Install by package version:
library("remotes")
install_version("GA", "3.2.4")



Attach the package and use:
library("GA")
Maintained by
Luca Scrucca
[Scholar Profile | Author Map]
First Published: 2012-06-22
Latest Update: 2022-10-18
Description:
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. For more details see Scrucca (2013) and Scrucca (2017) .
How to cite:
Luca Scrucca (2012). GA: Genetic Algorithms. R package version 3.2.4, https://cran.r-project.org/web/packages/GA. Accessed 07 Apr. 2025.
Previous versions and publish date:
1.0 (2012-06-22 12:37), 1.1 (2013-04-08 13:48), 2.0 (2013-08-20 15:23), 2.1 (2014-05-06 12:30), 2.2 (2014-10-15 13:20), 3.0.1 (2016-05-16 14:40), 3.0.2 (2016-06-07 13:54), 3.0 (2016-05-10 23:35), 3.1.1 (2018-05-11 15:13), 3.1 (2018-05-09 11:56), 3.2.1 (2021-04-21 08:00), 3.2.2 (2021-10-15 12:40), 3.2.3 (2022-10-19 01:38), 3.2 (2019-01-10 13:00)
Other packages that cited GA R package
View GA citation profile
Other R packages that GA depends, imports, suggests or enhances
Complete documentation for GA
Downloads during the last 30 days
03/0803/0903/1003/1103/1203/1303/1403/1503/1603/1703/1803/1903/2003/2103/2203/2303/2403/2503/2603/2703/2803/2903/3003/3104/0104/0204/0304/0404/0504/06Downloads for GA100150200250300350400TrendBars

Today's Hot Picks in Authors and Packages

letsR  
Data Handling and Analysis in Macroecology
Handling, processing, and analyzing geographic data on species' distributions and environmental var ...
Download / Learn more Package Citations See dependency  
nutriNetwork  
Structure Learning with Copula Graphical Model
Statistical tool for learning the structure of direct associations among variables for continuous d ...
Download / Learn more Package Citations See dependency  
r2resize  
In-Text Resize for Images, Tables and Fancy Resize Containers in 'shiny', 'rmarkdown' and 'quarto' Documents
Automatic resizing toolbar for containers, images and tables. Various resizable or expandable contai ...
Download / Learn more Package Citations See dependency  
probout  
Unsupervised Multivariate Outlier Probabilities for Large Datasets
Estimates unsupervised outlier probabilities for multivariate numeric data with many observations fr ...
Download / Learn more Package Citations See dependency  
ASMap  
Linkage Map Construction using the MSTmap Algorithm
Functions for Accurate and Speedy linkage map construction, manipulation and diagnosis of Doubled Ha ...
Download / Learn more Package Citations See dependency  
MetaAnalyser  
An Interactive Visualisation of Meta-Analysis as a Physical Weighing Machine
An interactive application to visualise meta-analysis data as a physical weighing machine. The inte ...
Download / Learn more Package Citations See dependency  

24,012

R Packages

207,311

Dependencies

64,867

Author Associations

24,013

Publication Badges

© Copyright since 2022. All right reserved, rpkg.net.  Based in Cambridge, Massachusetts, USA