|
JGAP | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jgap.Configuration
examples.monalisa.core.GAConfiguration
public class GAConfiguration
Encapsulates the settings of the genetic algorithm.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.jgap.Configuration |
---|
Configuration.ConfigurationConfigurable |
Field Summary |
---|
Constructor Summary | |
---|---|
GAConfiguration(java.awt.image.BufferedImage a_target,
int a_maxPolygons)
|
Method Summary | |
---|---|
java.lang.Object |
clone()
|
int |
getMaxPolygons()
|
GAPhenotypeExpresser |
getPhenotypeExpresser()
|
java.awt.image.BufferedImage |
getTarget()
|
Methods inherited from class java.lang.Object |
---|
finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public GAConfiguration(java.awt.image.BufferedImage a_target, int a_maxPolygons) throws InvalidConfigurationException
InvalidConfigurationException
Method Detail |
---|
public java.awt.image.BufferedImage getTarget()
public int getMaxPolygons()
public GAPhenotypeExpresser getPhenotypeExpresser()
public java.lang.Object clone()
clone
in interface ICloneable
clone
in class Configuration
|
JGAP | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |