View source: R/sgXGeneMapFactory.R
| sgXGeneMapFactory | R Documentation |
The geneMap function depends on the gene representation and the algorithm selected.
sgXGeneMapFactory(algorithm = "sga", method = "Bin2Dec")
algorithm |
Algorithm. Available: "sga", "sgde", "sgperm", "sge", sgp". Default: "sga". |
method |
The GeneMap method. The choices depend on the
|
Methods available for the different algorithms are:
"sga": "Bin2Dec", "Gray2Dec", "Identity", "Permutation".
"sgde": "Identity".
"sgperm": "Identity". The gene map function is not used in the decoder.
"sgp": "Identity". The gene map function is not used in the decoder.
"sge": "Mod" or "Bucket".
"sgede": "Identity".
GeneMap function for the selected algorithm from the correct package.
Other Configuration:
sgXCrossoverFactory(),
sgXDecodeGeneFactory(),
sgXInitGeneFactory(),
sgXMutationFactory(),
sgXReplicationFactory()
sgXGeneMapFactory(algorithm="sga", method="Bin2Dec")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.