View source: R/sgXCrossoverFactory.R
| sgXCrossoverFactory | R Documentation |
sgXCrossoverFactory() selects
the algorithm-specific crossover factory and
the method in this factory.
sgXCrossoverFactory(algorithm = "sga", method = "CrossGene")
algorithm |
Specifies algorithm. Available: "sga", "sgde", "sgperm", "sge", sgp". Default: "sga". |
method |
Crossover method. Algorithm (gene representation)
dependent. Default: |
The available methods for each algorithm are:
"sga": "Cross2Gene", "UCross2Gene", "UPCross2Gene", "CrossGene", "UCrossGene", "UPCrossGene".
"sge": "Cross2Gene", "UCross2Gene", "UPCross2Gene", "CrossGene", "UCrossGene", "UPCrossGene".
"sgede": "CrossGene", "UCrossGene", "UPCrossGene".
"sgp": "Cross2Gene", "AllCrossGene", "AllCross2Gene", "FilterCrossGene", "FilterCross2Gene".
"sgde": "CrossGene", "UCrossGene", "UPCrossGene".
"sgperm": "CrossGene", "Cross2Gene".
Crossover function from the crossover factory of the selected package.
Other Configuration:
sgXDecodeGeneFactory(),
sgXGeneMapFactory(),
sgXInitGeneFactory(),
sgXMutationFactory(),
sgXReplicationFactory()
sgXCrossoverFactory(algorithm="sga", method="CrossGene")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.