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

搜索资源列表

  1. UMFG

    1下载:
  2. 程序适合大学毕业设计论文!!用java编写! [autopk.rar] - 开源的自动排课系统,遗传算法,非常好,大家可以参考参考 [psd.zip] - photoshop图像文件格式说明 -Program for university students study! ! Written with java! [Autopk.rar]- Open Source Automated Course Scheduling System, genetic algorithm, very
  3. 所属分类:Network Security

    • 发布日期:2017-04-09
    • 文件大小:1.77mb
    • 提供者:董鹏康
  1. SGA

    0下载:
  2. 自编的基于实数编码的遗传算法源程序(fortran) ,用于搜索最小值-Self-based real-coded genetic algorithm source code (fortran), used to search for the minimum
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-29
    • 文件大小:2.15kb
    • 提供者:wangrubin
  1. CGA

    0下载:
  2. 遗传算法包 C开发 很实用的 遗传算法 遗传算法-Genetic Algorithm package C is very useful to develop genetic algorithm genetic algorithm
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-01
    • 文件大小:77.97kb
    • 提供者:赵新星
  1. ga

    0下载:
  2. 基因演算法兩個例子f(x)=x^x f(x)=cos(x)-sin(2*x)-Two examples of genetic algorithm f (x) = x ^ x f (x) = cos (x)-sin (2* x)
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-09
    • 文件大小:1.77kb
    • 提供者:黃于鑄
  1. SGA

    0下载:
  2. 实现基本遗传算法对Rosenbrock函数的全局最大值的计算,可以通过改变遗传算子和染色体的编码解码来实现基本遗传算法通用性。-Genetic algorithm to achieve the basic function of Rosenbrock calculation of the overall maximum value, you can by changing the genetic operator and chromosome codec to achieve universal
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-07
    • 文件大小:9.79kb
    • 提供者:liuzhaodong
  1. TSP

    0下载:
  2. 有遗传算法及模拟退火算法对TSP的应用,有框架窗口。-A genetic algorithm and simulated annealing algorithm for TSP applications, there are frame window.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-16
    • 文件大小:4.29mb
    • 提供者:terry
  1. GApermute

    0下载:
  2. matlab genetic algorithm for tsp problem
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-10
    • 文件大小:1.45kb
    • 提供者:mo
  1. tsp

    0下载:
  2. 该程序解决10个城市的货郎担问题(TSP),主要使用简单的遗传算法实现。该过程中包括:编码、解码,选择,交叉,变异等!-The program to solve the traveling salesman problem of 10 cities (TSP), the use of simple genetic algorithm. The process includes: encoding, decoding, selection, crossover and mutation!
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-04
    • 文件大小:10.82kb
    • 提供者:yangshoping
  1. Bhuvan_Xin_Job_Shop_GA

    0下载:
  2. detailed information of genetic algorithm
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-17
    • 文件大小:206.01kb
    • 提供者:salvador
  1. newyichuan

    0下载:
  2. 用C++编程后遗传算法的仿真实验,非常有用,大家可以下载来运行看看结果。-C++ programmed genetic algorithm simulation, very useful, you can download to run look at the result.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-30
    • 文件大小:673.21kb
    • 提供者:努力
  1. genetic-algorithms-MATLAB

    0下载:
  2. 基于遗传算法的机器人路径规划MATLAB源码genetic algorithms genetic algorithms -MATLAB source robot path planning based on genetic algorithm genetic algorithms genetic algorithms
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-13
    • 文件大小:343.9kb
    • 提供者:谈天
  1. GA_TSP

    0下载:
  2. 一个采用遗传算法解决TSP(旅行商问题)的程序,有动态显示,还是不错的-Using a genetic algorithm to solve TSP (traveling salesman problem) procedures, dynamic display, or good
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-30
    • 文件大小:488.4kb
    • 提供者:Sun
  1. Genetic-algorithm-to-optimize-RBF

    0下载:
  2. 该程序用遗传算法优化RBF,并用来进行预测,预测结果更加准确-The program uses a genetic algorithm to optimize the RBF, and to predict more accurately forecast results
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-12
    • 文件大小:6.97kb
    • 提供者:徐志芬
  1. ANALYTICAL_GA

    0下载:
  2. The scr ipt fits a given general analytical law using Genetic Algorithms. Such law can depend on several input variables and various parameters, but it must have only one output, to be matched to the input variable y. The optimum coefficients a
  3. 所属分类:CA program

    • 发布日期:2017-11-18
    • 文件大小:1.78kb
    • 提供者:muralikrishna
  1. ga

    0下载:
  2. 初学者可以参考该遗传算法,学习一下蛮不错。谢谢。-Beginners can refer to the genetic algorithm, learning about pretty good. Thank you.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-14
    • 文件大小:4.96kb
    • 提供者:NaturalCS
  1. work

    5下载:
  2. 针对带时间窗的车辆配送问题,用遗传算法,有很多程序,这些程序都是对遗传算法中需要的函数注释以及函数用途说明。并且画图来看遗传算法的优化过程和迭代次数及最优解-For vehicles with time window distribution problem, using genetic algorithms, there are many programs that are required for the function of the genetic algorithm function
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-08
    • 文件大小:8.64kb
    • 提供者:sogqiqin
  1. work--VRP

    2下载:
  2. 是对VRP问题,使用改进的遗传算法,这是针对论文写的代码,所以很详细,并且对函数和变量都进行注释说明,当然画图是必不可少的-VRP is a problem, use of improved genetic algorithm, which is to write the code for the paper, so very detailed, and have carried on the functions and variables explanatory notes, of cours
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-16
    • 文件大小:23.63kb
    • 提供者:sogqiqin
  1. download

    0下载:
  2. genetic algorithm information
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-25
    • 文件大小:109.2kb
    • 提供者:jana
  1. Crossing

    1下载:
  2. 基于matlab平台上实现的遗传算法交叉算子操作,实现的是对自然数编码的两点交叉。代码无错,可以直接运行。-Based on matlab platform to achieve crossover genetic algorithm operations, the realization of the two-point crossover natural number coding. Code is error-free, can be directly run.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-11
    • 文件大小:1.07kb
    • 提供者:Borney Liu
  1. TEI-algorithm

    0下载:
  2. The matlab program, the genetic algorithm to solve the classical TSP (traveling salesman problem, good
  3. 所属分类:Windows Kernel

    • 发布日期:2017-12-22
    • 文件大小:2kb
    • 提供者:Sarut
« 12 3 »
搜珍网 www.dssz.com