Documentation of 'ec.app.regression.func.KornsERC' Java class
KornsERC
ec.app.regression.func

Class KornsERC

    • Constructor Detail

      • KornsERC

        public KornsERC()
    • Method Detail

      • name

        public java.lang.String name()
        Description copied from class: ERC
        Returns the lowercase "name" of this ERC function class, some simple, short name which distinguishes this class from other ERC function classes you're using. If you have more than one ERC function, you need to distinguish them here. By default the value is "ERC", which works fine for a single ERC function in the function set. Whatever the name is, it should generally only have letters, numbers, or hyphens or underscores in it. No whitespace or other characters.
        Overrides:
        name in class ERC
      • resetNode

        public void resetNode(EvolutionState state,
                              int thread)
        Description copied from class: ERC
        Remember to override this to randomize your ERC after it has been cloned. The prototype will not ever receive this method call.
        Overrides:
        resetNode in class RegERC

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.