1 10 package org.jgap.gp; 11 12 import org.jgap.gp.impl.*; 13 14 28 public interface INodeValidator { 29 30 final static String CVS_REVISION = "$Revision: 1.3 $"; 31 32 56 boolean validate(ProgramChromosome a_chrom, CommandGene a_node, 57 CommandGene a_rootNode, int a_tries, 58 int a_num, int a_recursLevel, Class a_type, 59 CommandGene[] a_functionSet, int a_depth, 60 boolean a_grow, int a_childIndex); 61 } 62 | Popular Tags |