T - public abstract class PropertiesSearchAlgorithmFactory<T extends Chromosome> extends Object
| Modifier and Type | Field and Description |
|---|---|
protected static org.slf4j.Logger |
logger |
| Constructor and Description |
|---|
PropertiesSearchAlgorithmFactory() |
| Modifier and Type | Method and Description |
|---|---|
static GeneticAlgorithm<?> |
createSearchAlgorithm() |
protected PopulationLimit |
getPopulationLimit() |
abstract GeneticAlgorithm<?> |
getSearchAlgorithm() |
protected StoppingCondition |
getStoppingCondition() |
protected PopulationLimit getPopulationLimit()
protected StoppingCondition getStoppingCondition()
public static GeneticAlgorithm<?> createSearchAlgorithm()
public abstract GeneticAlgorithm<?> getSearchAlgorithm()
Copyright © 2010–2017 EvoSuite. All rights reserved.