Skip to content

mcga

3.0.9

Machine Coded Genetic Algorithms for Real-Valued Optimization Problems

0packages depend
4Kdownloads / year
test coverage
13/13checks pass

Overview

About
Maintained by Mehmet Hakan SatmanFirst published 2010-12-1319 releasesCRAN page ↗

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.

Install

Health

CRAN checks
13OK
Slowest check: 2.2 min · r-oldrel-windows-x86_64
Code health
None
Tests · ratio 0.00
not tracked
Coverage
2
Dependencies · direct
Check history
  • OK2026-04-22
    14 OK · 0 NOTE · 0 WARNING · 0 ERROR · 0 FAILURE
  • ERROR2026-04-18
    13 OK · 0 NOTE · 0 WARNING · 1 ERROR · 0 FAILURE
  • OK2026-03-10
    14 OK · 0 NOTE · 0 WARNING · 0 ERROR · 0 FAILURE

Documentation

Documentation
READMENoVignettesNopkgdown siteNoNEWSNoCode of conductNoContributing guideNo
Examples that run
94%
Documented parameters
not tracked
Return-value docs
not tracked
References docs
31%

Downloads

4K
CRAN downloads in the past year
Rank #10,963 · ~11/day · ~337/mo
Daily download trend is not available in this view yet.
28230 days
94390 days
4K1 year
Compare downloads with other packages →
Also on426 r2u23 autocran75 c2d4u

Dependencies

Declared dependencies
3 external dependencies (excludes base and recommended)
Depends (1)
Imports (1)
LinkingTo (1)
Suggests (0)
none
Enhances (0)
none
Reverse dependencies
0direct
0indirect

Nothing depends on this yet.

Code & Tests

People & History

People (1)
Maintainer (1)
Author, Maintainer
Authors (1)
Author, Maintainer
Listed in earlier versions (1)
no longer listed · 3.0.9
Package Timeline

19 releases. Pick two to compare their code metrics. R releases are shown for context.

  • R
    R 4.6.0 released · 2026-04-24
  • 3.0.9Latest
    2025-12-10 · current release · diff ↗
  • R
    R 4.5.0 released · 2025-04-11
  • R
    R 4.4.0 released · 2024-04-24
  • 3.0.7
    2023-11-27 · diff ↗
  • 3.0.6
    2023-08-20 · diff ↗
  • R
    R 4.3.0 released · 2023-04-21
  • R
    R 4.2.0 released · 2022-04-22
  • R
    R 4.1.0 released · 2021-05-18
  • R
    R 4.0.0 released · 2020-04-24
  • R
    R 3.6.0 released · 2019-04-26
  • 3.0.3
    2018-05-13 · diff ↗
  • R
    R 3.5.0 released · 2018-04-23
  • R
    R 3.4.0 released · 2017-04-21
  • 3.0.1
    2016-05-12 · diff ↗
  • R
    R 3.3.0 released · 2016-05-03
Show 21 earlier events
  • 3.0
    2016-03-25 · diff ↗
  • R
    R 3.2.0 released · 2015-04-16
  • R
    R 3.1.0 released · 2014-04-10
  • 2.0.9
    2014-03-25 · diff ↗
  • 2.0.7
    2013-04-04 · diff ↗
  • R
    R 3.0.0 released · 2013-04-03
  • 2.0.6
    2012-10-31 · diff ↗
  • R
    R 2.15.0 released · 2012-03-30
  • 2.0.5
    2012-01-09 · diff ↗
  • 2.0.4
    2012-01-06 · diff ↗
  • 2.0.3
    2012-01-06 · diff ↗
  • R
    R 2.14.0 released · 2011-10-31
  • 2.0.2
    2011-10-17 · diff ↗
  • 2.0.1
    2011-06-25 · diff ↗
  • 2.0
    2011-06-21 · diff ↗
  • R
    R 2.13.0 released · 2011-04-13
  • 1.2.1
    2011-01-11 · diff ↗
  • 1.2
    2011-01-11 · diff ↗
  • 1.1
    2010-12-23 · diff ↗
  • 1.0
    2010-12-13
  • R
    R 2.12.0 released · 2010-10-15

Package metadata

First published
2010-12-13
Total releases
19 / 16 yrs
License
GPL (>= 2) OSI
Download size
24 KB
Installed size
not tracked yet
With dependencies
not tracked yet
Report a problem with this page →