View source: R/xegaEvalPopulation.R
asPipeline | R Documentation |
Converts a population into a list of genetic operator pipelines.
asPipeline(pop, lF)
pop |
A population. |
lF |
The local function configuration. |
A list of genetic operator pipelines.
Other Genetic operator pipelines:
xegaRepairPop()
pop5<-xegaInitPopulation(5, lFxegaGaGene)
pop5c<-asPipeline(pop5, lFxegaGaGene)
pop5c
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.