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

搜索资源列表

  1. jge(java-grammatical-evolution)

    0下载:
  2. netlogo仿真程序,多目标遗传java相关源代码-netlogo simulation program,R based genetic algorithm for optimization, variable selection and other machine learning and statistical analysis approaches.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-01
    • 文件大小:205664
    • 提供者:lichunliang
  1. examsystem_SJTU_CS_startear

    1下载:
  2. examsystem智能组卷系统,其中组卷算法采用经典的遗传算法,图形化界面,采用MVC系统开发模式,连接sql2000数据库-Examsystem intelligent system, including group algorithm using the roll classic genetic algorithm, the graphical interface, the MVC system development mode, sql2000 database connection
  3. 所属分类:JSP源码/Java

    • 发布日期:2014-03-01
    • 文件大小:1191378
    • 提供者:startear
  1. jgap_3.4.4_full

    0下载:
  2. 一种java 语言编写的遗传算法编程框架-JGAP is a Genetic Algorithms and Genetic Programming framework written in Java.
  3. 所属分类:Java Develop

    • 发布日期:2017-05-25
    • 文件大小:8213946
    • 提供者:jane
  1. GA-java

    0下载:
  2. 改代码用java语言实现遗传算法编程,并且运用实例进行了验证,对学习遗传算法很有帮助-Change the code using the java language programming of the genetic algorithm, and use examples to validate learning genetic algorithm is helpful
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-04-02
    • 文件大小:1156
    • 提供者:MrChen
  1. AGA

    0下载:
  2. 遗传算法matlab代码_AGA 希望对大家有所帮助-Genetic algorithm matlab code _AGA hope all of you help thank you
  3. 所属分类:JavaScript

    • 发布日期:2017-04-24
    • 文件大小:15247
    • 提供者:王光
  1. BP

    0下载:
  2. 用遗传算法优化BP神经网络 希望帮助到大家 -Genetic algorithm to optimize BP neural network to help you Thank you
  3. 所属分类:JavaScript

    • 发布日期:2017-04-07
    • 文件大小:1527
    • 提供者:王光
  1. ga

    0下载:
  2. 遗传算法求解tsp问题相关资料_JAVA源码-The genetic algorithm tsp the relevant information _JAVA on source
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-11-15
    • 文件大小:8303
    • 提供者:mingze
  1. java-TSP

    0下载:
  2. 用java语言实现的遗传算法解救TSP问题-TSP problem with a the java language genetic algorithm rescue
  3. 所属分类:Java Develop

    • 发布日期:2017-11-25
    • 文件大小:3403
    • 提供者:杨阳
  1. BLH_proFitnessFunction2

    0下载:
  2. 碧流河水库采用改进遗传算法调度的适应度函数编码部分-Biliuhe improved genetic algorithm scheduling coding part of the fitness function
  3. 所属分类:Ajax

    • 发布日期:2017-11-19
    • 文件大小:925
    • 提供者:wanghaixia
  1. Java-Genetic-Algorithm-Package

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

    • 发布日期:2017-11-22
    • 文件大小:17393
    • 提供者:Rose
  1. Tsp3

    0下载:
  2. 旅行商问题,安徽大学最优路径的寻找。利用机器学习中的遗传算法-Traveling salesman problem, the optimal path of Anhui University looking for.Using genetic algorithms in machine learning.
  3. 所属分类:Java Develop

    • 发布日期:2017-12-09
    • 文件大小:83482
    • 提供者:tang
  1. GA-SVM

    0下载:
  2. 由于遗传算法具有隐含的并行性和强大的全局搜索能力,可以在很短的时间内搜索到全局最优点。使用GA对SVM进行参数的优化,寻找最优的惩罚因子和SVM中RBF参数的组合。结合RBF参数r和惩罚因子C, 可以得到需要优化的参数组合。希望对大家有用!-Genetic algorithm with implicit parallelism and powerful global search capability, you can search within a very short period of t
  3. 所属分类:JavaScript

    • 发布日期:2017-11-10
    • 文件大小:8105
    • 提供者:张琪
  1. GA-RBF

    1下载:
  2. 暑假期间自编的遗传算法优化RBF神经网络的源程序,代码为用MACD指标对沪指收盘价进行预测,希望对大家有用!-During the summer self genetic algorithm to optimize the RBF neural network source code using the MACD indicator to predict the stock index closing price, hope to be useful!
  3. 所属分类:JavaScript

    • 发布日期:2017-02-02
    • 文件大小:6144
    • 提供者:张琪
  1. GA-BP

    3下载:
  2. 用遗传算法优化BP神经网络的源代码,自己编的,可直接运行,代码为用MA指标对股指收盘价进行预测,另附带一个matlab编程实例!-Genetic algorithm to optimize BP neural network source code, compiled their own, can be directly run code MA indicators to predict the closing price of the stock index, the other with a
  3. 所属分类:JavaScript

    • 发布日期:2015-01-29
    • 文件大小:5120
    • 提供者:张琪
  1. ThinkingInJava

    0下载:
  2. 探讨了矩形件和任意形状图案的排样优化问题的遗传算法求解,提出了剩余矩形表示法和条形图表示法。对于矩形排样,剩余矩形表示法提高了板材利用率,更容易得到较优解。对于任意形状图案排样,条形图表示法直接利用位图排样,不对图案作任何限制(允许有孔洞),排样速度很快。该算法已应用于智能印花分色系统中-very good
  3. 所属分类:JavaScript

    • 发布日期:2017-11-25
    • 文件大小:5483101
    • 提供者:缪茂可
  1. aaaaa

    0下载:
  2. 蚁群算法(ant colony optimization, ACO),又称蚂蚁算法,是一种用来在图中寻找优化路径的机率型算法。它由Marco Dorigo于1992年在他的博士论文中提出,其灵感来源于蚂蚁在寻找食物过程中发现路径的行为。蚁群算法是一种模拟进化算法,初步的研究表明该算法具有许多优良的性质。针对PID控制器参数优化设计问题,将蚁群算法设计的结果与遗传算法设计的结果进行了比较,数值仿真结果表明,蚁群算法具有一种新的模拟进化优化方法的有效性和应用价值。-Ant Colony Algori
  3. 所属分类:FlashMX/Flex

    • 发布日期:2017-11-22
    • 文件大小:24477
    • 提供者:舒万春
  1. GA

    0下载:
  2. 遗传算法应用,用来计算函数在某区间的最大值-Genetic Algorithm for calculating the maximum value of a function in a certain range.
  3. 所属分类:Java Develop

    • 发布日期:2017-11-19
    • 文件大小:9055
    • 提供者:汤莲瑞
  1. TH

    0下载:
  2. 遗传算法求解TSP问题的java代码,清晰明了,思路清楚-Java code genetic algorithm for solving TSP, clarity, clear thinking
  3. 所属分类:JavaScript

    • 发布日期:2017-11-26
    • 文件大小:2698
    • 提供者:niuwenjing
  1. Multi-objective-Genetic

    0下载:
  2. 多目标遗传 多目标遗传 多目标遗传-Multi-objective Genetic multi-objective genetic multi-objective genetic multi-objective genetic multi-objective genetic
  3. 所属分类:FlashMX/Flex

    • 发布日期:2017-11-30
    • 文件大小:2591
    • 提供者:徐级
  1. genetic-algorithm

    0下载:
  2. 遗传算法 使用JAVA实现 精确简洁 使用最小的空间实现最全的功能-The genetic algorithm uses Java to achieve accurate and simple to use minimal space to achieve the most complete functionality
  3. 所属分类:Java Develop

    • 发布日期:2017-12-06
    • 文件大小:20117
    • 提供者:suntianhong
« 1 2 3 4 56 7 8 »
搜珍网 www.dssz.com