Documentation of 'ec.gp.ge.breed.GECrossoverPipeline' Java class
GECrossoverPipeline
ec.gp.ge.breed

Class GECrossoverPipeline

  • All Implemented Interfaces:
    Prototype, Setup, SteadyStateBSourceForm, RandomChoiceChooserD, java.io.Serializable, java.lang.Cloneable


    public class GECrossoverPipeline
    extends ListCrossoverPipeline
    GECrossoverPipeline is just like ListCrossoverPipeline, except that it will additionally check to verify that the first crossover point is within the range of consumed genes in each parent. This is not uncommon in the GE literature.

    For simplicity, GECrossoverPipeline shares the same default base as ListCrossoverPipeline, since it adds no new parameters.

    Number of Sources
    2

    Default Base
    vector.list-xover

    See Also:
    Serialized Form
    • Constructor Detail

      • GECrossoverPipeline

        public GECrossoverPipeline()
    • Method Detail

      • isValidated

        public boolean isValidated(int[][] split,
                                   java.lang.Object validationData)
        Description copied from class: ListCrossoverPipeline
        A hook called by ListCrossoverPipeline to allow subclasses to further validate children crossover points. Primarily used by GECrossoverPipeline.
        Overrides:
        isValidated in class ListCrossoverPipeline

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.