public class SMSModule extends SelectorModule
Selector) based on the Hypervolume contribution.HypervolumeSINGLETON| Constructor and Description |
|---|
SMSModule() |
| Modifier and Type | Method and Description |
|---|---|
void |
config()
Configure the module.
|
double |
getOffset()
Returns the offset value.
|
int |
getTournament()
Returns the tournament value.
|
void |
setOffset(double offset)
Sets the offset 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 double getOffset()
public void setOffset(double offset)
offset - the offset to setpublic void config()
Opt4JModuleBinder