|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SelectionMethod | |
|---|---|
| ec.es | |
| ec.exchange | |
| ec.multiobjective.spea2 | Strength Pareto Evolutionary Algorithm implementation. |
| ec.parsimony | |
| ec.select | |
| ec.spatial | |
| ec.steadystate | |
| Uses of SelectionMethod in ec.es |
|---|
| Subclasses of SelectionMethod in ec.es | |
|---|---|
class |
ESSelection
ESSelection is a special SelectionMethod designed to be used with evolutionary strategies-type breeders. |
| Uses of SelectionMethod in ec.exchange |
|---|
| Fields in ec.exchange declared as SelectionMethod | |
|---|---|
SelectionMethod |
IslandExchange.immigrantsSelectionMethod
the selection method for emigrants |
SelectionMethod |
IslandExchange.indsToDieSelectionMethod
the selection method for individuals to be replaced by immigrants |
| Uses of SelectionMethod in ec.multiobjective.spea2 |
|---|
| Subclasses of SelectionMethod in ec.multiobjective.spea2 | |
|---|---|
class |
SPEA2TournamentSelection
Does a simple tournament selection, limited to the subpopulation it's working in at the time and only within the boundry of the SPEA2 archive (between 0-archiveSize). |
| Uses of SelectionMethod in ec.parsimony |
|---|
| Subclasses of SelectionMethod in ec.parsimony | |
|---|---|
class |
BucketTournamentSelection
Does a tournament selection, limited to the subpopulation it's working in at the time. |
class |
DoubleTournamentSelection
|
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. |
class |
RatioBucketTournamentSelection
Does a tournament selection, limited to the subpopulation it's working in at the time. |
| Uses of SelectionMethod in ec.select |
|---|
| Subclasses of SelectionMethod in ec.select | |
|---|---|
class |
BestSelection
Picks among the best n individuals in a population in direct proportion to their absolute fitnesses as returned by their fitness() methods relative to the fitnesses of the other "best" individuals in that n. |
class |
FirstSelection
Always picks the first individual in the subpopulation. |
class |
FitProportionateSelection
Picks individuals in a population in direct proportion to their fitnesses as returned by their fitness() methods. |
class |
GreedyOverselection
GreedyOverselection is a SelectionMethod which implements Koza-style fitness-proportionate greedy overselection. |
class |
MultiSelection
MultiSelection is a SelectionMethod which stores some n subordinate SelectionMethods. |
class |
RandomSelection
Picks a random individual in the subpopulation. |
class |
TournamentSelection
Does a simple tournament selection, limited to the subpopulation it's working in at the time. |
| Fields in ec.select declared as SelectionMethod | |
|---|---|
SelectionMethod[] |
MultiSelection.selects
The MultiSelection's individuals |
| Uses of SelectionMethod in ec.spatial |
|---|
| Subclasses of SelectionMethod in ec.spatial | |
|---|---|
class |
SpatialTournamentSelection
A slight modification of the tournament selection procedure for use with spatially-embedded EAs. |
| Uses of SelectionMethod in ec.steadystate |
|---|
| Fields in ec.steadystate declared as SelectionMethod | |
|---|---|
SelectionMethod[] |
SteadyStateBreeder.deselectors
Loaded during the first iteration of breedPopulation |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||