Other packages > Find by keyword >

mcga  

Machine Coded Genetic Algorithms for Real-Valued Optimization Problems
View on CRAN: Click here


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

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

Install by package version:
library("remotes")
install_version("mcga", "3.0.7")



Attach the package and use:
library("mcga")
Maintained by
Mehmet Hakan Satman
[Scholar Profile | Author Map]
First Published: 2010-12-13
Latest Update: 2023-08-20
Description:
Machine coded genetic algorithm (MCGA) is a fast tool for real-valued optimization problems. It uses the byte representation of variables rather than real-values. It performs the classical crossover operations (uniform) on these byte representations. Mutation operator is also similar to classical mutation operator, which is to say, it changes a randomly selected byte value of a chromosome by +1 or -1 with probability 1/2. In MCGAs there is no need for encoding-decoding process and the classical operators are directly applicable on real-values. It is fast and can handle a wide range of a search space with high precision. Using a 256-unary alphabet is the main disadvantage of this algorithm but a moderate size population is convenient for many problems. Package also includes multi_mcga function for multi objective optimization problems. This function sorts the chromosomes using their ranks calculated from the non-dominated sorting algorithm.
How to cite:
Mehmet Hakan Satman (2010). mcga: Machine Coded Genetic Algorithms for Real-Valued Optimization Problems. R package version 3.0.7, https://cran.r-project.org/web/packages/mcga. Accessed 14 Mar. 2025.
Previous versions and publish date:
1.0 (2010-12-13 15:13), 1.1 (2010-12-23 12:28), 1.2.1 (2011-01-11 20:06), 1.2 (2011-01-11 12:28), 2.0.1 (2011-06-25 20:49), 2.0.2 (2011-10-17 20:41), 2.0.3 (2012-01-06 21:56), 2.0.4 (2012-01-06 22:02), 2.0.5 (2012-01-09 07:04), 2.0.6 (2012-10-31 10:31), 2.0.7 (2013-04-04 20:58), 2.0.9 (2014-03-25 12:23), 2.0 (2011-06-21 15:03), 3.0.1 (2016-05-12 16:24), 3.0.3 (2018-05-13 22:30), 3.0.6 (2023-08-20 13:12), 3.0 (2016-03-25 00:05)
Other packages that cited mcga R package
View mcga citation profile
Other R packages that mcga depends, imports, suggests or enhances
Complete documentation for mcga
Downloads during the last 30 days
02/1202/1302/1402/1502/1602/1702/1802/1902/2002/2102/2202/2302/2402/2502/2602/2702/2803/0103/0203/0303/0403/0503/0603/0703/0803/0903/1003/1103/1203/13Downloads for mcga051015202530354045505560TrendBars

Today's Hot Picks in Authors and Packages

nextGenShinyApps  
Craft Exceptional 'R Shiny' Applications and Dashboards with Novel Responsive Tools
Nove responsive tools for designing and developing 'Shiny' dashboards and applications. The scripts ...
Download / Learn more Package Citations See dependency  
HandTill2001  
Multiple Class Area under ROC Curve
An S4 implementation of Eq. (3) and Eq. (7) by David J. Hand and Robert J. Till (2001) ...
Download / Learn more Package Citations See dependency  
repello  
Reports from Trello in R
Creates reports from Trello, a collaborative, project organization and list-making application. ...
Download / Learn more Package Citations See dependency  
rainbow  
Bagplots, Boxplots and Rainbow Plots for Functional Data
Visualizing functional data and identifying functional outliers. ...
Download / Learn more Package Citations See dependency  
fhircrackr  
Handling HL7 FHIR® Resources in R
Useful tools for conveniently downloading FHIR resources in xml format and converting them to R dat ...
Download / Learn more Package Citations See dependency  
waveband  
Computes Credible Intervals for Bayesian Wavelet Shrinkage
Computes Bayesian wavelet shrinkage credible intervals for nonparametric regression. The method us ...
Download / Learn more Package Citations See dependency  

23,842

R Packages

207,311

Dependencies

64,420

Author Associations

23,781

Publication Badges

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