| Interface | Description |
|---|---|
| Ranking<T extends Chromosome> |
Interface for ranking algorithms
|
| Class | Description |
|---|---|
| AbstractMOSA<T extends Chromosome> |
Abstract class for MOSA
|
| CrowdingDistance<T extends Chromosome> |
This class implements different variants of Crowding Distance for many-objective problems
|
| FastNonDominatedSorting<T extends Chromosome> |
This class ranks the test cases according to the
the "PreferenceCriterion" defined for the MOSA algorithm
|
| MOSA<T extends Chromosome> |
Implementation of the MOSA (Many-Objective Sorting Algorithm) described in the ICST'15 paper ...
|
| 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
|
| RankBasedPreferenceSorting<T extends Chromosome> |
This class ranks the test cases according to the
the "PreferenceCriterion" defined for the MOSA algorithm
|
Copyright © 2010–2017 EvoSuite. All rights reserved.