Documentation of 'org.jgap.distr.IPopulationMerger' Java class
IPopulationMerger
org.jgap.distr

Interface IPopulationMerger

  • All Known Implementing Classes:
    FittestPopulationMerger


    public interface IPopulationMerger
    Interface for implementations allowing to merge two independent populations together into one combined population.
    Since:
    2.0
    • Field Detail

      • CVS_REVISION

        static final java.lang.String CVS_REVISION
        String containing the CVS revision. Read out via reflection!
        See Also:
        Constant Field Values
    • Method Detail

      • mergePopulations

        Population mergePopulations(Population a_population1,
                                    Population a_population2,
                                    int a_new_population_size)
        Merges two populations into one that has the given size.
        Parameters:
        a_population1 - first population
        a_population2 - second population
        a_new_population_size - size of merged population
        Returns:
        the resulting population
        Since:
        2.0

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.