public class ExpressionProblem
extends org.jgap.gp.GPProblem
| Modifier and Type | Class and Description |
|---|---|
static class |
ExpressionProblem.ResourceTerminalType
TerminalType help to differentiate Children subtypes.
|
| Modifier and Type | Field and Description |
|---|---|
static org.jgap.gp.CommandGene |
SUBPROGRAM |
| Constructor and Description |
|---|
ExpressionProblem(org.jgap.gp.impl.GPConfiguration a_conf)
Basic constructor for the EAGLE approaches.
|
ExpressionProblem(org.jgap.gp.impl.GPConfiguration a_conf,
boolean learnPreprocessing)
Constructor to decide whether Preprocessing is part of evolution.
|
| Modifier and Type | Method and Description |
|---|---|
org.jgap.gp.impl.GPGenotype |
create() |
boolean |
getLearnPreProcessing() |
void |
setLearnPreProcessing(boolean learnPreProcessing) |
public ExpressionProblem(org.jgap.gp.impl.GPConfiguration a_conf)
throws org.jgap.InvalidConfigurationException
a_conf - GPConfigurationorg.jgap.InvalidConfigurationException - new Measures and other CommandGenes to also learn Preprocessingpublic ExpressionProblem(org.jgap.gp.impl.GPConfiguration a_conf,
boolean learnPreprocessing)
throws org.jgap.InvalidConfigurationException
a_conf - learnPreprocessing - org.jgap.InvalidConfigurationException - when an invalid value has been passed to a Configuration objectpublic org.jgap.gp.impl.GPGenotype create()
throws org.jgap.InvalidConfigurationException
create in class org.jgap.gp.GPProblemorg.jgap.InvalidConfigurationExceptionpublic boolean getLearnPreProcessing()
public void setLearnPreProcessing(boolean learnPreProcessing)
Copyright © 2018. All rights reserved.