public class BasicMatingModule extends MatingModule
| Modifier and Type | Class and Description |
|---|---|
static class |
BasicMatingModule.CouplerType
The
BasicMatingModule.CouplerType determines the coupler operator to use. |
SINGLETON| Constructor and Description |
|---|
BasicMatingModule()
Constructs a
BasicMatingModule. |
| Modifier and Type | Method and Description |
|---|---|
void |
config()
Configure the module.
|
BasicMatingModule.CouplerType |
getType()
Returns the type of
Coupler operator to use. |
void |
setType(BasicMatingModule.CouplerType type)
Sets the the type of
Coupler operator to use. |
addControlListener, addIndividualStateListener, addOptimizerIterationListener, addOptimizerStateListener, constant, multipublic BasicMatingModule()
BasicMatingModule.public BasicMatingModule.CouplerType getType()
Coupler operator to use.setType(org.opt4j.optimizer.ea.BasicMatingModule.CouplerType)public void setType(BasicMatingModule.CouplerType type)
Coupler operator to use.type - the type to setgetType()public void config()
Opt4JModuleBinder