public class Nsga2Module extends SelectorModule
Nsga2
Modifier and Type | Field and Description |
---|---|
protected int |
tournament |
Constructor and Description |
---|
Nsga2Module() |
Modifier and Type | Method and Description |
---|---|
void |
config() |
int |
getTournament()
Returns the tournament value.
|
void |
setTournament(int tournament)
Sets the tournament value.
|
bindSelector
addControlListener, addIndividualStateListener, addOptimizerIterationListener, addOptimizerStateListener, bindConstant, bindConstant, bindConstant, bindConstant, configure, constant, multi
addError, addError, addError, bind, bind, bind, bindConstant, binder, bindInterceptor, bindListener, bindListener, bindScope, configure, convertToTypes, currentStage, getMembersInjector, getMembersInjector, getProvider, getProvider, install, requestInjection, requestStaticInjection, requireBinding, requireBinding
public int getTournament()
setTournament(int)
public void setTournament(int tournament)
tournament
- the tournament to setgetTournament()
public void config()
config
in class org.opt4j.core.start.Opt4JModule