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

Class MathCommand

    • Constructor Detail

      • MathCommand

        public MathCommand(GPConfiguration a_conf,
                           int a_arity,
                           java.lang.Class a_returnType,
                           int a_subReturnType,
                           int[] a_subChildTypes)
                    throws InvalidConfigurationException
        Allows specifying a sub return type and sub child types.
        Parameters:
        a_conf - the configuration to use
        a_arity - the number of children of the node
        a_returnType - type of the return value of the node
        a_subReturnType - sub type of the return type, optional usage
        a_subChildTypes - sub type of a child, optional usage
        Throws:
        InvalidConfigurationException
        Since:
        3.2
      • MathCommand

        public MathCommand(GPConfiguration a_conf,
                           int a_arity,
                           java.lang.Class a_returnType,
                           int a_subReturnType,
                           int a_subChildType)
                    throws InvalidConfigurationException
        Allows specifying a sub return type and a single sub child type.
        Parameters:
        a_conf - the configuration to use
        a_arity - the number of children of the node
        a_returnType - type of the return value of the node
        a_subReturnType - sub type of the return type, optional usage
        a_subChildType - sub type of a child, optional usage
        Throws:
        InvalidConfigurationException
        Since:
        3.2

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.