CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - 实现简单的遗传算法

搜索资源列表

  1. 简单遗传算法和简单bp网络的程序

    0下载:
  2. 基于Matlab的简单遗传算法和简单bp网络的程序实现-based on Matlab simple genetic algorithms and simple bp Network Program
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:8139
    • 提供者:
  1. my遗传算法

    0下载:
  2. 该算法实现了神经网络的遗传算法,从简单的角度出发,说明的算法-the algorithm to achieve a neural network genetic algorithm, from the simple point of view that the algorithm
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:86237
    • 提供者:应吉平
  1. GA

    0下载:
  2. 简单的遗传算法matlab的代码实现,希望对初学者有所帮助。
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:821
    • 提供者:王英
  1. GA遗传算法的入门教学PPT

    1下载:
  2. 遗传算法的入门教学PPT,包括一些简单的matlab实现程序。-Genetic algorithm tutorial PPT, including the realization of some simple matlab program.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2017-03-23
    • 文件大小:800242
    • 提供者:YJN
  1. GA

    0下载:
  2. 遗传算法的编码,解决简单遗传算法用C++实现-Coded genetic algorithm to solve simple genetic algorithm using C++ Achieve
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-03
    • 文件大小:631050
    • 提供者:胡甜
  1. AdapGA

    0下载:
  2. 基本遗传算法,可以通过简单的调用即可实现最大值和最小值等函数-Basic genetic algorithm, a simple call through to the achievement of maximum and minimum values, such as function
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-08
    • 文件大小:820
    • 提供者:王国
  1. myGA

    0下载:
  2. 自适应遗传算法,可以通过简单的调用即可实现最大值和最小值等函数-Adaptive genetic algorithm, a simple call through to the achievement of maximum and minimum values, such as function
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:947
    • 提供者:王国
  1. 100002moga2

    0下载:
  2. 0-1遗传算法实现 可以解决简单的背包问题-0-1 simple genetic algorithm can solve the knapsack problem
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-16
    • 文件大小:179105
    • 提供者:吴学兵
  1. GA

    1下载:
  2. 遗传算法的原理及MATLAB 环境中实现遗传算法各算子的编程方法,并以一个简单的实例说明所编程序在函数全局寻优中的应用。-The principle of genetic algorithms and genetic algorithms MATLAB environment to achieve the programming method of the operator, and a simple example shows the function of the programmed ap
  3. 所属分类:matlab

    • 发布日期:2017-05-22
    • 文件大小:7058541
    • 提供者:mlh
  1. ga-vc

    0下载:
  2. This a simple genetic algorithm implementation where the evaluation function takes positive 这是一个简单的遗传算法实现了评价函数在正面的价值观,只需要一个个体的适应度是相同的目标函数值 -This is a simple genetic algorithm implementation where the evaluation function takes positive values R
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-27
    • 文件大小:3582
    • 提供者:代征宇
  1. geneticoperator

    0下载:
  2. 使用C++实现简单的遗传算法,实现一个优化问题的求解过程-we realized the GA(Genetic Algorithm) with c++ to solve the optimization problem.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-12
    • 文件大小:1541
    • 提供者:李亚磊
  1. Genetic-Algorithms

    1下载:
  2. 这是一个简单的遗传算法c语言实现,估价函数为正值,个体适应度函数与目标函数一致-This is a simple genetic algorithm implementation where the evaluation function takes positive values only and the fitness of an individual is the same as the value of the objective function
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-31
    • 文件大小:3367
    • 提供者:cici
  1. yichuan

    0下载:
  2. 《算法导论》中的哈夫曼树算法的实现代码,比较简单的遗传算法。-Genetic algorithm is proposed to realize the code
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-04
    • 文件大小:133544
    • 提供者:李羽
  1. genetic-algorithm-optimize-program

    0下载:
  2. 简单的遗传算法在matlab环境下地实现程序 仅供参考-Common genetic algorithm toolbox can be used for the matlab environment program development
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-03
    • 文件大小:1205
    • 提供者:刘世礼
  1. Simple-GA

    0下载:
  2. 实现简单的遗传算法,代码简单,通俗易懂。-Simple genetic algorithm
  3. 所属分类:matlab

    • 发布日期:2017-11-18
    • 文件大小:5009
    • 提供者:全文
  1. c#遗传算法实现

    0下载:
  2. 遗传算法(Genetic Algorithm)是模拟达尔文生物进化论的自然选择和遗传学机理的生物进化过程的计算模型,是一种通过模拟自然进化过程搜索最优解的方法,它最初由美国Michigan大学J.Holland教授于1975年首先提出来的,并出版了颇有影响的专著《Adaptation in Natural and Artificial Systems》,GA这个名称才逐渐为人所知,J.Holland教授所提出的GA通常为简单遗传算法(SGA)。
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2013-07-02
    • 文件大小:73514
    • 提供者:yanyan1992
  1. GA

    0下载:
  2. 简单的遗传算法实现,选择,交叉,变异,适应度函数,种群的初始化等(Simple genetic algorithm implementation, selection, crossover, mutation, fitness function, the initialization of population and so on)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2017-12-22
    • 文件大小:300032
    • 提供者:sq123
  1. 遗传算法

    2下载:
  2. 基本的遗传算法实现,求解函数极值,简单易懂,适用于初学者(Basic genetic algorithm to solve the extremum of function)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-25
    • 文件大小:1024
    • 提供者:ytx222
  1. 遗传算法与粗糙集的简单实现

    0下载:
  2. 简答的实现了粗糙集理论与遗传算法,非原创(The simple realization of the theory of rough set and genetic algorithm, non original)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-01-05
    • 文件大小:13312
    • 提供者:icansky
  1. AlgoGenetic

    2下载:
  2. 一个简单的遗传算法实现寻路的算法,工作空间为10*10的栅格空间,障碍物的位置可自行修改,输出为栅格的编号(a simple example for path planning using genetic algorithms)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2018-05-03
    • 文件大小:199680
    • 提供者:virgilia
« 12 3 4 5 6 7 »
搜珍网 www.dssz.com