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

搜索资源列表

  1. gene_bpnn_xor

    1下载:
  2. 标准的遗传算法代码,下面是程序:function y=fitness(chrom,p,aim) global P_cross P_mutation [Popsize len]=size(chrom) fitness_gene=zeros(Popsize,1) in_he=zeros(4,1) out_he=zeros(4,1) in_out=0 out_out=0 -Standard genetic algorithm code, the following
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-01
    • 文件大小:4060
    • 提供者:cheny
  1. GA

    2下载:
  2. FORTRAN 遗传算法,通用程序,可用于各类非线性反演-FORTRAN genetic algorithm, generic procedure can be used for various types of non-linear inversion
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-09
    • 文件大小:39680
    • 提供者:jrjin
  1. GAdemonstrationprogram

    0下载:
  2. 遗传算法演示程序 遗传算法演示程序-Genetic Algorithm Genetic Algorithm Demonstration Program Demonstration Program
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-10
    • 文件大小:252917
    • 提供者:孤独剑
  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. ANN-moving-robot

    0下载:
  2. 运用人工神经网络和遗传算法实现机器人程序能够自动排除地图中的障碍物。-The use of artificial neural networks and genetic algorithm procedures robot can automatically rule out the possibility of obstructions map.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-09
    • 文件大小:146998
    • 提供者:李佳鹤
  1. TSP_ga

    1下载:
  2. TSP问题(又名:旅行商问题,货郎担问题)遗传算法通用matlab程序-TSP problem (also known as: traveling salesman problem, traveling salesman problem) genetic algorithm matlab common procedures
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:25353
    • 提供者:lastsong
  1. PackingProblem

    0下载:
  2. 非线性整数规划问题,基于遗传算法的matlab程序-Nonlinear integer programming problems, based on genetic algorithm matlab program
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:2559
    • 提供者:shilei
  1. DA

    0下载:
  2. 珍藏的遗传算法的matlab程序集,非常全面、详细-Collection of genetic algorithm matlab assembly, very comprehensive and detailed
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-05
    • 文件大小:208574
    • 提供者:jcuaon
  1. 33223

    0下载:
  2. 简单自适应遗传算法,本程序收集于网络,本人并未进行过运行,如有问题请与作者联系,如有侵权请告之-Simple adaptive genetic algorithm, the procedures are collected in a network, I have not been running, if there are questions, please contact the author if there is infringement, please inform the
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-10
    • 文件大小:1394
    • 提供者:shenyanning
  1. program

    1下载:
  2. 本程序用于对工件图像的预处理,边缘提取等。将改进遗传算法和Hausdorff距离结合用于工件识别。采用canny边缘为匹配特征,将修正的Hausdorff距离作为相似性度量准则,并应用遗传算法进行最佳匹配的快速搜索,成功实现了目标物体的匹配识别-This procedure used for the workpiece image preprocessing, edge extraction and so on. Will improve the genetic algorithm and Ha
  3. 所属分类:Special Effects

    • 发布日期:2017-03-31
    • 文件大小:33610
    • 提供者:南飞燕
  1. genetic_algorithm_in_c

    0下载:
  2. 此源码包含下面五个程序的源代码。 基本分类算法源程序 基本遗传算法源程序 基于遗传算法的人工生命模拟源程序 基于遗传算法优化神经网络结构源程序 基于遗传算法提取基元图形源程序-This source code contains the following five program s source code. Basic classification algorithm source basic source of genetic algorithm based on gen
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-02
    • 文件大小:631314
    • 提供者:魏汝垚
  1. GA

    2下载:
  2. 本程序是在MATLAB平台上,利用智能优化算法遗传算法来解决01背包问题。在0 / 1背包问题中,需对容量为c 的背包进行装载。从n 个物品中选取装入背包的物品,每件物品i 的重量为wi ,价值为pi 。对于可行的背包装载,背包中物品的总重量不能超过背包的容量,最佳装载是指所装入的物品价值最高。-This procedure is in the MATLAB platform using intelligent genetic algorithm optimization algorithm t
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-11
    • 文件大小:1625
    • 提供者:周薇
  1. C++GAcode

    0下载:
  2. VC++中对遗传算法进行了实现,实现可视化,经过本机验证可以实现。是一个效率较高的程序。-VC++ Of genetic algorithm to achieve and realize visualization, after verification of the machine can be achieved. Is a more efficient procedure.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-04
    • 文件大小:47120
    • 提供者:lian
  1. gatspexe

    0下载:
  2. 给出一个运行用遗传算法运算的Delphi可执行程序。可以解决TSP问题。-Give a running operations using genetic algorithms Delphi executable program. TSP problem can be solved.
  3. 所属分类:transportation applications

    • 发布日期:2017-04-25
    • 文件大小:187577
    • 提供者:lian
  1. chejian

    0下载:
  2. 车间作业调度问题遗传算法通用程序,请查看-GA used in factory manufacture plan
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-09
    • 文件大小:6287
    • 提供者:aircraft
  1. gatbx

    0下载:
  2. 此文件为遗传算法的操作说明和M文件程序文件-books and m files for GA
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-17
    • 文件大小:266573
    • 提供者:felixscape
  1. TSP

    1下载:
  2. 用遗传算法解决TSP问题.程序中可以任意设置各种遗传算法的参数.有图形界面展示搜索的过程 .-Using genetic algorithms to solve TSP problem. Program can set various parameters of genetic algorithm. Has a graphical interface to display the search process.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2014-02-04
    • 文件大小:129542
    • 提供者:dudu
  1. Genetic_algorithm

    0下载:
  2. 遗传算法。此程序给出了遗传算法来求解函数最值的一个例子。-Genetic algorithm. This procedure give a genetic algorithm to solve the value function of an example.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-15
    • 文件大小:8663
    • 提供者:赵赵
  1. geneticalgorithmprocedure

    0下载:
  2. 遗传算法MATLB程序,里面有遗传算法的选择、交叉、变异函数,一些简单的MABTLAB遗传算法例子!-MATLB genetic algorithm procedure, which has the choice of genetic algorithm, crossover and mutation functions, some simple examples of genetic algorithm MABTLAB!
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-15
    • 文件大小:7069
    • 提供者:楼耀尧
  1. picture-recovery

    0下载:
  2. 一个用遗传算法实现的人脸复原,程序注释清楚,有说明文档-A genetic algorithm is used to achieve recovery of the human face, the program notes clearly have documentation
  3. 所属分类:Special Effects

    • 发布日期:2017-05-13
    • 文件大小:3343666
    • 提供者:cxf
« 1 2 ... 9 10 11 12 13 1415 16 17 18 19 ... 50 »
搜珍网 www.dssz.com