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

搜索资源列表

  1. GA

    1下载:
  2. 遗传算法,包含选择,交叉,变异等操作,可求出Y=sin(x)在0-2π的最大值和最小值-Genetic algorithm, including selection, crossover and mutation operation, etc., can be obtained Y = sin (x) at the 0-2π Maximum and minimum
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-02
    • 文件大小:539404
    • 提供者:frank
  1. tsp

    0下载:
  2. 遗传算法解决 TSP 问题的MATLAB源码-Genetic algorithm to solve TSP problem the MATLAB source code
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:1741
    • 提供者:ycq
  1. PLSGA

    0下载:
  2. 讲述偏最小二程结合遗传算法的实现过程,利用MatLab语言编程实现-Two-way on the unbiased minimum genetic algorithm combined with the implementation process, the use of MatLab programming language implementation
  3. 所属分类:matlab

    • 发布日期:2017-04-15
    • 文件大小:5931
    • 提供者:yang
  1. zishiyingyichuan

    0下载:
  2. 自己编写的自适应遗传算法,改进算法后,计算速度提高已经试过有效应好-I have written self-adaptive genetic algorithm, to improve the algorithm, the computing speed of' ve tried to be good and effective
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-13
    • 文件大小:2179
    • 提供者:lili
  1. duomubiaoyichuan

    0下载:
  2. 多目标遗传算法应用于电火花机床参数优化,优化过程简单,计算结果准确,收敛速度明显加快-Multi-objective genetic algorithm optimization applied to EDM, the optimization process is simple, accurate calculations, significantly speeding up the convergence rate
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-14
    • 文件大小:3420
    • 提供者:lili
  1. MultiobjectiveGeneticAlgorithm

    0下载:
  2. 多目标遗传算法/用法不用多说、要用的赶快下载吧-Multi-objective Genetic Algorithm/usage Needless to say, want to use to download it as soon as possible
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:124654
    • 提供者:fengtongming
  1. Theroadbasedongeneticalgorithmsimagesegmentation.r

    1下载:
  2. 基于遗传算法的道路图象分割,针对道路图像的分割,个人感觉效果还行。-The road based on genetic algorithms image segmentation, image segmentation for the road, feeling the effect of individual firms also.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-07
    • 文件大小:1482565
    • 提供者:jiangzhy
  1. IA

    0下载:
  2. 用小生境遗传算法实现求解rosenbrock函数的最优值-The program is aim to finding the rosenborck function extremity solution by using the niche GA algorithm.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-13
    • 文件大小:1998
    • 提供者:deadren
  1. de

    0下载:
  2. 差分进化算法,最新的用于替代遗传算法,是以后的主要发展方法-differential evolution
  3. 所属分类:MPI

    • 发布日期:2017-04-06
    • 文件大小:13751
    • 提供者:jia
  1. AdaptingGA

    1下载:
  2. 本算法为自适应遗传算法,采用基于排序的选择策略,编码方案为实数编码。能够解决很多优化问题!-The algorithm for the adaptive genetic algorithm, based on the sort of choice strategy, coding schemes for real-coded. Many optimization problems can be solved!
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-25
    • 文件大小:29743
    • 提供者:邱腾飞
  1. gabags

    0下载:
  2. 网站上关于遗传算法开发可谓工具箱满天飞。可工具箱超级难用。鉴于此,本人自己完全用matlab实现遗传算法解决多背包问题并留了qq。-Web site development on the genetic algorithm toolbox is all over the place. Toolbox can be super hard to use. In view of this, I am not at all with the realization of genetic algorith
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:1504
    • 提供者:李斌
  1. yichuansuanfaqiujielvxingshang

    0下载:
  2. 利用遗传算法求解旅行商问题,其中附有程序实现的源代码-The use of genetic algorithm to solve traveling salesman problem, of which attached to the source code program
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-14
    • 文件大小:4080
    • 提供者:张驰
  1. TSP_GA

    2下载:
  2. 《智能优化算法》课的作业,用遗传算法解TSP问题。其间遇到了收敛速度慢的问题,也是在这个网找到了解决方案。大家下载的应该都是那个VC6的Windows程序。我这个是从零开始写的,大家看起来应该容易懂些。C++的Console程序,VC2005下编译。全部用STL,所以旧的编译器可能会有点问题。压缩包内有谢胜利的论文:《TSP遗传算法的改进》。正是用他的贪婪交配才使得10代左右解就收敛到很好。再次赞一下!-" Intelligent Optimization Algorithms"
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:599431
    • 提供者:
  1. SGA3

    0下载:
  2. 本代码是一个自适应优化遗传算法的例子,读者可以结合王小平写的书来学习,已经实现了,测试过,可以通过编译计算结果-This code is an adaptive genetic algorithm optimization example, readers can be combined Wang Xiaoping wrote the book to learn, has become a reality, testing, and results can be compiled
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-29
    • 文件大小:314300
    • 提供者:张一
  1. GAFO.ZIP

    0下载:
  2. 在matlab中利用遗传算法实现函数优化-In the use of matlab genetic algorithm function optimization
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:109092
    • 提供者:周大卫
  1. gaMATLAB

    1下载:
  2. 遗传算法优化装配生产线任务,MATLAB源码,优化出生产线最佳装配路径-Genetic algorithm to optimize the assembly line, optimizing task MATLAB source, the best assembly line
  3. 所属分类:AI-NN-PR

    • 发布日期:2016-10-26
    • 文件大小:1900
    • 提供者:ronnie
  1. 6

    0下载:
  2. 继续上次传的简单遗传算法,本次加入啦测试部分。-Continue to the last mass of the simple genetic algorithm, to join you in this part of the test.
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:1165
    • 提供者:小光
  1. ga-PID

    8下载:
  2. 利用遗传算法优化pid控制器三个参数的matlab程序-The use of genetic algorithm to optimize the three parameters of pid controller matlab program
  3. 所属分类:AI-NN-PR

    • 发布日期:2015-06-26
    • 文件大小:2504
    • 提供者:王建
  1. genetic

    0下载:
  2. 使用遗传算法求解旅行商问题,城市数目及城市之间的距离通过txt文件来读入,然后输出求解过程及最后收敛到的最有路径-The use of Genetic Algorithm for Traveling Salesman Problem, the number of cities and the distance between cities through the txt file to read, and then output the solution process and the fina
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-02
    • 文件大小:624126
    • 提供者:郑益夫
  1. 11

    0下载:
  2. 利用遗传算法求解函数极值。真的可以啊,确实啊-Use genetic algorithm function extremum.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-28
    • 文件大小:45239
    • 提供者:qht
« 1 2 ... 41 42 43 44 45 4647 48 49 50 »
搜珍网 www.dssz.com