mcga-package: Machine Coded Genetic Algorithms for the Real Value Optimization Problems.
Description
mcga package uses machine coded chromosomes for real value optimization problems.
Chromosomes are not encoded/decoded, the byte representation of the double values are used for crossing-over and mutation operations.
This makes mcga extremely fast even the number of parameters is high.
Values of the parameters are bounded with the machine double type.Details
ll{
Package: mcga
Type: Package
Version: 1.0
Date: 2010-12-13
License: GPL
LazyLoad: yes
}