|
JGAP | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jgap.Configuration
org.jgap.gp.impl.GPConfiguration
examples.gp.monalisa.core.DrawingGPConfiguration
public class DrawingGPConfiguration
Encapsulates the settings of the genetic algorithm.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.jgap.Configuration |
---|
Configuration.ConfigurationConfigurable |
Field Summary | |
---|---|
protected java.awt.image.BufferedImage |
m_target
|
Constructor Summary | |
---|---|
DrawingGPConfiguration(java.awt.image.BufferedImage a_target)
|
Method Summary | |
---|---|
java.awt.image.BufferedImage |
getTarget()
Get the target image of the drawing problem. |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected java.awt.image.BufferedImage m_target
Constructor Detail |
---|
public DrawingGPConfiguration(java.awt.image.BufferedImage a_target) throws InvalidConfigurationException
InvalidConfigurationException
Method Detail |
---|
public java.awt.image.BufferedImage getTarget()
|
JGAP | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |