| Interface | Description |
|---|---|
| Archive<T extends Chromosome> | |
| ChromosomeFactory<T extends Chromosome> |
Factory for chromosomes used by the GA
|
| Class | Description |
|---|---|
| Chromosome |
Abstract base class of chromosomes
|
| FitnessFunction<T extends Chromosome> |
Abstract base class of fitness functions
|
| FitnessReplacementFunction |
Replacement function that only looks at the fitness and secondary objectives,
without checking any further constraint on the parents
|
| MinimizeSizeSecondaryObjective<T extends Chromosome> |
MinimizeSizeSecondaryObjective class.
|
| ReplacementFunction |
Decides when offspring replaces its parents for the next generation
|
| SecondaryObjective<T extends Chromosome> |
Abstract SecondaryObjective class.
|
| TournamentChromosomeFactory<T extends Chromosome> |
TournamentChromosomeFactory class.
|
| Exception | Description |
|---|---|
| ConstructionFailedException |
Exception used when error occurs during mutation or crossover
|
Copyright © 2010–2017 EvoSuite. All rights reserved.