CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 WEB源码 搜索资源 - java 遗传

搜索资源列表

  1. java-ga-devel-alpha-0.1.tar

    0下载:
  2. 遗传算法源代码,实现了选择操作、交叉操作和变异操作,通过适应度函数完成种群的选择及收敛。-genetic algorithm source code and realized the choice of operation, crossover and mutation operation, through fitness function completed Stocks choice and convergence.
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:29.87kb
    • 提供者:李文
  1. Genetic_algorithm.rar

    0下载:
  2. 一个标准遗传算法的java代码和文档,文件为word格式,内附代码!,a genetic algorithm!
  3. 所属分类:Java Develop

    • 发布日期:2017-04-03
    • 文件大小:50.96kb
    • 提供者:ycf
  1. java_GAS.rar

    0下载:
  2. 是一个用java做的遗传算法的实例,主要是用java来实现遗传算法。,Is a java to do with the examples of the genetic algorithm is mainly used to achieve genetic algorithm java.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-02
    • 文件大小:8.12kb
    • 提供者:adny
  1. tsp

    0下载:
  2. 用的是遗传算法.实现了货郎担的模拟,图形界面-Using a genetic algorithm. Realized the TSP simulation, graphical interface
  3. 所属分类:Java Develop

    • 发布日期:2017-03-30
    • 文件大小:45.94kb
    • 提供者:wangxiao_nick
  1. zipper

    0下载:
  2. 使用java.util.zip包将文件压缩成zip文件的Zipper类-Make file to zip file by package java.uitl.Zip.
  3. 所属分类:Java Develop

    • 发布日期:2017-11-27
    • 文件大小:1.86kb
    • 提供者:站长
  1. java-myga

    0下载:
  2. 用免疫遗传算法解决TSP问题,比较了该算法和遗传算法和免疫算法的效率-With immune genetic algorithm to solve TSP problems, comparison of the algorithm and genetic algorithm and immune algorithm efficiency
  3. 所属分类:JavaScript

    • 发布日期:2017-03-25
    • 文件大小:559.67kb
    • 提供者:顾清水
  1. LogFac_Exp_1

    0下载:
  2. java编写的最短路径算法,先由启发式方法获得染色体的初始编码,然后由遗传算法求出最短路径,对解决物流领域的TSP是非常好的计算机实现-java prepared by the shortest path algorithm, by the heuristic method to obtain the initial encoding of chromosome, and then by the genetic algorithm to derive the shortest path to s
  3. 所属分类:Java Develop

    • 发布日期:2017-03-30
    • 文件大小:304.78kb
    • 提供者:wangxiaofang
  1. SGA

    0下载:
  2. 遗传算法的好代码,值得研究! 遗传算法的好代码,值得研究!-Genetic algorithm, genetic algorithm!
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-04-14
    • 文件大小:4.35kb
    • 提供者:和子
  1. PrincipleandApplicationofGeneticAlgorithm

    0下载:
  2. 遗传算法原理及应用,书本,扫描质量还可以的,pdf.-Principle and Application of Genetic Algorithm
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-05-14
    • 文件大小:3.33mb
    • 提供者:和子
  1. java-GA

    0下载:
  2. 解非线性模型的遗传算法,采用java语言编写,注释完整,清晰易懂-java-genetic athletic
  3. 所属分类:Java Develop

    • 发布日期:2017-04-01
    • 文件大小:1.94kb
    • 提供者:mengjie
  1. ycsf

    0下载:
  2. 标准的遗传算法,用Java实现,求解函数,有良好的界面。-Standard genetic algorithm, using Java to achieve, to solve function, there is a good interface.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-03
    • 文件大小:7.21kb
    • 提供者:杨毅平
  1. GA

    0下载:
  2. 基于佳点集的遗传算法求解tsp问题 用java开发,-Based on good point set genetic algorithm tsp problem with java development,
  3. 所属分类:Java Develop

    • 发布日期:2017-03-24
    • 文件大小:3.28kb
    • 提供者:张晓
  1. Best

    0下载:
  2. java遗传算法程序,采用标准遗传算法求解函数的一个例子。-java genetic algorithm process, the use of standard genetic algorithm function of a case in point.
  3. 所属分类:Java Develop

    • 发布日期:2017-03-29
    • 文件大小:2.34kb
    • 提供者:赵娴
  1. GA_Assembly

    0下载:
  2. JAVA编的遗传算法程序,解决装配车间排序问题-JAVA program for the genetic algorithm to solve the assembly shop scheduling problem
  3. 所属分类:Java Develop

    • 发布日期:2017-05-11
    • 文件大小:2.59mb
    • 提供者:ggb
  1. zGEPboshichengxu

    0下载:
  2. 一博士论文程序代码,结合遗传算法和GP算法研究的程序。-A doctoral thesis program code, combined with genetic algorithm and GP algorithm procedure.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-06
    • 文件大小:118.24kb
    • 提供者:liumingyi
  1. OnlineTestSystem

    0下载:
  2. 通用题库管理及使用遗传算法自动生成试卷的系统-General test management and auto-generated using genetic algorithm system paper
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-03-28
    • 文件大小:305.02kb
    • 提供者:翁海冰
  1. java

    0下载:
  2. 用Java实现遗传算法的 标准遗传算法求解函数原程序-A genetic algorithm with the standard Java Genetic Algorithm for Function of the original program
  3. 所属分类:JavaScript

    • 发布日期:2017-03-29
    • 文件大小:2.37kb
    • 提供者:lpf30920
  1. scheduling-system

    0下载:
  2. 本系统主要实现了商品信息模块,公告信息模块(及时发现需进货商品信息),出库信息模块,管理员模块,商品调度模块,日志信息模块。在本系统中使用了遗传算法,可以同时对多种商品进行调度,该算法会根据供应商报价以及运输成本去自动选择一种最优方式,这种方式在很大程度上减少了管理员操作时间,节约了进货成本。-The system implements the product information module, the bulletin information module (must purchase g
  3. 所属分类:Java Develop

    • 发布日期:2017-05-29
    • 文件大小:11.27mb
    • 提供者:陶天
  1. Java-Genetic-Algorithm-Package

    0下载:
  2. Java Genetic Algorithm Package——Java遗传算法包。-Java Genetic Algorithm Package
  3. 所属分类:Java Develop

    • 发布日期:2017-11-22
    • 文件大小:16.99kb
    • 提供者:Rose
  1. TSP遗传算法

    0下载:
  2. 对于TSP问题使用遗传算法的解决方法,其中含有测试数据以及代码数据。(The genetic algorithm is used to solve the TSP problem, which contains the test data and the code data.)
  3. 所属分类:Java编程

    • 发布日期:2018-05-02
    • 文件大小:8kb
    • 提供者:AlohaHill
« 12 3 4 5 »
搜珍网 www.dssz.com