⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 nodevalidatorfortest.java

📁 一个开源的用java开发的遗传算法的封装好的工程
💻 JAVA
字号:
package org.jgap.gp.impl;

import org.jgap.gp.impl.*;
import org.jgap.gp.*;

/**
 * For testing purposes only.
 *
 * @author Klaus Meffert
 * @since 3.2
 */
public class NodeValidatorForTest
    implements INodeValidator {
  public boolean validate(ProgramChromosome a_chrom, CommandGene a_node,
                          CommandGene a_rootNode,
                          int a_tries, int a_num, int a_recurseLevel,
                          Class a_type, CommandGene[] a_functionSet,
                          int a_depth, boolean a_grow, int a_childIndex,
                          boolean a_fullProgram) {
    return true;
  }
}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -