| Interface | Description |
|---|---|
| LocalSearch<T extends Chromosome> |
This class applies local search on an specific Chromosome.
|
| LocalSearchObjective<T extends Chromosome> |
Represents a local search objective that will be used during local search to
assess the success (or failure) of a local search to a given chromosome
(it could be TestSuiteChromosome or TestChromosome).
|
| Class | Description |
|---|---|
| DefaultLocalSearchObjective<T extends Chromosome> |
The Default local search objective only stores a list of fitness functions.
|
| LocalSearchBudget |
This singleton class provides support for updating the amount of LS budget
that was consumed during the current application of LS.
|
Copyright © 2010–2017 EvoSuite. All rights reserved.