View source: R/xegaOperatorPipelinesInGene.R
| newPipelineG | R Documentation |
The pipeline is evaluate(gene).
newPipelineG(g)
g |
A gene. |
newPipelineG is a constructor
which integrates a genetic operator pipeline which
contains the evaluation of a gene into a gene.
A gene with embedded genetic operator pipeline
without mutation and crossover.
The argument lF of the function $Pipeline
configures the behavior of the pipeline.
Other Genetic Operator Pipelines in Gene:
newCross2Mut1PipelineG(),
newCross2Mut2PipelineG(),
newCross2PipelineG(),
newCrossMut2PipelineG(),
newCrossMutPipelineG(),
newCrossPipelineG(),
newMutPipelineG()
g<-xegaGaInitGene(lFxegaGaGene)
a<-newPipelineG(g)
print(a)
b<-a$Pipeline(a, lFxegaGaGene)
print(b)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.