xegaDfGeneMapIdentity | R Documentation |
xegaDfGeneMapIdentity()
maps the real parameter vector
to an identical vector.
xegaDfGeneMapIdentity(gene, penv)
gene |
Real-coded gene (the genotype). |
penv |
Problem environment. |
A gene is a list with
$evaluated
: Boolean. TRUE if the fitness is known.
$fit
: The fitness of the genotype of
$gene1
.
$gene1
: A real parameter vector (the genotopye).
Decoded gene (the phenotype).
Other Decoder:
xegaDfDecodeGene()
gene<-xegaDfInitGene(lFxegaDfGene)
xegaDfGeneMapIdentity(gene$gene1, lFxegaDfGene$penv)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.