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

搜索资源列表

  1. GA-RosenBrockNew

    0下载:
  2. 遗传算法的MATLAB代码,请大家一起交流学习(Genetic Algorithm is good algorithm and wish you can give me advise)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2018-04-29
    • 文件大小:3072
    • 提供者:金能
  1. ga

    0下载:
  2. 遗传算法(Genetic Algorithm)是模拟达尔文生物进化论的自然选择和遗传学机理的生物进化过程的计算模型,是一种通过模拟自然进化过程搜索最优解的方法。(Genetic algorithm (Genetic Algorithm) is a computational model for simulating the evolutionary process of natural selection and genetic mechanism of Darwin's theory of b
  3. 所属分类:数学计算

    • 发布日期:2018-04-29
    • 文件大小:3072
    • 提供者:思思晨
  1. GA for TSP - Final

    0下载:
  2. 用遗传算法实现旅行商问题,可选择城市数量(Traveling salesman problem is realized by genetic algorithm, and the number of cities can be selected.)
  3. 所属分类:仿真建模

    • 发布日期:2018-04-30
    • 文件大小:3072
    • 提供者:tianyunong
  1. MATLAB AND GA

    0下载:
  2. 基于MATLAB的遗传算法编程工具箱,适用于遗传算法的初级使用者(A genetic algorithm programming toolbox based on MATLAB, suitable for primary users of genetic algorithms)
  3. 所属分类:Windows编程

    • 发布日期:2018-04-30
    • 文件大小:9695232
    • 提供者:lyhing
  1. GA(PSO)

    7下载:
  2. A算法解决多式联运问题,有主程序文件和相关函数文件。(Using the GA algorithm to solve the multimodal transport problem.)
  3. 所属分类:其他

    • 发布日期:2018-04-30
    • 文件大小:7168
    • 提供者:从武书生
  1. GA

    0下载:
  2. 遗传算法,实现物竞天择,是进化理论的一方面。遗传算法是解决搜索问题的一种通用算法,对于各种通用问题都可以使用。搜索算法的共同特征为: ① 首先组成一组候选解 ② 依据某些适应性条件测算这些候选解的适应度 ③ 根据适应度保留某些候选解,放弃其他候选解 ④ 对保留的候选解进行某些操作,生成新的候选解。(Genetic algorithm, to realize natural selection, is one aspect of evolutionary theory.)
  3. 所属分类:其他

    • 发布日期:2018-05-02
    • 文件大小:1024
    • 提供者:DragonFZJ
  1. TSP_(GA+CPLEX)

    0下载:
  2. 用遗传算法解决TSP问题,还有用CPLEX解决(Solving TSP problem by genetic algorithm)
  3. 所属分类:matlab例程

    • 发布日期:2018-04-30
    • 文件大小:210944
    • 提供者:温温酱
  1. GA

    0下载:
  2. 由BP神经网络的初始种群,然后基于MATLAB工具箱实现遗传算法优化方案,(The initial population of BP neural network is implemented, and then the genetic algorithm optimization scheme is implemented based on the MATLAB toolbox.)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-05-02
    • 文件大小:1024
    • 提供者:violetny
  1. ga

    0下载:
  2. 这个例子显示了如何创建和管理功能的遗传算法遗传算法的全局优化工具箱的选项optimoptions。(This example shows how to create and manage options for the genetic algorithm function ga using optimoptions in the Global Optimization Toolbox.)
  3. 所属分类:matlab例程

    • 发布日期:2018-05-01
    • 文件大小:12288
    • 提供者:hwyjack10
  1. GA-M

    0下载:
  2. 基本遗传算法,根据遗传算法求解函数最优解(GAThe basic genetic algorithm is based on genetic algorithm to solve the optimal solution of function.)
  3. 所属分类:matlab例程

    • 发布日期:2018-05-02
    • 文件大小:4096
    • 提供者:联合收割
  1. 遗传算法

    0下载:
  2. 基本遗传算法(GA)的算法原理、步骤、及Matlab实现,包含详尽的代码(Basic Genetic Algorithm (GA) algorithm principles, steps, and Matlab implementation, including detailed code)
  3. 所属分类:图形图像处理

    • 发布日期:2018-05-01
    • 文件大小:3072
    • 提供者:少少1
  1. geneticVRP

    0下载:
  2. 基于排序选择和部分匹配交叉的ga算法求解vrp问题(Solving VRP Problem by GA algorithm)
  3. 所属分类:其他

    • 发布日期:2018-05-01
    • 文件大小:3072
    • 提供者:小拳碎胸口
  1. ga

    0下载:
  2. 遗传算法求函数最大值,初学者学习遗传算法可用,有注释(GA genetic algorithm Solving the maximum function of the function)
  3. 所属分类:matlab例程

    • 发布日期:2018-05-02
    • 文件大小:1024
    • 提供者:bingjie
  1. ga

    0下载:
  2. 遗传算法的matlab实现,可以应用于各种寻优过程(The matlab implementation of genetic algorithm can be applied to various optimization processes.)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-05-02
    • 文件大小:4096
    • 提供者:张鲁鲁
  1. GA-work

    0下载:
  2. 利用遗传算法求解目标函数值的matlab程序(Matlab program for solving objective function value by genetic algorithm.)
  3. 所属分类:其他

    • 发布日期:2018-05-02
    • 文件大小:3072
    • 提供者:小强2018
  1. GA algothrim

    0下载:
  2. 模拟达尔文生物进化理论和遗传学机理实现了遗传算法(the running process of genetic algorithm)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2018-05-03
    • 文件大小:2048
    • 提供者:derek__z
  1. GA

    0下载:
  2. 该算法利用遗传算法实现了特征波长的提取,可以有效降维(The algorithm realizes the extraction of characteristic wavelengths by genetic algorithm and can effectively reduce dimension.)
  3. 所属分类:网络编程

    • 发布日期:2018-05-03
    • 文件大小:3072
    • 提供者:xiamu1
  1. GA-BP模板

    1下载:
  2. 遗传算法优化BPmatlab代码(标注清晰),保证新手看了原理之后能看懂(Genetic algorithm optimizes the BPmatlab code (clearly marked) to ensure that the novice can understand the principle after reading it.)
  3. 所属分类:matlab例程

    • 发布日期:2018-05-03
    • 文件大小:57344
    • 提供者:花不棱登
  1. GA遗传算法

    0下载:
  2. 这是一个GA遗传算法的实现,很好可以使用(This is an implementation of a GA genetic algorithm)
  3. 所属分类:其他

    • 发布日期:2018-05-04
    • 文件大小:4096
    • 提供者:pengq
  1. TSP(GA)

    0下载:
  2. 遗传算法求解TSP问题的全部函数,运行时间很短。(THE FUNCTION OF GA to solve the tsp problem.)
  3. 所属分类:matlab例程

    • 发布日期:2018-05-04
    • 文件大小:918528
    • 提供者:欢喜110
« 1 2 ... 16 17 18 19 20 2122 23 24 25 26 ... 50 »
搜珍网 www.dssz.com