| Interface | Description |
|---|---|
| StoppingCondition |
| Class | Description |
|---|---|
| GlobalTimeStoppingCondition |
GlobalTimeStoppingCondition class.
|
| MaxFitnessEvaluationsStoppingCondition |
Stop search after a predefined maximum search depth
|
| MaxGenerationStoppingCondition |
Stop search after a predefined number of iterations
|
| MaxLengthStoppingCondition |
Stop search when a maximum (average) length has been reached.
|
| MaxStatementsStoppingCondition |
MaxStatementsStoppingCondition class.
|
| MaxTestsStoppingCondition |
MaxTestsStoppingCondition class.
|
| MaxTimeStoppingCondition |
Stop search after a predefined amount of time
|
| RMIStoppingCondition | |
| SocketStoppingCondition |
SocketStoppingCondition class.
|
| StoppingConditionImpl |
Base class of decision functions that stop the search
|
| TimeDeltaStoppingCondition | |
| ZeroFitnessStoppingCondition |
Stop the search when the fitness has reached 0 (assuming minimization)
|
Copyright © 2010–2017 EvoSuite. All rights reserved.