| Package | Description |
|---|---|
| org.evosuite.ga.bloatcontrol | |
| org.evosuite.ga.metaheuristics | |
| org.evosuite.testcase | |
| org.evosuite.testsuite |
| Modifier and Type | Class and Description |
|---|---|
class |
MaxSizeBloatControl
Reject individuals when they exceed a certain size
|
| Modifier and Type | Field and Description |
|---|---|
protected Set<BloatControlFunction> |
GeneticAlgorithm.bloatControl
Bloat control, to avoid too long chromosomes
|
| Modifier and Type | Method and Description |
|---|---|
void |
GeneticAlgorithm.addBloatControl(BloatControlFunction bloat_control)
Set new bloat control function
|
void |
GeneticAlgorithm.setBloatControl(BloatControlFunction bloat_control)
Set new bloat control function
|
| Modifier and Type | Class and Description |
|---|---|
class |
RelativeTestLengthBloatControl
Bloat control that checks an individual against the best test case
|
| Modifier and Type | Class and Description |
|---|---|
class |
MaxLengthBloatControl
MaxLengthBloatControl class.
|
class |
RelativeSuiteLengthBloatControl
RelativeSuiteLengthBloatControl class.
|
Copyright © 2010–2017 EvoSuite. All rights reserved.