CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 其他小程序 搜索资源 - 智能算法

搜索资源列表

  1. dmusicmatlab.zip

    0下载:
  2. 智能天线中的d music 算法,可以实现波束赋形,权值优化等,smart antenna d music
  3. 所属分类:Other systems

    • 发布日期:2017-04-07
    • 文件大小:2013
    • 提供者:冯小晶
  1. paper1

    0下载:
  2. 智能优化算法论文集,对于很多学习之来说是一个很好的资料。-Intelligent Optimization Algorithm Essays, for a lot of learning is a good information.
  3. 所属分类:Other systems

    • 发布日期:2017-06-02
    • 文件大小:14448756
    • 提供者:gg
  1. smart_antenna

    0下载:
  2. 智能天线算法 智能天线在TDSCDMA中的应用-Smart antenna algorithms in smart antenna TDSCDMA Application
  3. 所属分类:Other systems

    • 发布日期:2017-04-01
    • 文件大小:4898
    • 提供者:张宏
  1. GA

    2下载:
  2. 本程序是在MATLAB平台上,利用智能优化算法遗传算法来解决01背包问题。在0 / 1背包问题中,需对容量为c 的背包进行装载。从n 个物品中选取装入背包的物品,每件物品i 的重量为wi ,价值为pi 。对于可行的背包装载,背包中物品的总重量不能超过背包的容量,最佳装载是指所装入的物品价值最高。-This procedure is in the MATLAB platform using intelligent genetic algorithm optimization algorithm t
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-11
    • 文件大小:1625
    • 提供者:周薇
  1. ACO-TSP

    0下载:
  2. 利用蚁群算法解决旅行商问题,其中运用智能蚂蚁算法-Using Ant Colony Optimization Algorithm to solve Traveling Salesman Problem
  3. 所属分类:Other systems

    • 发布日期:2017-04-01
    • 文件大小:74112
    • 提供者:波波
  1. PSO

    2下载:
  2. 很实用的群优化智能算法,计算粒子群算法的源代码,所需优化的目标函数命名为fitness即可。-a partical swarm algorithm
  3. 所属分类:Other systems

    • 发布日期:2014-05-05
    • 文件大小:816
    • 提供者:iop
  1. RNSA

    1下载:
  2. 人工免疫RNSA智能算法,根据自体生成定半径的检测器,用于异常检测以及入侵检测。(Artificial immune RNSA intelligent algorithm is used for anomaly detection)
  3. 所属分类:其他

    • 发布日期:2017-12-21
    • 文件大小:3072
    • 提供者:枫歌
  1. bat_algorithm

    0下载:
  2. 蝙蝠算法是一种全局搜索最优解的有效方法,新颖的智能算法。(Bat algorithm is an efficient method for searching optimal solutions, innovative intelligent algorithms.)
  3. 所属分类:其他

    • 发布日期:2017-12-11
    • 文件大小:3527
    • 提供者:may1246
  1. 遗传算法课件与程序

    1下载:
  2. 现代优化算法,智能优化算法通过其有效设计可以在跳出局部最优和收敛到一个点之间有个较好的平衡,从而实现找到全局最优点,但有的时候局部最优也是可接受的,所以传统算法也有很大应用空间和针对特殊结构的改进可能。(Modern optimization algorithm)
  3. 所属分类:其他

    • 发布日期:2017-12-23
    • 文件大小:36330496
    • 提供者:小呆729
  1. PSO-BP

    0下载:
  2. 可用于智能算法的优化,程序代码可以自己修改。(It can be used for the optimization of intelligent algorithms, and the program code can be modified.)
  3. 所属分类:其他

    • 发布日期:2017-12-28
    • 文件大小:80896
    • 提供者:胡歌的虎
  1. DeJong遗传算法

    0下载:
  2. 测试函数,matlab平台下的测试函数DeJong,对于用来遗传等智能算法的性能非常有用.(Test function, matlab platform under the test function DeJong, used for genetic and other intelligent algorithm performance is very useful.)
  3. 所属分类:其他

    • 发布日期:2017-12-26
    • 文件大小:1024
    • 提供者:tongran
  1. 智能优化算法

    2下载:
  2. 优化技术是一种以数学为基础,用于求解各种工程问题优化解的应用技术。作为一个重要的科学分支,它一直受到人们的广泛重视,并在诸多工程领域得到迅速推广和应用,如系统控制、人工智能、模式识别、生产调度、VLSI技术和计算机工程等。鉴于实际工程问题的复杂性、约束性、非线性、多极小、建模困难等特点,寻求一种适合于大规模并行且具有智能特征的算法已成为有关学科的一个主要研究目标和引人注目的研究方向。 20世纪80年代以来,一些新颖的优化算法,如人工神经网络、混沌、遗传算法、进化。(Optimization te
  3. 所属分类:其他

    • 发布日期:2018-01-05
    • 文件大小:2027520
    • 提供者:韬文
  1. 智能优化算法资料

    0下载:
  2. 优化算法有很多,经典算法包括:有线性规划,动态规划等;改进型局部搜索算法包括爬山法,最速下降法等,模拟退火、遗传算法以及禁忌搜索称作指导性搜索法。而神经网络,混沌搜索则属于系统动态演化方法。 梯度为基础的传统优化算法具有较高的计算效率、较强的可靠性、比较成熟等优点,是一类最重要的、应用最广泛的优化算法。但是,传统的最优化方法在应用于复杂、困难的优化问题时有较大的局限性。(There are many optimization algorithms, the classical algori
  3. 所属分类:其他

    • 发布日期:2018-01-05
    • 文件大小:1857536
    • 提供者:韬文
  1. 飞思卡尔__所有的算法

    0下载:
  2. 飞思卡尔__所有的算法,用于比赛及智能控制(Fly think of Carle __ all the algorithms for the game, and intelligent control)
  3. 所属分类:其他

    • 发布日期:2018-01-07
    • 文件大小:695296
    • 提供者:艾伦参上
  1. 《智能优化算法及其应用》王凌

    0下载:
  2. 智能优化算法及其应用,王凌著,详细介绍了智能优化算法(Intelligent Optimization Algorithm and Its Application)
  3. 所属分类:其他

    • 发布日期:2018-01-09
    • 文件大小:5424128
    • 提供者:不知道_666
  1. 基于c++的智能扫地机器人路径选择的算法

    2下载:
  2. 基于C++语言的路径规划算法研究,对学习机器人路径规划有帮助!(The path planning algorithm based on C++ language is helpful to the path planning of learning robot.)
  3. 所属分类:其他

    • 发布日期:2018-01-10
    • 文件大小:1401856
    • 提供者:天外飞狐
  1. CuckooOptimizationAlgorithm

    2下载:
  2. 群智能算法中的布谷鸟算法,实验证明可以用,性能比一般粒子群差分等都要好(cuckoo optimization algorithm)
  3. 所属分类:其他

    • 发布日期:2018-04-19
    • 文件大小:4096
    • 提供者:bgtcu
  1. 第四讲 群体智能算法1

    0下载:
  2. 粒子群算法蚁群算法和简易ppt简单易懂,可供大家参考(Particle swarm optimization (PSO) ant colony algorithm and simple ppt are simple and easy to understand, which can be used for reference)
  3. 所属分类:其他

    • 发布日期:2018-04-19
    • 文件大小:2490368
    • 提供者:我会有钱
  1. 智能控制-刘金琨编著-程序源码

    1下载:
  2. 智能控制算法实例,并且附有程序代码,可以利用matlab进行仿真实验。(Examples of intelligent control algorithm, and with program code, you can use matlab to carry out simulation experiments.)
  3. 所属分类:其他

    • 发布日期:2020-09-08
    • 文件大小:47104
    • 提供者:沈炜皓
  1. 天牛须

    0下载:
  2. 天牛须算法,一种生物智能算法,于2017年提出,具有参数少,收敛速度快的优点,算法易于实现。(Longhorn whisker algorithm, a bio-intelligent algorithm, was proposed in 2017. It has the advantages of fewer parameters and faster convergence speed. The algorithm is easy to implement.)
  3. 所属分类:其他

    • 发布日期:2019-11-08
    • 文件大小:1024
    • 提供者:ZHENGYuan
« 1 23 4 5 6 7 8 9 10 ... 13 »
搜珍网 www.dssz.com