Documentation of 'org.encog.ml.prg.generator.PrgGenerator' Java class
PrgGenerator
org.encog.ml.prg.generator

Interface PrgGenerator

    • Method Detail

      • createNode

        ProgramNode createNode(java.util.Random rnd,
                               EncogProgram program,
                               int depthRemaining,
                               java.util.List<ValueType> types)
        Create a random node for an Encog Program.
        Parameters:
        rnd - Random number generator.
        program - The program that the node should be generated for.
        depthRemaining - The depth remaining to generate.
        types - The types to generate.
        Returns:
        The newly created node.
      • getMaxGenerationErrors

        int getMaxGenerationErrors()
        Returns:
        The maximum number of errors to allow during generation.
      • setMaxGenerationErrors

        void setMaxGenerationErrors(int maxGenerationErrors)
        Set the maximum errors to allow during generation.
        Parameters:
        maxGenerationErrors - The max errors.

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.