ConstCRate {xegaPopulation} | R Documentation |
Constant crossover rate.
ConstCRate(fit, lF)
fit |
Fitness of gene. |
lF |
Local configuration. |
Constant crossover rate.
Other Rates:
ConstMRate()
parm<-function(x){function() {return(x)}}
lF<-list(CrossRate1=parm(0.20))
ConstCRate(100, lF)
ConstCRate(50, lF)