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

搜索资源列表

  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. MATLAB遗传算法

    0下载:
  2. 遗传算法和非线性规划的函数寻优,BP神经网络优化(Genetic algorithm and nonlinear programming function optimization, BP neural network optimization)
  3. 所属分类:其他

    • 发布日期:2017-12-19
    • 文件大小:43008
    • 提供者:drafei
  1. pso

    0下载:
  2. 用粒子群优化算法求解函数最大值问题,有收敛曲线图,自己编的程序,附带一个常用的函数(Particle swarm optimization algorithm to solve the problem of maximum function, a convergence curve)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2017-12-19
    • 文件大小:1024
    • 提供者:redeemer
  1. chapter3基于遗传算法的BP神经网络优化算法

    1下载:
  2. 用遗传算法去优化BP神经网络,使控制更加精准(Genetic algorithm is used to optimize BP neural network)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-19
    • 文件大小:4096
    • 提供者:心空岁月
  1. chapter7多种群遗传算法的函数优化算法

    0下载:
  2. 用遗传算法去优化多种群问题,寻求目标的最优解(The genetic algorithm is used to optimize the multi-population problem and seek the optimal solution)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-22
    • 文件大小:4096
    • 提供者:心空岁月
  1. PSO算法程序

    2下载:
  2. 粒子群优化算法是一种基于群体智能的演化计算技术。与遗传算法相比,PSO没有遗传算法中的选择(Selection)、交叉(Crossover)、变异(Mutation)等操作,而是通过粒子在解空间追随最优的粒子进行搜索。(Particle Swarm Optimization (PSO) is an evolutionary computing technique based on group intelligence. Compared with the genetic algorithm, P
  3. 所属分类:matlab例程

    • 发布日期:2017-12-24
    • 文件大小:10240
    • 提供者:lazyxiaoming
  1. 粒子群优化算法

    0下载:
  2. MATLAB最优化计算,第13章的应用程序, 粒子群优化算法(Particle swarm optimization)
  3. 所属分类:其他

    • 发布日期:2017-12-29
    • 文件大小:8192
    • 提供者:阿呆9527
  1. 模拟退火算法

    0下载:
  2. 模拟退火算法属于现代优化算法的一种,,实现NP-hard组优化问题的全局最优解,解决大量的实际问题(The simulated annealing algorithm is one of the modern optimization algorithms, which can solve the global optimal solution of the NP-hard group optimization problem and solve a lot of practical probl
  3. 所属分类:matlab例程

    • 发布日期:2017-12-19
    • 文件大小:2048
    • 提供者:Berlin0724
  1. BCO

    0下载:
  2. 蜜蜂全体优化算法及其多变体的应用及优化。(Application and optimization of the Bee Colony Optimization (BCO) algorithm and its numerous variants.)
  3. 所属分类:人工智能/神经网络/深度学习

  1. 单目标粒子群算法寻优

    1下载:
  2. 利用粒子群优化算法,对单目标函数寻优,寻找函数的极值。(Searching for the extremum of a function by searching the single objective function.)
  3. 所属分类:其他

    • 发布日期:2017-12-17
    • 文件大小:1024
    • 提供者:Mr ren
  1. bbo

    2下载:
  2. 用matlab实现生物地理学优化算法,生物地理学优化算法是一种很好地演化计算的方法,可用于车间调度等诸多问题(Using MATLAB to achieve biogeography optimization algorithm, biogeography optimization algorithm is a good method of evolutionary computation, which can be used in many problems such as workshop
  3. 所属分类:matlab例程

    • 发布日期:2017-10-25
    • 文件大小:30720
    • 提供者:Coward
  1. pso粒子群算法matlab代码

    0下载:
  2. 粒子群算法,也称粒子群优化算法或鸟群觅食算法,优化算法,用于对目标的最优值算法(optimization algorithm)
  3. 所属分类:通讯编程

    • 发布日期:2017-12-19
    • 文件大小:195584
    • 提供者:dreamy
  1. 萤火虫programing

    0下载:
  2. 萤火虫优化算法,可以扩展应用到各种不同的优化问题。(The firefly optimization algorithm can be extended to a variety of optimization problems.)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-24
    • 文件大小:2048
    • 提供者:千岁寒
  1. mathematical modeling

    0下载:
  2. 文件包含了多种现代优化算法,如神经网络,模拟退火,禁忌搜索等智能算法。同时还有一些数学建模的相关的matlab实现。(The document contains a variety of modern optimization algorithms, such as neural networks, simulated annealing, tabu search and other intelligent algorithms. At the same time, there are some
  3. 所属分类:matlab例程

    • 发布日期:2017-12-15
    • 文件大小:99482624
    • 提供者:Jyoung丶
  1. PSO

    0下载:
  2. 基于量子的粒子群优化算法,该算法通过粒子群有量子的行为,提高了算法的寻优能力,增强了算法的全局搜索能力,有效的避免了“早熟”问题。(Quantum based particle swarm optimization algorithm.The algorithm improves the searching ability of the algorithm by quantum behavior of particle swarm, and enhances the global searchi
  3. 所属分类:matlab例程

    • 发布日期:2017-12-25
    • 文件大小:1024
    • 提供者:一云
  1. 函数Schaffer优化程序

    0下载:
  2. 优化参数 实例验证 对某个公式的寻优 简单易懂(Optimization parameters)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-26
    • 文件大小:1024
    • 提供者:阳光微笑
  1. MATLAB智能算法30个案例分析pdf+源代码

    2下载:
  2. Matlab 经典控制优化算法例子加源代码(Matlab classic control optimization algorithm examples, plus source code)
  3. 所属分类:数值算法/人工智能

  1. 细菌觅食算法

    0下载:
  2. 一个用MATLAB实现的细菌觅食优化算法(A bacterial foraging optimization algorithm using MATLAB)
  3. 所属分类:其他

  1. 粒子群优化算法

    1下载:
  2. 粒子群算法的matlab源程序,包含粒子群算法的程序(program of Particle swarm optimization)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-27
    • 文件大小:20480
    • 提供者:MOMOhitomi
  1. WOA_Toolbox

    2下载:
  2. 非常好的智能优化算法,最近几年研究出来的,比较新,而且优化性能很好(a very good, novel artificial intelligence optimization algorithm, named whale optimization algorithm (WOA))
  3. 所属分类:其他

    • 发布日期:2017-12-28
    • 文件大小:20733952
    • 提供者:玉潭儿
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 50 »
搜珍网 www.dssz.com