powered by
Converts a population into a list of genetic operator pipelines.
asPipeline(pop, lF)
A list of genetic operator pipelines (closures).
A population.
The local function configuration.
Other Genetic operator pipelines: asPipelineG(), asPipelineID(), xegaRepairPop()
asPipelineG()
asPipelineID()
xegaRepairPop()
pop5<-xegaInitPopulation(5, lFxegaGaGene) pop5c<-asPipeline(pop5, lFxegaGaGene)
Run the code above in your browser using DataLab