|
JGAP | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jgap.gp.GPProblem
examples.gp.monalisa.core.DrawingProblem
public class DrawingProblem
DrawingProblem encapsulates the GP configuration of the commands to use for composing a picture from polygons.
| Nested Class Summary | |
|---|---|
static class |
DrawingProblem.TerminalType
TerminalType helps differentiate the terminals that have different ranges. |
| Field Summary | |
|---|---|
static CommandGene |
SUBPROGRAM
|
| Constructor Summary | |
|---|---|
DrawingProblem(GPConfiguration a_conf)
|
|
| Method Summary | |
|---|---|
GPGenotype |
create()
Generates an inital genotype for the drawing problem. |
| Methods inherited from class org.jgap.gp.GPProblem |
|---|
createTree, getGPConfiguration, setGPConfiguration, showTree, showTree |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static CommandGene SUBPROGRAM
| Constructor Detail |
|---|
public DrawingProblem(GPConfiguration a_conf)
throws InvalidConfigurationException
InvalidConfigurationException| Method Detail |
|---|
public GPGenotype create()
throws InvalidConfigurationException
create in class GPProblemInvalidConfigurationException - in case of an error
|
JGAP | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||