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

搜索资源列表

  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. FrameReader

    1下载:
  2. 是模拟达尔文的遗传选择和自然淘汰的生物进化过程的计算模型。通过全老师耐心的讲解,我已经清楚了简单遗传算法的处理过程,遗传算法的基本操作包括:编码、初始群体的生成、适应度评估检测、选择、杂交操作、变异。下面是我用Java编写的一个简单遗传算法的程序,求解的题目-simulates Darwinian genetic selection and the natural elimination process of biological evolution model. Through all pat
  3. 所属分类:WEB源码

    • 发布日期:2008-10-13
    • 文件大小:1476
    • 提供者:dfsa
  1. myai

    0下载:
  2. 简单遗传算法,程序进化一个沿二维网格边界行走的机器人。-Simple genetic algorithm, the program evolved a two-dimensional grid along the border walking robots.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-07
    • 文件大小:32358
    • 提供者:lml
  1. dehpso

    0下载:
  2. 基于差分进化与粒子群混合算法优化源程序,这是一个java语言编制的源程序,很实用.-Based on Differential Evolution and Particle Swarm Optimization Hybrid Algorithm source code, which is a java source languages, it is practical.
  3. 所属分类:Java Develop

    • 发布日期:2017-03-30
    • 文件大小:47438
    • 提供者:youzping
  1. wpcA

    0下载:
  2. 利用JAVA实现的利用进化算法对人口增长进行仿真的源码-The use of JAVA implementation of the use of evolutionary algorithms for simulation of population growth in the source
  3. 所属分类:Java Develop

    • 发布日期:2017-04-28
    • 文件大小:35415
    • 提供者:sdsd
  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. 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. Knapsack

    0下载:
  2. 0/1背包问题,java差分进化算法实验-0/1 knapsack problem, java experimental differential evolution algorithm
  3. 所属分类:Java Develop

    • 发布日期:2017-04-03
    • 文件大小:2317
    • 提供者:朱小峰
  1. differential-algorithm

    0下载:
  2. 差分进化算法(differential algorithm)-Differential evolution algorithm (differential algorithm)
  3. 所属分类:Java Develop

    • 发布日期:2017-04-08
    • 文件大小:18408
    • 提供者:dwwd
  1. aaaaa

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

    • 发布日期:2017-11-22
    • 文件大小:24477
    • 提供者:舒万春
  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. tside

    0下载:
  2. 使用java编写的差分进化算法,一共有三个程序,分别是三个例子-Use java prepared by the differential evolution algorithm, a total of three programs, namely three examples
  3. 所属分类:Java Develop

    • 发布日期:2017-04-15
    • 文件大小:7283
    • 提供者:Cay Chance
  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. set

    0下载:
  2. 集合进化算法,一个个体包含一个集合,求解后得到一个解集.-set-based evolution alghrithm
  3. 所属分类:Java Develop

    • 发布日期:2017-12-11
    • 文件大小:7433
    • 提供者:Skinner
  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
« 12 »
搜珍网 www.dssz.com