| Package | Description |
|---|---|
| ec.multiobjective.spea2 | |
| ec.parsimony | |
| ec.spatial |
| Modifier and Type | Class and Description |
|---|---|
class |
SPEA2TournamentSelection
This is a special version of TournamentSelection which restricts the selection to only
the archive region (the top 'archiveSize' elements in the subpopulation).
|
| Modifier and Type | Class and Description |
|---|---|
class |
LexicographicTournamentSelection
Does a simple tournament selection, limited to the subpopulation it's
working in at the time.
|
class |
ProportionalTournamentSelection
This selection method adds parsimony pressure to the regular tournament selection.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SpatialTournamentSelection
A slight modification of the tournament selection procedure for use with spatially-embedded EAs.
|
Copyright © 2014 Evolutionary Computation Laboratory at George Mason University. All rights reserved.