| Package | Description |
|---|---|
| org.evosuite.ga.metaheuristics | |
| org.evosuite.ga.operators.crossover | |
| org.evosuite.strategy |
| Modifier and Type | Field and Description |
|---|---|
protected CrossOverFunction |
GeneticAlgorithm.crossoverFunction
CrossOver function
|
| Modifier and Type | Method and Description |
|---|---|
void |
GeneticAlgorithm.setCrossOverFunction(CrossOverFunction crossover)
Set a new xover function
|
| Modifier and Type | Class and Description |
|---|---|
class |
CoverageCrossOver
CoverageCrossOver class.
|
class |
SinglePointCrossOver
Select one random point in each individual and cross over (TPX)
|
class |
SinglePointFixedCrossOver
Cross individuals at identical point
|
class |
SinglePointRelativeCrossOver
Cross over individuals at relative position
|
| Modifier and Type | Method and Description |
|---|---|
protected CrossOverFunction |
PropertiesSuiteGAFactory.getCrossoverFunction() |
Copyright © 2010–2017 EvoSuite. All rights reserved.