CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - Genetic Algorithms

搜索资源列表

  1. tsp

    0下载:
  2. 本源码是matalb解决数学中经典的tsp问题的代码,算法思想是遗传算法-The source is matalb tsp solve mathematical problems in the classical code, the algorithm idea is that genetic algorithms
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:2163
    • 提供者:wangyuexing
  1. yichuangsuanfa

    0下载:
  2. 基本遗传算法,VC++写的CPP文件,包含基本遗传算法的所有基本算子,可以自行在程序中修改所求函数,和目标函数。使用很方便。-Basic genetic algorithm, VC++ to write the CPP file that contains all the essential basic genetic algorithm operators, free to modify the requirements in the program functions, and the o
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-03
    • 文件大小:70267
    • 提供者:que
  1. www.glzy8.com_doc211710963390

    0下载:
  2. 遗传算法的编码方式 基于无向图理论的计算机网络k-划分优化遗传算法-Encoding algorithm based on undirected graph theory optimization of computer networks, genetic algorithms k-partition
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-08
    • 文件大小:32230
    • 提供者:于乐
  1. GA-TSP

    0下载:
  2. use Genetic algorithms to solve Traveling salesman problem by C-use Genetic algorithms to solve Traveling salesman problem by C++
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-03
    • 文件大小:15978
    • 提供者:林谷謙
  1. GA-TSP

    0下载:
  2. 基于遗传算法的TSP算法,对初学遗传算法的,有帮助-TSP algorithm based on genetic algorithms, genetic algorithms for beginners, help
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-31
    • 文件大小:987
    • 提供者:zhao
  1. yichanPID

    0下载:
  2. 结合经典PID理论和遗传算法,设计遗产算法PID系统,并进行仿真-Combination of theory and genetic algorithms classical PID, PID algorithm design legacy systems, and simulation
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:1297
    • 提供者:avonliu
  1. a

    0下载:
  2. 描述遗传学的算法,根据人工智能的算法要求,所需找的-Describe the genetic algorithms, artificial intelligence algorithm based on the requirements needed to find
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-08
    • 文件大小:28471
    • 提供者:linyouzhu
  1. pikaiaf90

    0下载:
  2. genetic optimizer : Genetic algorithms are heuristic search techniques that incorporate in a computational setting, the biological notion of evolution by means of natural selection. This subroutine implements the three basic operations of
  3. 所属分类:Bio-Recognize

    • 发布日期:2017-03-29
    • 文件大小:353308
    • 提供者:frank wang
  1. tsp

    0下载:
  2. 遗传算法在TSP中的应用,体现了遗传算法全局搜索的优越性。-Genetic algorithms in TSP applications, reflects the superiority of genetic algorithm global search.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-06
    • 文件大小:5471
    • 提供者:郭亚东
  1. Readme

    0下载:
  2. readme file for help to implement the optimization problem using genetic algorithms
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-28
    • 文件大小:1092
    • 提供者:Rabias
  1. GA---theory--application

    0下载:
  2. 《遗传算法:理论、应用及软件实现》,pdg格式的电子书,学习遗传算法必读-《Genetic algorithms: theory, applications and software&》, pdg format e-books, reading learning genetic algorithm
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-21
    • 文件大小:6432381
    • 提供者:宋旸
  1. GA_toolbox

    0下载:
  2. 1.附件结构: gatbx.rar: (1)gatbx-origin.zip (2)gatbx-toolbox.rar (3)gatbx-example.rar 2.调试所用Matlab版本是6.5,gatbx-toolbox是调试过程中使用的工具箱,有些热心的研友已经提供了该工具箱,之所以再贴一遍,是因为6.5版本下调试该工具箱会出现一些错误提示,在该版本中已经进行了改正,使用该工具箱只需要将压缩包下的gatbx和gatbx\Test_fns加入到Matlab搜索路径即可,另外gat
  3. 所属分类:matlab

    • 发布日期:2017-05-30
    • 文件大小:12617543
    • 提供者:李祥宝
  1. algorithm-of-heuristic-

    0下载:
  2. 本资料详细介绍了有关启发式算法的重要内容,包括模拟退火方法,遗传算法,动态规划,背包问题,对相关的研究有帮助。-This information details the important heuristic, including simulated annealing, genetic algorithms, dynamic programming, knapsack problem, the related research help.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-07
    • 文件大小:95344
    • 提供者:huangxi
  1. Particle-algorithm

    0下载:
  2. 粒子群优化算法(PSO)是一种进化计算技术(evolutionary computation),有Eberhart博士和kennedy博士发明。源于对鸟群捕食的行为研究。 PSO同遗传算法类似,是一种基于叠代的优化工具。系统初始化为一组随机解,通过叠代搜寻最优值。但是并没有遗传算法用的交叉(crossover)以及变异(mutation)。而是粒子在解空间追随最优的粒子进行搜索。 同遗传算法比较,PSO的优势在于简单容易实现并且没有许多参数需要调整。目前已广泛应用于函数优化,神经网络训练
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-04
    • 文件大小:10583
    • 提供者:天涯
  1. yichuansuanfa_02

    0下载:
  2. 更加复杂的遗传算法,多节点变异,运算更加流畅。使用C#实现,可根据需求自行修改-More complex genetic algorithms, multi-node mutation, smoother operation. Use C# to achieve, can modify according to needs
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-02
    • 文件大小:784143
    • 提供者:sunting
  1. yichuansuanfa

    0下载:
  2. 遗传算法是解决搜索问题的一种通用算法,对于各种通用问题都可以使用。该文件给出了遗传算法的经典程序。-Genetic algorithms to solve the problem of a general search algorithm, for a variety of common problems can be used. The document gives the classic genetic algorithm procedure.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-05
    • 文件大小:85882
    • 提供者:wangl
  1. yichuansuanfa

    0下载:
  2. 遗传算法和阈值分割的源代码,希望能够帮助到做分割的同学-Genetic algorithms and threshold segmentation of the source code, hoping to help the students to do the split
  3. 所属分类:Special Effects

    • 发布日期:2017-05-09
    • 文件大小:1795338
    • 提供者:梁玉梅
  1. genetic_algorithm

    0下载:
  2. 遗传算法的C++实现程序,自己也不是很懂,还没接触这方面的知识。-Genetic algorithms in C++ program, he do not really understand, yet access to this knowledge.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-13
    • 文件大小:1875
    • 提供者:yejihai
  1. Modern-optimization-algorithm

    0下载:
  2. 现代优化算法简介,包含模拟退火法,遗传算法,人工神经网络等三大算法,附源代码及应用实例-Introduction of modern optimization algorithms, including simulated annealing, genetic algorithms, artificial neural networks and other three algorithms, with source code and application examples
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-06-15
    • 文件大小:23090589
    • 提供者:
  1. RSGA

    0下载:
  2. 遗传算法(GA)是一类借鉴生物界自然选择和遗传原理的随机优化搜索算法。其主要特点是群体搜索策略和群体中个体间的信息交换、搜索不依赖于梯度信息。-Genetic algorithms (GA) is a type of reference biological principle of natural selection and random genetic optimization search algorithm. Its main feature is a group of search s
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-30
    • 文件大小:26507
    • 提供者:郝秀平
« 1 2 ... 40 41 42 43 44 4546 47 48 49 50 »
搜珍网 www.dssz.com