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

搜索资源列表

  1. 单变量寻优

    0下载:
  2. 单变量寻优基本算法的原码,包括区间取半法,0。618法、FIB法,牛顿法、二次逼近法、三次逼近法。-single - variable optimization algorithm of the original code, including the semi-admission interval, 0. 618, FIB, Newton, quadratic approximation, three approximation.
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:3309
    • 提供者:陈镇静
  1. 多变量寻优

    1下载:
  2. 多变量寻优的源码,包括基本算法如下:DFP法(又称变尺度法),BFS法、一阶梯度法,共扼梯度法。-multivariate optimization of the source code, including basic algorithm is as follows : DFP Act (also known as the variable scale), BFS, a ladder degrees, a total of the accused gradient method.
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:4664
    • 提供者:陈镇静
  1. 物流配送蚁群算法

    2下载:
  2. 蚁群算法在物流配送中运用,实现最优路径巡寻优,可得出实际界面,直观
  3. 所属分类:人工智能/神经网络/遗传算法

  1. Matlab遗传算法改进程序

    3下载:
  2. 遗传算法(Genetic Algorithm)是一类借鉴生物界的进化规律(适者生存,优胜劣汰遗传机制)演化而来的随机化搜索方法。它是由美国的J.Holland教授1975年首先提出,其主要特点是直接对结构对象进行操作,不存在求导和函数连续性的限定;具有内在的隐并行性和更好的全局寻优能力;采用概率化的寻优方法,能自动获取和指导优化的搜索空间,自适应地调整搜索方向,不需要确定的规则。遗传算法的这些性质,已被人们广泛地应用于组合优化、机器学习、信号处理、自适应控制和人工生命等领域。它是现代有关智能计算
  3. 所属分类:人工智能/神经网络/遗传算法

  1. 遗传算法C程序

    1下载:
  2. 基于遗传算法的函数寻优
  3. 所属分类:Windows编程

    • 发布日期:2012-05-28
    • 文件大小:1682
    • 提供者:binwang123456
  1. DanChunXingXunYou

    0下载:
  2. 此代码可实现最优控制理论中的单纯型寻优算法,可调节参数,并通过曲线查看调节结果。-This code can achieve the optimal control theory of simplex optimization algorithms, adjustable parameters, and through regulation of the results of curve view.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2015-05-10
    • 文件大小:73445
    • 提供者:王天坤
  1. ga

    0下载:
  2. 基于遗传算法的寻优的matlab程序源代码-Based on genetic algorithm optimization matlab source code
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:5033
    • 提供者:hexing
  1. A

    1下载:
  2. 本文件为C语言编写,A星寻路算法,自动寻找最优路径-This document is written in C, A Star pathfinding algorithm, automatically find the optimal path. .
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:2417
    • 提供者:wxk
  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. duoweibianliang

    0下载:
  2. 多维变量的寻优算法,遗传算法解决多变量的最优化问题。-multivariable GA
  3. 所属分类:matlab

    • 发布日期:2017-04-15
    • 文件大小:6763
    • 提供者:sanlizi
  1. 鱼群算法---代码

    0下载:
  2. 在一片水域中,鱼往往能自行或尾随其他鱼找到营养物质多的地方,因而鱼生存数目最多的地方一般就是本水域中营养物质最多的地方,人工鱼群算法就是根据这一特点,通过构造人工鱼来模仿鱼群的觅食。聚群及追尾行为,从而实现寻优,以下是鱼的几种典型行为:   (1)觅食行为:一般情况下鱼在水中随机地自由游动,当发现食物时,则会向食物逐渐增多的方向快速游去。   (2)聚群行为:鱼在游动过程中为了保证自身的生存和躲避危害会自然地聚集成群,鱼聚群时所遵守的规则有三条:分隔规则:尽量避免与临近伙伴过于拥挤;对准规则
  3. 所属分类:文档资料

  1. 新建文件夹

    0下载:
  2. 利用MATLAB语言对该算法寻优过程进行了仿真,仿真结果表明该算法可以找出全局最优解。(The optimization process of the algorithm is simulated by using MATLAB language. The simulation results show that the algorithm can find the global optimal solution.)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-26
    • 文件大小:1024
    • 提供者:一路平安
  1. 蚁群算法matlab程序

    0下载:
  2. 利用蚁群在搜索食物源的过程中体现出来的寻优能力来解决离散系统中的一些优化问题(Some optimization problems in discrete systems are solved by using ant colony optimization capability in searching for food sources)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-19
    • 文件大小:1024
    • 提供者:Kevin-wang
  1. 粒子群算法的寻优算法-非线性函数极值寻优

    0下载:
  2. 使用粒子群优化算法实现函数最优值的求解,并对参数进行优化。(The particle swarm optimization algorithm is used to solve the optimal value of the function, and the parameters are optimized.)
  3. 所属分类:书籍源码

  1. simulation

    0下载:
  2. MATLAB语言程序,利用粒子群算法寻找目标函数的极小值,可移植,比较好用(search for the minumn point of objective function)
  3. 所属分类:其他

    • 发布日期:2017-12-22
    • 文件大小:3072
    • 提供者:brian998789
  1. 改进遗传算法

    2下载:
  2. 改进的遗传算法,求解路径寻优的问题,加快了寻找全局最优解的速度(The improved genetic algorithm solves the problem of path optimization and accelerates the speed of finding the global optimal solution)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2017-12-19
    • 文件大小:1024
    • 提供者:逸凡
  1. 改进的禁忌搜索算法

    4下载:
  2. 改进的禁忌搜索算法,求解路径寻优问题,相对传统的遗传算法,能够更精确求得全局最优解(Compared with the traditional genetic algorithm, the improved tabu search algorithm can solve the problem of path optimization, and can obtain the global optimal solution more accurately)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2017-12-20
    • 文件大小:2048
    • 提供者:逸凡
  1. 布谷鸟算法

    1下载:
  2. 初学最优化算法可以下载看一看,有算法例程,多篇中文文献,讲解详细。值得下载。(Beginner optimization algorithm, you can download a look, there are algorithms routines, a number of Chinese literature, to explain in detail. Worth downloading.)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-25
    • 文件大小:12689408
    • 提供者:haha666
  1. PSO寻优 论文采用

    0下载:
  2. 验证基于DPSO 算法的合作感知调度方案在各个LN 的网络特征不同 的异构CRNMLNS 中也能获得同样的性能(CRNMLNS, a cooperative sensing scheduling scheme based on discrete particle swarm optimization (DPSO) algorithm was proposed)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-25
    • 文件大小:80630784
    • 提供者:chalie
  1. 粒子群优化算法的寻优算法——非线性函数极值寻优

    0下载:
  2. 粒子群优化算法 一种经典的启发式算法(Particle swarm optimization algorithm, a classic heuristic algorithm)
  3. 所属分类:matlab例程

« 1 2 34 5 6 7 8 9 10 ... 39 »
搜珍网 www.dssz.com