|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Selector | |
|---|---|
| lio.replacement | |
| lio.search.genetic | |
| lio.search.probabilistic | |
| lio.selectors | |
| Uses of Selector in lio.replacement |
|---|
| Fields in lio.replacement declared as Selector | |
|---|---|
(package private) Selector |
SelectionReplacement.selector
Selector used to choose individuals from both populations. |
| Methods in lio.replacement that return Selector | |
|---|---|
Selector |
SelectionReplacement.getSelector()
|
| Methods in lio.replacement with parameters of type Selector | |
|---|---|
void |
SelectionReplacement.setSelector(Selector selector)
|
| Uses of Selector in lio.search.genetic |
|---|
| Methods in lio.search.genetic that return Selector | |
|---|---|
Selector |
StdGeneticAlgorithm.getSelector()
|
| Methods in lio.search.genetic with parameters of type Selector | |
|---|---|
void |
StdGeneticAlgorithm.setSelector(Selector selector)
|
| Uses of Selector in lio.search.probabilistic |
|---|
| Methods in lio.search.probabilistic that return Selector | |
|---|---|
Selector |
EDA.getSelector()
|
| Methods in lio.search.probabilistic with parameters of type Selector | |
|---|---|
void |
EDA.setSelector(Selector selector)
|
| Uses of Selector in lio.selectors |
|---|
| Classes in lio.selectors that implement Selector | |
|---|---|
class |
KTournament
This class implements the K-Tournement selection |
class |
RouleteWheelSelector
This class implements the roulete wheel sampling to select some individuals from a population. |
class |
TruncationSelection
This class selects the best individuals in an array. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||