View source: R/sgXMutationFactory.R
| sgXMutationFactory | R Documentation |
sgXMutationFactory() selects
the algorithm-specific mutation factory and
the method in this factory.
sgXMutationFactory(algorithm = "sga", method = "MutateGene")
algorithm |
Algorithm. Available: "sga", "sgde", "sgperm", "sge", sgp". Default: "sga". |
method |
Method. Available methods are package-dependent. |
The available methods for each factory are:
"sga": "MutateGene", "IVM".
"sge": "MutateGene", "IVM".
"sgp": "MutateGene", "MutateAllGene", "MutateFilterGene".
"sgede": "MutateGene", "MutateGeneDE".
"sgde": "MutateGene", "MutateGeneDE".
"sgperm": "MutateGene", "MutateGeneOrderBased", "MutateGenekInversion", "MutateGene2Opt", "MutateGenekOptLK", "MutateGeneGreedy", "MutateGeneBestGreedy", "MutateGeneMix".
MutateGene function for the selected algorithm from the correct package.
Other Configuration:
sgXCrossoverFactory(),
sgXDecodeGeneFactory(),
sgXGeneMapFactory(),
sgXInitGeneFactory(),
sgXReplicationFactory()
sgXMutationFactory(algorithm="sga", method="MutateGene")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.