Learn R Programming

⚠️There's a newer version (3.0.7) of this package.Take me there.

mcga (version 1.0)

Machine Coded Genetic Algorithms for the Real Value Optimization Problems

Description

Machine Coded Genetic Algorithms (mcga) builds genetic algorithms with machine coded chromosomes for real value optimizitation problems. Chromosomes are not encoded/decoded, the byte representation of double values are used for the genetic operations such as crossing-over and mutation. Computers already decode and encode the variables using a finite set of alphabet. This makes mcga extremely fast even the number of parameters is high.

Copy Link

Version

Install

install.packages('mcga')

Monthly Downloads

267

Version

1.0

License

GPL

Maintainer

Mehmet Satman

Last Published

December 13th, 2010

Functions in mcga (1.0)

mcga-internal

Internal mcga objects
mcga-package

Machine Coded Genetic Algorithms for the Real Value Optimization Problems.
mcga

mcga