|
JGAP | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jgap.Configuration
org.jgap.impl.DefaultConfiguration
public class DefaultConfiguration
The DefaultConfiguration class simplifies the JGAP configuration process by providing default configuration values for many of the configuration settings. The following values must still be provided: the sample Chromosome, population size, and desired fitness function. All other settings may also be changed in the normal fashion for those who wish to specify other custom values.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.jgap.Configuration |
|---|
Configuration.ConfigurationConfigurable |
| Field Summary |
|---|
| Constructor Summary | |
|---|---|
DefaultConfiguration()
|
|
DefaultConfiguration(java.lang.String a_id,
java.lang.String a_name)
Constructs a new DefaultConfiguration instance with a number of configuration settings set to default values. |
|
| Method Summary | |
|---|---|
java.lang.Object |
clone()
|
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public DefaultConfiguration()
public DefaultConfiguration(java.lang.String a_id,
java.lang.String a_name)
a_id - unique id for the configuration within the current threada_name - informative name of the configuration, may be null| Method Detail |
|---|
public java.lang.Object clone()
clone in interface ICloneableclone in class Configuration
|
JGAP | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||