Package | Description |
---|---|
jenes.algorithms | |
jenes.stage.operator.common |
Modifier and Type | Field and Description |
---|---|
protected Crowder |
CrowdingGA.crowder |
Modifier and Type | Method and Description |
---|---|
Crowder |
CrowdingGA.getCrowder()
Access the current crowder setted for this algorithm
|
Constructor and Description |
---|
CrowdingGA(Fitness fitness,
Crowder crowder)
Default constructor
|
CrowdingGA(Fitness fitness,
Crowder crowder,
Population<T> population,
int generations)
Create a new CrowdingGA by setting the initial population and the generation limit
|
Modifier and Type | Class and Description |
---|---|
class |
DeJongCrowder<T extends Chromosome>
This class implements De Jong crowding.
|
class |
DeterministicCrowder<T extends Chromosome>
This class implements the deterministic crowding.
|
class |
MultiNicheCrowder<T extends Chromosome>
Implementation of multi-niche crowding.
|
class |
SteadyState<T extends Chromosome>
This class implements a steady-state stage.
|