<?xml version="1.0" encoding="UTF-8"?>
<oai_dc:dc xmlns:oai_dc="http://www.openarchives.org/OAI/2.0/oai_dc/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.openarchives.org/OAI/2.0/oai_dc/ http://www.openarchives.org/OAI/2.0/oai_dc.xsd">
  <dc:title>Machine Coded Genetic Algorithms for Real-Valued Optimization
Problems</dc:title>
  <dc:title>R package mcga version 3.0.9</dc:title>
  <dc:subject>CRAN Task View: Optimization (https://CRAN.R-project.org/view=Optimization)</dc:subject>
  <dc: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.</dc:description>
  <dc:type>Software</dc:type>
  <dc:relation>Depends: GA</dc:relation>
  <dc:relation>Imports: Rcpp (&gt;= 0.11.4)</dc:relation>
  <dc:relation>LinkingTo: Rcpp</dc:relation>
  <dc:creator>Mehmet Hakan Satman &lt;mhsatman@istanbul.edu.tr&gt;</dc:creator>
  <dc:publisher>Comprehensive R Archive Network (CRAN)</dc:publisher>
  <dc:contributor>Mehmet Hakan Satman [aut, cre]</dc:contributor>
  <dc:rights>GPL (&gt;= 2)</dc:rights>
  <dc:date>2025-12-10</dc:date>
  <dc:format>application/tgz</dc:format>
  <dc:identifier>https://CRAN.R-project.org/package=mcga</dc:identifier>
  <dc:identifier>doi:10.32614/CRAN.package.mcga</dc:identifier>
</oai_dc:dc>
