Documentation of 'org.jgap.impl.DefaultConfiguration' Java class
DefaultConfiguration
org.jgap.impl

Class DefaultConfiguration

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Cloneable, java.lang.Comparable, Configurable, ICloneable


    public class DefaultConfiguration
    extends Configuration
    implements ICloneable
    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.
    Since:
    1.0
    See Also:
    Serialized Form
    • Constructor Detail

      • DefaultConfiguration

        public DefaultConfiguration()
      • DefaultConfiguration

        public 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. It is still necessary to set the sample Chromosome, population size, and desired fitness function. Other settings may optionally be altered as desired.
        Parameters:
        a_id - unique id for the configuration within the current thread
        a_name - informative name of the configuration, may be null
        Since:
        1.0
    • Method Detail

      • clone

        public java.lang.Object clone()
        Specified by:
        clone in interface ICloneable
        Overrides:
        clone in class Configuration
        Returns:
        deep clone of this instance
        Since:
        3.2

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.