Uses of Class
org.dllearner.algorithms.gp.Program

Packages that use Program
org.dllearner.algorithms.gp Genetic Programming Learning Algorithm. 
org.dllearner.algorithms.hybridgp Hybrid Learning Algorithm: A combination of Genetic Programming and Refinement Operators. 
 

Uses of Program in org.dllearner.algorithms.gp
 

Methods in org.dllearner.algorithms.gp that return Program
static Program GPUtilities.createFullRandomProgram(AbstractLearningProblem learningProblem, AbstractReasonerComponent rs, int depth, boolean adc)
          Create a program using the full method.
static Program GPUtilities.createGrowRandomProgram(AbstractLearningProblem learningProblem, AbstractReasonerComponent rs, int depth, boolean adc)
          Create a program using the grow method.
static Program GPUtilities.createProgram(AbstractLearningProblem learningProblem, Description mainTree)
           
static Program[] GPUtilities.crossover(AbstractLearningProblem learningProblem, Program p1, Program p2)
          Perform crossover on two programs.
static Program GPUtilities.hillClimbing(AbstractLearningProblem learningProblem, AbstractReasonerComponent rs, Program p)
           
static Program GPUtilities.mutation(AbstractLearningProblem learningProblem, AbstractReasonerComponent rs, Program p)
          Perform a point mutation on the given program.
 

Methods in org.dllearner.algorithms.gp with parameters of type Program
static boolean GPUtilities.checkProgram(Program prog)
           
static void GPUtilities.checkPrograms(Program[] progs)
           
static Program[] GPUtilities.crossover(AbstractLearningProblem learningProblem, Program p1, Program p2)
          Perform crossover on two programs.
static Program GPUtilities.hillClimbing(AbstractLearningProblem learningProblem, AbstractReasonerComponent rs, Program p)
           
static Program GPUtilities.mutation(AbstractLearningProblem learningProblem, AbstractReasonerComponent rs, Program p)
          Perform a point mutation on the given program.
 

Uses of Program in org.dllearner.algorithms.hybridgp
 

Methods in org.dllearner.algorithms.hybridgp that return Program
 Program Psi.applyOperator(Program program)
           
 Program GeneticRefinementOperator.applyOperator(Program program)
           
 

Methods in org.dllearner.algorithms.hybridgp with parameters of type Program
 Program Psi.applyOperator(Program program)
           
 Program GeneticRefinementOperator.applyOperator(Program program)
           
 



SourceForge.net Logo DL-Learner is licenced under the terms of the GNU General Public License.
Copyright © 2007-2011 Jens Lehmann