Documentation of 'org.jgap.BaseGeneticOperator' Java class
BaseGeneticOperator
org.jgap

Class BaseGeneticOperator

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      boolean equals(java.lang.Object a_other)
      Compares this GeneticOperator against the specified object.
      Configuration getConfiguration() 
      • Methods inherited from class java.lang.Object

        getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface java.lang.Comparable

        compareTo
    • Method Detail

      • getConfiguration

        public Configuration getConfiguration()
        Returns:
        the configuration set
        Since:
        3.0
      • equals

        public boolean equals(java.lang.Object a_other)
        Compares this GeneticOperator against the specified object. The result is true if the argument is an instance of this class and is equal with respect to the data.
        Overrides:
        equals in class java.lang.Object
        Parameters:
        a_other - the object to compare against
        Returns:
        true: if the objects are the same, false otherwise
        Since:
        2.6

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.