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

Class GABreeder

    • Constructor Detail

      • GABreeder

        public GABreeder()
    • Method Detail

      • evolve

        public Population evolve(Population a_pop,
                                 Configuration a_conf)
        Evolves the population of chromosomes within a genotype. This will execute all of the genetic operators added to the present active configuration and then invoke the natural selector to choose which chromosomes will be included in the next generation population.
        Parameters:
        a_pop - the population to evolve
        a_conf - the configuration to use for evolution
        Returns:
        evolved population
        Since:
        3.2
      • getLastConfiguration

        public Configuration getLastConfiguration()
      • getLastPopulation

        public Population getLastPopulation()
      • clone

        public java.lang.Object clone()
        Specified by:
        clone in interface ICloneable
        Specified by:
        clone in class BreederBase
        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.