Modifier and Type | Method and Description |
---|---|
static ConfigurationFitness |
ThesisExperimentProcessor.getConfigurationFitness(NAryTree tree,
CentralRegistryConfigurable registry,
java.util.HashMap<TreeFitnessInfo,java.lang.Double> weights) |
Constructor and Description |
---|
ConfigurationFitness(CentralRegistryConfigurable registry,
double alpha,
boolean absolute,
TreeFitnessAbstract... logFitness)
Constructor for the configuration fitness evaluator.
|
Constructor and Description |
---|
ConfigurationMutator(CentralRegistryConfigurable registry) |
Modifier and Type | Field and Description |
---|---|
protected CentralRegistryConfigurable |
ETMParamConfigurable.centralRegistry |
protected CentralRegistryConfigurable |
ETMParamParetoConfigurable.centralRegistry |
Modifier and Type | Method and Description |
---|---|
CentralRegistryConfigurable |
ETMParamConfigurable.getCentralRegistry() |
CentralRegistryConfigurable |
ETMParamParetoConfigurable.getCentralRegistry() |
Modifier and Type | Method and Description |
---|---|
void |
ETMParamConfigurable.setCentralRegistry(CentralRegistryConfigurable registry) |
void |
ETMParamParetoConfigurable.setCentralRegistry(CentralRegistryConfigurable registry) |
Constructor and Description |
---|
ETMParamConfigurable(CentralRegistryConfigurable registry,
TreeFitnessAbstract fitnessEvaluator,
java.util.List<EvolutionaryOperator<NAryTree>> evolutionaryOperators,
int populationSize,
int eliteCount) |
ETMParamParetoConfigurable(CentralRegistryConfigurable centralRegistry,
TreeFitnessAbstract fitnessEvaluator,
ParetoFitnessEvaluator paretoFitnessEvaluator,
java.util.List<EvolutionaryOperator<NAryTree>> evolutionaryOperators,
int populationSize,
int eliteCount) |