| Modifier and Type | Method and Description |
|---|---|
String |
TestSuiteGenerator.getBudgetString(GeneticAlgorithm<?> algorithm)
getBudgetString
|
void |
ProgressMonitor.iteration(GeneticAlgorithm<?> algorithm)
Called after each iteration of the search
|
void |
TestSuiteGenerator.printBudget(GeneticAlgorithm<?> algorithm)
Prints out all information regarding this GAs stopping conditions
So far only used for testing purposes in TestSuiteGenerator
|
void |
ProgressMonitor.searchFinished(GeneticAlgorithm<?> algorithm)
Called after the last iteration
|
void |
ProgressMonitor.searchStarted(GeneticAlgorithm<?> algorithm)
Called when a new search is started
|
| Modifier and Type | Method and Description |
|---|---|
void |
FitnessLogger.iteration(GeneticAlgorithm<?> algorithm)
Called after each iteration of the search
|
void |
FitnessLogger.searchFinished(GeneticAlgorithm<?> algorithm)
Called after the last iteration
|
void |
FitnessLogger.searchStarted(GeneticAlgorithm<?> algorithm)
Called when a new search is started
|
| Modifier and Type | Method and Description |
|---|---|
void |
MutationTestPool.iteration(GeneticAlgorithm<?> algorithm)
Called after each iteration of the search
|
void |
MutationTestPool.searchFinished(GeneticAlgorithm<?> algorithm)
Called after the last iteration
|
void |
MutationTestPool.searchStarted(GeneticAlgorithm<?> algorithm)
Called when a new search is started
|
| Modifier and Type | Field and Description |
|---|---|
protected GeneticAlgorithm<?> |
LocalSearchBudget.ga |
| Modifier and Type | Method and Description |
|---|---|
void |
LocalSearchBudget.iteration(GeneticAlgorithm<?> algorithm)
Called after each iteration of the search
|
void |
LocalSearchBudget.searchFinished(GeneticAlgorithm<?> algorithm)
Called after the last iteration
|
void |
LocalSearchBudget.searchStarted(GeneticAlgorithm<?> algorithm)
Called when a new search is started
|
| Modifier and Type | Class and Description |
|---|---|
class |
MonotonicGA<T extends Chromosome>
Implementation of steady state GA
|
class |
NSGAII<T extends Chromosome>
NSGA-II implementation
|
class |
OnePlusOneEA<T extends Chromosome>
(1+1)EA
|
class |
RandomSearch<T extends Chromosome>
RandomSearch class.
|
class |
SPEA2<T extends Chromosome>
SPEA2 implementation.
|
class |
StandardGA<T extends Chromosome>
Standard GA implementation
|
class |
SteadyStateGA<T extends Chromosome>
Alternative version of steady state GA
|
| Modifier and Type | Method and Description |
|---|---|
void |
SearchListener.iteration(GeneticAlgorithm<?> algorithm)
Called after each iteration of the search
|
void |
SearchListener.searchFinished(GeneticAlgorithm<?> algorithm)
Called after the last iteration
|
void |
SearchListener.searchStarted(GeneticAlgorithm<?> algorithm)
Called when a new search is started
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractMOSA<T extends Chromosome>
Abstract class for MOSA
|
class |
MOSA<T extends Chromosome>
Implementation of the MOSA (Many-Objective Sorting Algorithm) described in the ICST'15 paper ...
|
| Modifier and Type | Method and Description |
|---|---|
void |
ZeroFitnessStoppingCondition.iteration(GeneticAlgorithm<?> algorithm)
Called after each iteration of the search
|
void |
TimeDeltaStoppingCondition.iteration(GeneticAlgorithm<?> algorithm) |
void |
StoppingConditionImpl.iteration(GeneticAlgorithm<?> algorithm)
Called after each iteration of the search
|
void |
SocketStoppingCondition.iteration(GeneticAlgorithm<?> algorithm)
Called after each iteration of the search
|
void |
RMIStoppingCondition.iteration(GeneticAlgorithm<?> algorithm) |
void |
MaxLengthStoppingCondition.iteration(GeneticAlgorithm<?> algorithm)
Called after each iteration of the search
|
void |
MaxGenerationStoppingCondition.iteration(GeneticAlgorithm<?> algorithm)
Called after each iteration of the search
|
void |
StoppingConditionImpl.searchFinished(GeneticAlgorithm<?> algorithm)
Called after the last iteration
|
void |
SocketStoppingCondition.searchFinished(GeneticAlgorithm<?> algorithm)
Called after the last iteration
|
void |
RMIStoppingCondition.searchFinished(GeneticAlgorithm<?> algorithm) |
void |
MaxGenerationStoppingCondition.searchFinished(GeneticAlgorithm<?> algorithm)
Called after the last iteration
|
void |
TimeDeltaStoppingCondition.searchStarted(GeneticAlgorithm<?> algorithm)
Called when a new search is started
|
void |
StoppingConditionImpl.searchStarted(GeneticAlgorithm<?> algorithm)
Called when a new search is started
|
void |
SocketStoppingCondition.searchStarted(GeneticAlgorithm<?> algorithm)
Called when a new search is started
|
void |
RMIStoppingCondition.searchStarted(GeneticAlgorithm<?> algorithm) |
void |
MaxTimeStoppingCondition.searchStarted(GeneticAlgorithm<?> algorithm)
Called when a new search is started
|
void |
GlobalTimeStoppingCondition.searchStarted(GeneticAlgorithm<?> algorithm)
Called when a new search is started
|
| Modifier and Type | Method and Description |
|---|---|
GeneticAlgorithm<?> |
TestGenerationResult.getGeneticAlgorithm()
The entire GA in its final state
|
| Modifier and Type | Method and Description |
|---|---|
void |
TestGenerationResultBuilder.setGeneticAlgorithm(GeneticAlgorithm<?> ga) |
| Modifier and Type | Method and Description |
|---|---|
void |
TestCaseRecycler.iteration(GeneticAlgorithm<?> algorithm) |
void |
TestCaseRecycler.searchFinished(GeneticAlgorithm<?> algorithm) |
void |
TestCaseRecycler.searchStarted(GeneticAlgorithm<?> algorithm) |
| Constructor and Description |
|---|
BIAndRITestSuiteChromosomeFactory(ChromosomeFactory<TestSuiteChromosome> defaultFactory,
GeneticAlgorithm<TestSuiteChromosome> geneticAlgorithm)
Constructor for BestIndividualAndRandomTestSuiteChromosomeFactory.
|
RandomIndividualTestSuiteChromosomeFactory(ChromosomeFactory<TestSuiteChromosome> defaultFactory,
GeneticAlgorithm<TestSuiteChromosome> geneticAlgorithm)
Constructor for JUnitTestSuiteChromosomeFactory.
|
RandomMethodSeedingTestSuiteChromosomeFactory(ChromosomeFactory<TestSuiteChromosome> defaultFactory,
GeneticAlgorithm<TestSuiteChromosome> geneticAlgorithm)
Constructor for JUnitTestSuiteChromosomeFactory.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StatisticsListener.iteration(GeneticAlgorithm<?> algorithm) |
void |
StatisticsListener.searchFinished(GeneticAlgorithm<?> algorithm) |
void |
StatisticsListener.searchStarted(GeneticAlgorithm<?> algorithm) |
| Modifier and Type | Method and Description |
|---|---|
static GeneticAlgorithm<?> |
PropertiesSearchAlgorithmFactory.createSearchAlgorithm() |
protected GeneticAlgorithm<TestSuiteChromosome> |
PropertiesSuiteGAFactory.getGeneticAlgorithm(ChromosomeFactory<TestSuiteChromosome> factory) |
GeneticAlgorithm<TestChromosome> |
PropertiesTestGAFactory.getSearchAlgorithm() |
GeneticAlgorithm<TestSuiteChromosome> |
PropertiesSuiteGAFactory.getSearchAlgorithm() |
abstract GeneticAlgorithm<?> |
PropertiesSearchAlgorithmFactory.getSearchAlgorithm() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
PropertiesSuiteGAFactory.getSecondaryObjectives(GeneticAlgorithm<TestSuiteChromosome> algorithm) |
| Modifier and Type | Method and Description |
|---|---|
void |
RelativeTestLengthBloatControl.iteration(GeneticAlgorithm<?> algorithm)
Called after each iteration of the search
|
void |
RelativeTestLengthBloatControl.searchFinished(GeneticAlgorithm<?> algorithm)
Called after the last iteration
|
void |
RelativeTestLengthBloatControl.searchStarted(GeneticAlgorithm<?> algorithm)
Called when a new search is started
|
| Modifier and Type | Method and Description |
|---|---|
void |
BranchCoverageMap.iteration(GeneticAlgorithm<?> algorithm) |
void |
BranchCoverageMap.searchFinished(GeneticAlgorithm<?> algorithm) |
void |
BranchCoverageMap.searchStarted(GeneticAlgorithm<?> algorithm) |
| Modifier and Type | Method and Description |
|---|---|
void |
RelativeSuiteLengthBloatControl.iteration(GeneticAlgorithm<?> algorithm)
Called after each iteration of the search
|
void |
RelativeSuiteLengthBloatControl.searchFinished(GeneticAlgorithm<?> algorithm)
Called after the last iteration
|
void |
RelativeSuiteLengthBloatControl.searchStarted(GeneticAlgorithm<?> algorithm)
Called when a new search is started
|
| Modifier and Type | Method and Description |
|---|---|
void |
DiversityObserver.iteration(GeneticAlgorithm<?> algorithm) |
void |
DiversityObserver.searchFinished(GeneticAlgorithm<?> algorithm) |
void |
DiversityObserver.searchStarted(GeneticAlgorithm<?> algorithm) |
| Modifier and Type | Method and Description |
|---|---|
void |
ResourceController.iteration(GeneticAlgorithm<?> algorithm)
Called after each iteration of the search
|
void |
ResourceController.searchFinished(GeneticAlgorithm<?> algorithm)
Called after the last iteration
|
void |
ResourceController.searchStarted(GeneticAlgorithm<?> algorithm)
Called when a new search is started
|
Copyright © 2010–2017 EvoSuite. All rights reserved.