搜索资源列表

  1. GeneticAlgorithm

    0下载:
  2. 所属分类:其他小程序

    • 发布日期:2024-05-18
    • 文件大小:7168
    • 提供者:大海
  1. geneticalgorithm

    0下载:
  2. 人工智能作业,用遗传算法实现的旅行商问题。-Artificial intelligence, operations, using the genetic algorithm traveling salesman problem.
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-18
    • 文件大小:2048
    • 提供者:莫名志
  1. geneticalgorithm

    0下载:
  2. I am submitting u the code for the Algorithm that got its popularity in these days because of the random search behaviour and other ideas which includes the natural behaviour.. THE GENETIC ALGORITHM
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-18
    • 文件大小:78848
    • 提供者:bharath
  1. geneticalgorithm

    0下载:
  2. 基因算法,用来计算函数的最大或者最小值,应用灵活广泛,收敛快-genetic algorithm, used to culculated minimul or maximun valude of a fuction,it could also extend to multiple variable function
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-18
    • 文件大小:1024
    • 提供者:刘小宝
  1. GeneticAlgorithm

    0下载:
  2. JAVA开发的BP算法CGA算法以及PSO算法源程序-BP.CGA and PSO Algorithm
  3. 所属分类:其他小程序

    • 发布日期:2024-05-18
    • 文件大小:177152
    • 提供者:lz
  1. geneticalgorithm

    0下载:
  2. 遗传算法matlab程序-Genetic algorithm in matlab
  3. 所属分类:matlab例程

    • 发布日期:2024-05-18
    • 文件大小:4096
    • 提供者:lin
  1. GeneticAlgorithm

    0下载:
  2. 这是我自己编的用遗传算法求解sin(x)+sin(y)极值的C++ 程序。当然也可在函数fFitness中修改以达到求解其他函数极值的或应用到其他方面。-This is my own compiled using genetic algorithm sin (x)+ sin (y) extremum C++ program. Of course, a function fFitness can also modify other fun
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-18
    • 文件大小:5424128
    • 提供者:myd
  1. geneticalgorithm

    0下载:
  2. 通信建模领域的遗传算法。本算法提供14个参数可供修改验证。每个参数都有具体英文解释,对于通信建模的初步认识有很大的帮助。-Modeling the field of communications genetic algorithm. This algorithm can be modified to provide 14 parameter validation. Each parameter has a specific interp
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-18
    • 文件大小:4096
    • 提供者:zenttic
  1. geneticalgorithm

    0下载:
  2. Matalb的遗传算法程序,通过运算可以成功识别最优解-Matalb genetic algorithm program, through the operation can successfully identify the optimal solution
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-18
    • 文件大小:4096
    • 提供者:HWG
  1. vc2005jiyin

    0下载:
  2. 这个基因算法库是用 Visual Studio 2005 编写的程序,第一个使用 Microsoft C/C++ 编译器,第二个使用Intel C++ 编译器。 如果你希望在你的程序你使用它,有两个办法,1是直接引用 Genetic Algorithm Library 项目,然后编译;2是添加GeneticAlgorithm.lib 静态链接库到项目中…… -The genetic algorithm library is
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-18
    • 文件大小:1550336
    • 提供者:宇烁
  1. geneticalgorithm

    0下载:
  2. 典型遗传算法的具体实现过程,包括 选择算子 交叉算子 变异算子的 选择方法-Concrete realization of a typical genetic algorithm process, including selection operator crossover mutation operator selection method
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-18
    • 文件大小:2241536
    • 提供者:王小玲
  1. GeneticAlgorithm(ccnu02)

    0下载:
  2. 旅行商问题TSP的动态规划算法,结果以图形方式给出-TSP, traveling salesman problem dynamic programming algorithm, results are presented graphically
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-18
    • 文件大小:113664
    • 提供者:alien
  1. GeneticAlgorithm

    0下载:
  2. 遗传算法源码, 遗传算法源码-Source of genetic algorithm
  3. 所属分类:其他小程序

    • 发布日期:2024-05-18
    • 文件大小:2048
    • 提供者:victor
  1. geneticalgorithm

    0下载:
  2. 遗传算法的描述,遗传算法是一种大致基于模拟进化的学习方法! -Descr iption of the genetic algorithm, genetic algorithm is a general learning method based on simulated evolution!
  3. 所属分类:软件工程

    • 发布日期:2024-05-18
    • 文件大小:60416
    • 提供者:王博
  1. geneticalgorithm

    0下载:
  2. 自编的MATLAB遗传算法代码,用简单遗传算法(Simple Genetic Algorithm or Standard Genetic Algorithm ,SGA)求取函数最大值-Self in the MATLAB genetic algorithm code, a simple genetic algorithm (Simple Genetic Algorithm or Standard Genetic Algorithm, S
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-18
    • 文件大小:5120
    • 提供者:dingbiao
  1. GeneticAlgorithm

    0下载:
  2. 基因算法的一个简单例子。实现了复杂数学模型的最优解寻找。-Genetic algorithm is a simple example. Achieve the optimal solution of complex mathematical models to find.
  3. 所属分类:DNA

    • 发布日期:2024-05-18
    • 文件大小:216064
    • 提供者:李明
  1. GeneticAlgorithm

    0下载:
  2. Genetic Algorithm with matlab
  3. 所属分类:matlab例程

    • 发布日期:2024-05-18
    • 文件大小:10240
    • 提供者:rozita
  1. geneticalgorithm

    0下载:
  2. genetic algorithms program
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-18
    • 文件大小:13312
    • 提供者:moez
  1. geneticalgorithm

    0下载:
  2. 用matlab编写的遗传算法例程,附加有相关函数说明,很实用-Genetic Algorithm
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-18
    • 文件大小:51200
    • 提供者:李宜鹏
  1. geneticalgorithm

    0下载:
  2. 里面详细介绍了遗传工具箱,以及使用方法。是王宝树大师的经典之作!值得一看!-abc
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-18
    • 文件大小:9757696
    • 提供者:尚筱之
« 1 2 3 45 6 7 »

源码中国 www.ymcn.org