| Package | Description |
|---|---|
| org.evosuite.ga.metaheuristics | |
| org.evosuite.ga.metaheuristics.mosa | |
| org.evosuite.ga.operators.selection | |
| org.evosuite.strategy |
| Modifier and Type | Field and Description |
|---|---|
protected SelectionFunction<T> |
GeneticAlgorithm.selectionFunction
Selection function to select parents
|
| Modifier and Type | Method and Description |
|---|---|
SelectionFunction<T> |
GeneticAlgorithm.getSelectionFunction()
Get currently used fitness function
|
| Modifier and Type | Method and Description |
|---|---|
void |
GeneticAlgorithm.setSelectionFunction(SelectionFunction<T> function)
Set new fitness function (i.e., for new mutation)
|
| Modifier and Type | Class and Description |
|---|---|
class |
MOSATournamentSelection<T extends Chromosome>
Select an individual from a population as winner of a number of tournaments according
to the "non-dominance" relationship and the crowding distance
|
| Modifier and Type | Field and Description |
|---|---|
protected SelectionFunction<T> |
AbstractMOSA.selectionFunction
Selection function to select parents
|
| Modifier and Type | Class and Description |
|---|---|
class |
BinaryTournamentSelectionCrowdedComparison<T extends Chromosome>
Select an individual from a population using a Crowd Comparison Operator
|
class |
FitnessProportionateSelection<T extends Chromosome>
Roulette wheel selection
|
class |
RankSelection<T extends Chromosome>
Abstract base class of selection functions
|
class |
TournamentSelection<T extends Chromosome>
Select an individual from a population as winner of a number of tournaments
|
| Modifier and Type | Method and Description |
|---|---|
protected SelectionFunction<TestSuiteChromosome> |
PropertiesSuiteGAFactory.getSelectionFunction() |
Copyright © 2010–2017 EvoSuite. All rights reserved.