public class DifferentialEvolutionModule extends OptimizerModule
SINGLETON| Constructor and Description |
|---|
DifferentialEvolutionModule() |
| Modifier and Type | Method and Description |
|---|---|
void |
config()
Configure the module.
|
int |
getAlpha()
Returns the alpha.
|
int |
getGenerations()
Returns the generations.
|
double |
getScalingFactor()
Returns the scaling factor.
|
void |
setAlpha(int alpha)
Sets the alpha.
|
void |
setGenerations(int generations)
Sets the generations.
|
void |
setScalingFactor(double scalingFactor)
Sets the scaling factor.
|
addControlListener, addIndividualStateListener, addOptimizerIterationListener, addOptimizerStateListener, constant, multipublic int getAlpha()
setAlpha(int)public void setAlpha(int alpha)
alpha - the alpha to setgetAlpha()public int getGenerations()
setGenerations(int)public void setGenerations(int generations)
generations - the generations to setgetGenerations()public double getScalingFactor()
setScalingFactor(double)public void setScalingFactor(double scalingFactor)
scalingFactor - the scalingFactor to setgetScalingFactor()public void config()
Opt4JModuleBinder