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

搜索资源列表

  1. QGAforfun.rar

    2下载:
  2. 量子遗传算法对标准函数的优化,在matlab下的源程序,Quantum genetic algorithm optimization of the standard function in matlab source code under the
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-26
    • 文件大小:12464
    • 提供者:李晓东
  1. sga

    0下载:
  2. 基本遗传算法的matlab源程序,bstr2rval.m为基本编码转为实际值子函数,createPop.m创建初始种群子函数,crossOper.m基因交叉子函数,indiEval.m个体实际值子函数,mutateOper.m基因变异子函数,selectOper.m选择算子子函数,sga.m基本遗传算法子函数-The basic genetic algorithm matlab source, bstr2rval.m as the basic coding to the actual value
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:4685
    • 提供者:闫安心
  1. NicheSGA

    0下载:
  2. 改进的小生境遗传算法和源程序实现,metalab实现-Improved genetic algorithm
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:14205
    • 提供者:liuliu
  1. lithos

    0下载:
  2. 一遗传算法的例子源程序-Example of a genetic algorithm source code
  3. 所属分类:AI-NN-PR

    • 发布日期:2016-01-22
    • 文件大小:43179
    • 提供者:站长
  1. matlab3

    0下载:
  2. 这是利用遗传算法进行图像分割的matlab源程序-This is the use of genetic algorithms image segmentation matlab source
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:327952
    • 提供者:梅丽
  1. SGA

    1下载:
  2. 基本遗传算法的C语言源程序。(遗传算法的应用范围极其广泛,它可应用于函数优化、组合优化、生产调度问题、自动控制、机器人学、图像处理、人工生命、遗传编程以及机器学习等领域。)-Basic genetic algorithm C language source code. (Genetic algorithm extremely broad range of applications, it can be applied to function optimization, combinatorial
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-26
    • 文件大小:3281
    • 提供者:沁篱
  1. gaopt

    0下载:
  2. 使用基本遗传算法(GA)对函数进行最优化的C语言源程序-The use of the basic genetic algorithm (GA) to optimize the function of the C language source code
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:8045
    • 提供者:ann
  1. GA_Ashi

    0下载:
  2. 用Delphi实现的遗传算法实数编码的源程序,相应的参数根据需要进行设定。-Using Delphi to achieve real-coded genetic algorithm s source code, the corresponding parameter settings as needed.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-24
    • 文件大小:210002
    • 提供者:程俊仁
  1. generic_tsp

    0下载:
  2. 用遗传算法求解TSP问题,种子数100,遗传概率和交叉概率可以在源程序中修改。-Genetic Algorithm with TSP problem, a few hundred seeds, genetic probability and crossover probability can modify the source program.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-25
    • 文件大小:272888
    • 提供者:stefwang
  1. SGALAB1003beta5005

    0下载:
  2. 这是一个经典的遗传算法标准源程序,可以在此基础上进行改进和提高-This is a classic source of standard genetic algorithm can be carried out on this basis to improve and enhance
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-06-02
    • 文件大小:14708195
    • 提供者:zhizhou
  1. GenetikZIP

    0下载:
  2. 相当不错的,遗传算法源程序,大家不要积分可以随便下载。-GA code by c
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-07
    • 文件大小:4277
    • 提供者:shouhaiyang
  1. SGA

    0下载:
  2. 基本遗传算法及其在函数优化中的应用,PPT课件,源程序-The basic genetic function optimization algorithm and its application, PPT software, source code
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-23
    • 文件大小:848197
    • 提供者:蔡文文
  1. BP

    0下载:
  2. 基于visual basic的遗传算法优化BP神经网络权值源程序-visual basic
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-31
    • 文件大小:3137
    • 提供者:lee
  1. GA_main

    0下载:
  2. 遗传算法整套源程序,包括初始种群,计算适应度值,选择,交叉变异等-Genetic algorithm source code package, including the initial population, calculation of fitness value, selection, crossover and other variant
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:1768
    • 提供者:Mike
  1. matlabsuanfa

    0下载:
  2. 包含了Floyd算法、dijkstra算法、贪婪算法、遗传算法、搜索算法、蚁群算法、哈密顿环路的matlab源程序及相关说明。-Floyd algorithm is included, dijkstra algorithm, greedy algorithm, genetic algorithm, search algorithm, ant colony algorithm, Hamiltonian loop matlab source code and instructions.
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:219411
    • 提供者:陈壁坚
  1. tsp

    0下载:
  2. matlat源程序解决tsp问题,使用的是遗传算法,与普通的程序不同,本程序详细介绍了遗传算子的构造-MATLAB to solve tsp problem
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-02
    • 文件大小:3745
    • 提供者:fang
  1. tsp

    0下载:
  2. 用遗传算法解决最短路径优化TSP 问题(附matlab源程序.txt)-The solvelution of the shortest path optimization problem TSP by using genetic algorithms (matlab source. Txt)
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-31
    • 文件大小:3810
    • 提供者:zyh
  1. IGA

    0下载:
  2. 为改进遗传算法的源程序,采用了多次2-opt变异算子,进一步改进了计算结果。-The source code for the improved genetic algorithm using a number of 2-opt mutation operator to further improve the results.
  3. 所属分类:matlab

    • 发布日期:2017-03-23
    • 文件大小:2014
    • 提供者:碧天
  1. matalb

    1下载:
  2. 遗传算法的matlab源程序,可以用于遗传算法的应用,还是很有用的-matalb
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:680687
    • 提供者:费士曼
  1. GA.ZIP

    1下载:
  2. 这是另一个采用FORTRAN语言编写的遗传算法的源程序,包括很多交叉和变异模型。-This is another use of FORTRAN language source of genetic algorithms, including a lot of crossover and mutation model.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-01
    • 文件大小:39239
    • 提供者:peter
« 1 2 3 45 6 7 8 9 10 ... 26 »
搜珍网 www.dssz.com