powered by
sgXMutationFactory() selects
sgXMutationFactory()
the algorithm-specific mutation factory and
the method in this factory.
sgXMutationFactory(algorithm = "sga", method = "MutateGene")
MutateGene function for the selected algorithm from the correct package.
Algorithm. Available: "sga", "sgde", "sgperm", "sge", sgp". Default: "sga".
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".
Other Configuration: sgXCrossoverFactory(), sgXDecodeGeneFactory(), sgXGeneMapFactory(), sgXInitGeneFactory(), sgXReplicationFactory()
sgXCrossoverFactory()
sgXDecodeGeneFactory()
sgXGeneMapFactory()
sgXInitGeneFactory()
sgXReplicationFactory()
sgXMutationFactory(algorithm="sga", method="MutateGene")
Run the code above in your browser using DataLab