| Interface | Description |
|---|---|
| SearchAlgorithm |
Abstract base class of all search algorithms
|
| SearchListener |
A listener that can be attached to the search
|
| Class | Description |
|---|---|
| GeneticAlgorithm<T extends Chromosome> |
Abstract superclass of genetic algorithms
|
| MonotonicGA<T extends Chromosome> |
Implementation of steady state GA
|
| NSGAII<T extends Chromosome> |
NSGA-II implementation
|
| OnePlusOneEA<T extends Chromosome> |
(1+1)EA
|
| RandomSearch<T extends Chromosome> |
RandomSearch class.
|
| SPEA2<T extends Chromosome> |
SPEA2 implementation.
|
| StandardGA<T extends Chromosome> |
Standard GA implementation
|
| SteadyStateGA<T extends Chromosome> |
Alternative version of steady state GA
|
Copyright © 2010–2017 EvoSuite. All rights reserved.