View source: R/xegaDfScaleFactor.R
| ConstScaleFactor | R Documentation |
Constant scale factor for differential evolution.
ConstScaleFactor(lF)
lF |
Local configuration. |
A constant scale factor.
Other Scale Factor:
CauchySF(),
DETVSF(),
FitnessBasedSelfAdaptiveSF(),
RandomGaussianSF(),
UniformRandomScaleFactor(),
UniformRandomScaleFactorDERSF()
parm<-function(x){function() {return(x)}}
lF<-list()
lF$ScaleFactor1<-parm(0.90)
ConstScaleFactor(lF)
lF$ScaleFactor1<-parm(1.10)
ConstScaleFactor(lF)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.