testEvalGeneStoch | R Documentation |
Test of incremental mean, variance, and standard deviation.
testEvalGeneStoch(gene, lF, rep)
gene |
A gene. |
lF |
A local function list with a problem environment. |
rep |
Number of repeated evaluations. |
A gene.
DeJongF4<-DeJongF4Factory()
lF<-NewlFevalGenes(DeJongF4)
g1<-list(evaluated=FALSE, evalFail=FALSE, fit=0, gene1=c(1.0, -1.5))
g10<-testEvalGeneStoch(g1, lF, rep=10)
g10
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.