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]
All associated links for this package
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 21 Nov. 2024.
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
Get rewarded with contribution points by helping add
Reviews / comments / questions /suggestions ↴↴↴

Today's Hot Picks in Authors and Packages

deductive  
Data Correction and Imputation Using Deductive Methods
Attempt to repair inconsistencies and missing values in data records by using information from vali ...
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  
RcppHNSW  
'Rcpp' Bindings for 'hnswlib', a Library for Approximate Nearest Neighbors
'Hnswlib' is a C++ library for Approximate Nearest Neighbors. This package provides a minimal R int ...
Download / Learn more Package Citations See dependency  
kgschart  
KGS Rank Graph Parser
Restore underlining numeric data from rating history graph of KGS (an online platform of the game o ...
Download / Learn more Package Citations See dependency  
pkgdepends  
Package Dependency Resolution and Downloads
Find recursive dependencies of 'R' packages from various sources. Solve the dependencies to obtain ...
Download / Learn more Package Citations See dependency  
crossrun  
Joint Distribution of Number of Crossings and Longest Run
Joint distribution of number of crossings and the longest run in a series of independent Bernoulli ...
Download / Learn more Package Citations See dependency  

23,229

R Packages

199,929

Dependencies

62,984

Author Associations

23,230

Publication Badges

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