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

搜索资源列表

  1. pso_c+

    0下载:
  2. 这是一个pso程序源代码,pso源于对鸟群捕食行为的研究而发明的进化计算技术,属于进化算法的一种。 优点:收敛速度快,具有全局寻优能力,而且编程简单,易于推广使用。 -This is a pso source code, pso out of the flock of predatory behavior and evolutionary computation invention of the technology is an evolutionary algorithm. Advant
  3. 所属分类:WEB源码

    • 发布日期:2008-10-13
    • 文件大小:12470
    • 提供者:张清
  1. multiobjective_GA

    0下载:
  2. 多目标进化计算算法在JGAP包上的实现。程序演示了多目标进化中fitness function和search operator的实现。-Multi-objective evolutionary computation algorithm in the realization of JGAP package. Procedures to demonstrate the evolution of multi-objective fitness function and the realization
  3. 所属分类:Java Develop

    • 发布日期:2017-04-08
    • 文件大小:5213
    • 提供者:joe
  1. TSP_GA

    0下载:
  2. 使用进化计算算法解决TSP(Travelling Sales man Problem)问题的算法实现。程序显示了进化计算在解决NP-Hard的传统难题上的优势。-The use of evolutionary computation algorithm to solve TSP (Travelling Sales man Problem) algorithm problem.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-07
    • 文件大小:2464
    • 提供者:joe
  1. MakeDensityBasedClusterer.java.tar

    0下载:
  2. 基于局部搜索能力强、收敛速度快的特点,首先初始化一个没有子种群的全局种群,再在全局种群中采用迭代搜索,并对其中的个体进行聚类,当聚类簇中的个体数目达到规定的最小规模时形成一个子种群,然后在各子种群中进行迭代搜索并重新进行聚类,从而提高进化过程中种群的多样性,增强算法跳出局部最优的能力.该算法基于weka,用于weka拓展功能,需要 weka算法包支持。-Based on the local search ability, the characteristics of fast convergen
  3. 所属分类:Java Develop

    • 发布日期:2017-04-03
    • 文件大小:4859
    • 提供者:zhangrui
  1. SymbolicRegression

    1下载:
  2. 遗传编程 遗传编程,或称基因编程/GP ,是一种从生物演化过程得到灵感的自动化生成和选择计算机程序来完成用户定义的任务的技术。从理论上讲,人类用遗传编程只需要告诉计算机"需要完成什么",而不用告诉它"如何去完成",最终可能实现真正意义上的人工智能:自动化的发明机器。 -In artificial intelligence, genetic programming (GP) is an evolutionary algorithm-based methodology inspired
  3. 所属分类:Java Develop

    • 发布日期:2014-10-27
    • 文件大小:11939
    • 提供者:leon
  1. src

    0下载:
  2. 用量子进化算法解决机械工业生产调度问题,算法简单易懂,适合初学者。-Using quantum-inspired evolutionary algorithm to solve the mechanical industrial production scheduling problem, the algorithm easy to understand for beginners.
  3. 所属分类:JavaScript

    • 发布日期:2017-03-31
    • 文件大小:10752
    • 提供者:蒋佳颖
  1. Decode

    0下载:
  2. 有能力约束车辆路径问题混合量子进化算法编码-Vehicle routing problem with capacity constraints coded quantum evolutionary algorithm
  3. 所属分类:Java Develop

    • 发布日期:2017-04-10
    • 文件大小:1108
    • 提供者:小明
  1. Java--particle-swarm-algorithm

    0下载:
  2. java程序实现基本粒子群算法,本程序适应于演化算法的初学者,简单易懂,清晰明了。-Java program to achieve the particle swarm algorithm。This procedure to adapt to evolutionary algorithms for beginners
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-03-28
    • 文件大小:1245
    • 提供者:MrChen
  1. FVRP

    0下载:
  2. 这是对FVRP实现的量子进化算法,对学习VRP有一定的帮助。比较新颖,很实用。-This is FVRP achieve quantum evolutionary algorithm, to learn VRP have some help. Relatively new, very practical.
  3. 所属分类:JavaScript

    • 发布日期:2017-04-25
    • 文件大小:22061
    • 提供者:冷龙龙
  1. bin

    0下载:
  2. 这是对TDVRP实现的量子进化算法,对学习VRP有一定的帮助。比较新颖,很实用。-This is TDVRP achieve quantum evolutionary algorithm, to learn VRP have some help. Relatively new, very practical.
  3. 所属分类:JavaScript

    • 发布日期:2017-04-24
    • 文件大小:16420
    • 提供者:冷龙龙
  1. lee

    0下载:
  2. 这是对CSDVRP实现的量子进化算法,对学习VRP有一定的帮助。比较新颖,很实用。-This is CSDVRP achieve quantum evolutionary algorithm, to learn VRP have some help. Relatively new, very practical.
  3. 所属分类:JavaScript

    • 发布日期:2017-04-25
    • 文件大小:8950
    • 提供者:冷龙龙
  1. VRP

    0下载:
  2. 这是对基本VRP实现的量子进化算法,对学习VRP有一定的帮助。比较新颖,很实用。-This is the basic realization of quantum evolutionary algorithm VRP, VRP learning some help. Relatively new, very practical.
  3. 所属分类:JavaScript

    • 发布日期:2017-04-23
    • 文件大小:22284
    • 提供者:冷龙龙
  1. genetic

    0下载:
  2. 本代码是用java语言编写的简单遗传算法,对于研究进化算法的朋友很有帮助-The code is simple genetic algorithm using java language, the study of evolutionary algorithms helpful friend
  3. 所属分类:Java Develop

    • 发布日期:2017-05-04
    • 文件大小:5776
    • 提供者:李煜
  1. DE,JADE源代码(matlab)

    1下载:
  2. DE算法作为一种新的进化算法被广泛关注,它的改进算法层出不穷,但最经典的莫过于JADE(DE algorithm has been widely concerned as a new evolutionary algorithm. Its improved algorithms emerge in an endless stream, but the most classic is JADE.)
  3. 所属分类:Java编程

    • 发布日期:2019-08-02
    • 文件大小:2048
    • 提供者:1qaz1qaz1
搜珍网 www.dssz.com