搜索资源列表

  1. 遗传算法2-5

    0下载:
  2. 遗传算法实用程序5(pascal)-GA Utility 5 (pascal)
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-17
    • 文件大小:30720
    • 提供者:魏延辉
  1. 遗传算法简单程序

    0下载:
  2. 遗传算法的简单程序,可用于离散变量优化,多目标优化等许多领域-the simple procedure can be used for optimization of discrete variables, such as multi-objective optimization in many areas
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-17
    • 文件大小:25600
    • 提供者:黄大东
  1. 解决TSP的遗传算法

    0下载:
  2. 对于具有一定规模的TSP问题的求解,至今没有较完善的求解办法。本程序是用遗传算法来求解TSP问题。-for a certain size of the TSP solution and there has been no better way to solve. This procedure is used genetic algorithms to TSP.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-17
    • 文件大小:4096
    • 提供者:阳光灿烂
  1. 遗传算法的一个例子

    0下载:
  2. 本程序是使用一种遗传算法解决m个工件分配给m架机床的效益最优化问题,-this program is to use a genetic algorithm to solve m m allocated to the workpiece-machine efficiency optimization,
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-17
    • 文件大小:18432
    • 提供者:阳光灿烂
  1. 遗传算法代码

    0下载:
  2. 这是遗传算法进行函数优化的程序,可以运行成功,需要的就下吧-This is the source code of genetic algorithm for function optimization, it can run ,down it if you need it.
  3. 所属分类:Windows编程

    • 发布日期:2024-05-17
    • 文件大小:21504
    • 提供者:wlr
  1. 遗传算法框架程序

    0下载:
  2. 本算法采用最基本的遗传算法编写,有利于初学者掌握遗传算法的构成。-This algorithm is written by the most fundamental genetic algorithm,benefit the beginner to know the structure of genetic algorithm
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-17
    • 文件大小:115712
    • 提供者:吕化
  1. improvedGA

    0下载:
  2. 改进的遗传算法程序用于优化PID控制器中的两个参数-improved genetic algorithm optimization procedures for the PID controller two parameters
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-17
    • 文件大小:2048
    • 提供者:王鹏云
  1. 遗传算法基本算法

    0下载:
  2. 这个是关于遗传算法的比较完整的C语言程序,个人觉得还是比较有参考价值。-on the genetic algorithm is relatively complete C language program, individuals think it is quite a reference value.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-17
    • 文件大小:65536
    • 提供者:沈忆
  1. 遗传算法工具箱

    0下载:
  2. 如何利用遗传算法工具箱函数编写求解实际优化问题的MATLAB程序-how to use genetic algorithm toolbox function optimization prepared to solve practical problems MATLAB
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-17
    • 文件大小:106496
    • 提供者:
  1. sga-c遗传算法c代码

    0下载:
  2. 这是一个遗传算法的c的源代码。在上传的压缩包中,有一个对所有原程序包的详细说明的pdf 。-This is a genetic algorithm c source code. The upload compressed, one for all the original package, a detailed descr iption of the pdf.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-17
    • 文件大小:147456
    • 提供者:王卫红
  1. 模拟退火c++的算法程序

    0下载:
  2. 模拟退火c++的算法程序,广泛应用于最优化、运筹学、人工智能、遗传算法等领域,具有很好的学习价值-simulated annealing algorithm procedures, the most widely used optimization, operations research, artificial intelligence, genetic algorithms and other areas of learning i
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-17
    • 文件大小:43008
    • 提供者:hu
  1. 改进遗传算法-郭涛算法做最优化问题很管用

    0下载:
  2. 改进遗传算法-郭涛算法做最优化问题很管用,算法的基本思想是 先任意产生n个随机数,然后从n个数里随机选择m个数,再有这m个 数合成一个新数,将这个新数同n个数中间适应值函数值的最差的比较, 如果好的话就取代最差的那个,如果它比最好的还要好的话,则把最好的 也取代。如果比最差的坏,则重新合成一个新数。依次循环下去。 程序的奇妙之处是GA_crossover()函数,产生的新数确实比较好,看看 那位大侠能改进一下,产
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-17
    • 文件大小:2048
    • 提供者:龚文引
  1. 遗传算法解决异或

    1下载:
  2. 这是一个用遗传算法来解决异或问题的小程序。-This is a genetic algorithm to solve the problems or differences of small programs.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-17
    • 文件大小:37888
    • 提供者:郝宁
  1. 演化程序——遗传算法和数据编码的结合

    0下载:
  2. 演化程序——遗传算法和数据编码的结合 具体介绍了遗传算法的应用-evolutionary process-- genetic algorithms and data encoding the specific combination of the application of genetic algorithms
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-17
    • 文件大小:7495680
    • 提供者:冯宾
  1. 遗传算法c源程序

    0下载:
  2. 这个程序是关于遗传算法c源程序,可以通过这个源程序明白什么是遗传算法-on genetic algorithm c source, the source can understand what genetic algorithms
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-17
    • 文件大小:3072
    • 提供者:纵横驰骋
  1. 遗传算法_VC源码

    0下载:
  2. 最近研究遗传算法,得到这点程序,均很好运行,共享给大家。同时还想得到更好更多的有关遗传算法的程序,望大家多多奉献。没有加密,解压即可-recent research on genetic algorithms, to be this procedure which is a good run for everyone to share. While more would like to be better in the GA proce
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-17
    • 文件大小:356352
    • 提供者:绿原
  1. 背包问题的遗传算法解法vb

    0下载:
  2. 这是一用VB解决背包问题的遗传算法元程序,程序框架清楚,应用性强-This a backpack with VB solve problems of genetic algorithm yuan procedure is a clear fr a mework and application-
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-17
    • 文件大小:24576
    • 提供者:刘三
  1. 遗传算法原程序

    0下载:
  2. 源程序,遗传算法源程序-source, genetic algorithm source!
  3. 所属分类:文档资料

    • 发布日期:2024-05-17
    • 文件大小:5120
    • 提供者:林玲
  1. 遗传算法笔记

    0下载:
  2. 提供遗传算法的经典笔记,内付典型程序代码,希望对大家有帮助。-provide genetic algorithm classic Notes, which pay the typical procedure code, and I hope to be helpful.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-17
    • 文件大小:219136
    • 提供者:哀怜棵
  1. 遗传算法new

    0下载:
  2. 遗传算法的matlab程序库 别人的辛勤劳动,请顶一下-GA Matlab procedures for the hard work of others, what the top
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-17
    • 文件大小:61440
    • 提供者:戴朝华
« 1 2 3 45 6 7 8 9 10 ... 50 »

源码中国 www.ymcn.org