public class Nsga2Module extends SelectorModule
Nsga2SINGLETON| Constructor and Description |
|---|
Nsga2Module() |
| Modifier and Type | Method and Description |
|---|---|
void |
config()
Configure the module.
|
int |
getTournament()
Returns the tournament value.
|
void |
setTournament(int tournament)
Sets the tournament value.
|
addControlListener, addIndividualStateListener, addOptimizerIterationListener, addOptimizerStateListener, constant, multipublic int getTournament()
setTournament(int)public void setTournament(int tournament)
tournament - the tournament to setgetTournament()public void config()
Opt4JModuleBinder