Documentation of 'org.jgap.gp.CrossMethod' Java class
CrossMethod
org.jgap.gp

Class CrossMethod

  • All Implemented Interfaces:
    java.io.Serializable
    Direct Known Subclasses:
    BranchTypingCross


    public abstract class CrossMethod
    extends java.lang.Object
    implements java.io.Serializable
    Abstract base class for GP-crossing over implementations.
    Since:
    3.0
    See Also:
    Serialized Form
    • Constructor Detail

    • Method Detail

      • operate

        public abstract IGPProgram[] operate(IGPProgram a_i1,
                                             IGPProgram a_i2)
        Crosses two individuals.
        Parameters:
        a_i1 - the first individual to cross
        a_i2 - the second individual to cross
        Returns:
        an array of the two resulting individuals
        Since:
        3.0

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.