|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SelectionOperator | |
|---|---|
| org.encog.ml.ea.opp.selection | |
| org.encog.ml.ea.train | |
| org.encog.ml.ea.train.basic | |
| Uses of SelectionOperator in org.encog.ml.ea.opp.selection |
|---|
| Classes in org.encog.ml.ea.opp.selection that implement SelectionOperator | |
|---|---|
class |
TournamentSelection
Tournament select can be used to select a fit (or unfit) genome from a species. |
class |
TruncationSelection
Truncation selection chooses a random genome from the top genomes in the population. |
| Uses of SelectionOperator in org.encog.ml.ea.train |
|---|
| Methods in org.encog.ml.ea.train that return SelectionOperator | |
|---|---|
SelectionOperator |
EvolutionaryAlgorithm.getSelection()
|
| Methods in org.encog.ml.ea.train with parameters of type SelectionOperator | |
|---|---|
void |
EvolutionaryAlgorithm.setSelection(SelectionOperator selection)
Set the selection operator. |
| Uses of SelectionOperator in org.encog.ml.ea.train.basic |
|---|
| Methods in org.encog.ml.ea.train.basic that return SelectionOperator | |
|---|---|
SelectionOperator |
BasicEA.getSelection()
|
| Methods in org.encog.ml.ea.train.basic with parameters of type SelectionOperator | |
|---|---|
void |
BasicEA.setSelection(SelectionOperator selection)
Set the selection operator. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||