CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 粒子群最小值

搜索资源列表

  1. pso粒子群算法来求6个经典函数的最小最大值

    0下载:
  2. 该程序是粒子群算法来求6个经典函数的最小最大值,能显示粒子是如何运动的。-The program is the particle swarm algorithm to 6 classic function of the smallest maximum value, to show how the particles are moving.
  3. 所属分类:其他小程序

    • 发布日期:2017-03-21
    • 文件大小:2094
    • 提供者:wkj
  1. RMD_PSO

    0下载:
  2. 通过一种粒子群最佳化策略搜寻函数的全局最小值-Through a particle swarm optimization strategy for the search function of the overall minimum
  3. 所属分类:CSharp

    • 发布日期:2017-04-07
    • 文件大小:13453
    • 提供者:梅传根
  1. PSO(simple)

    1下载:
  2. 一个动画模拟的粒子寻找最小值的一个简单程序,有助于学习粒子群法-an animated simulation of particles searching for the minima of a simple function,which helps you learn PSO.
  3. 所属分类:matlab例程

    • 发布日期:2013-07-22
    • 文件大小:1003
    • 提供者:严达伟
  1. spso

    0下载:
  2. 这个是用基本粒子群优化算法解两个测试函数的最小值问题。-This is a fundamental particle swarm optimization algorithm using two test function solution of the minimum problem.
  3. 所属分类:matlab

    • 发布日期:2017-03-24
    • 文件大小:1258
    • 提供者:chenyanhai
  1. qpso

    6下载:
  2. 在网络异常检测中,为了提高对异常状态的检测率,降低对正常状态的误判率,本文提出一种基于量子粒子群优化算法训练小波神经网络进行网络异常检测的新方法。利用量子粒子群优化算法(QPSO)训练小波神经网络,将小波神经网络(WNN)中的参数组合作为优化算法中的一个粒子,在全局空间中搜索具有最优适应值的参数向量。- In order to improve the detection rate for anomaly state and reduce the false positive rate for n
  3. 所属分类:matlab

    • 发布日期:2014-05-23
    • 文件大小:722
    • 提供者:liang
  1. psoooLMBP

    0下载:
  2. 用粒子群算法和LM算法结合的方式训练神经网络,求函数的最小值。-Using Particle Swarm Optimization and the LM algorithm combines the approach for training neural networks, seeking the minimum value of the function.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-12
    • 文件大小:1797
    • 提供者:赵汉卿
  1. pso

    2下载:
  2. 程序说明: jblzq.m为基本粒子群程序求函数的最大值 lzq2.m是惯性权重法求函数的最大值 lzq3.m是惯性权重法求函数最小值。当然也可以用lzq2.m实现,在函数前加个负号 lzq4.m是收敛因子法求函数最小值 lzq5.m是带变异的惯性权重法求最大值,变异条件比较简单,变异次数多。还有一种变异是利用各粒的最优位置与全局最优位置的差的平方和,再开根号的值小于某一值最为收敛条件,将在我的报告中叙述 lzq6.m是分层粒子群优化算法,即利用两个粒子群同时进行搜索,一
  3. 所属分类:Algorithm

    • 发布日期:2016-12-22
    • 文件大小:6922
    • 提供者:沈龙
  1. pso1

    0下载:
  2. 维数可变的基本粒子群算法,改变参数的值就可以求任意维数的函数最小值。-Variable dimension particle swarm optimization, in order to change the value of the parameter can be any function of the minimum dimension.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-05
    • 文件大小:1278
    • 提供者:刘洪霞
  1. modern_youhua

    0下载:
  2. 现代最优化算法(有170多页的PPT,2010年的) 分为三个部分 Part 1 概论 Part 2 模拟退火算法 Part 3 遗传算法 现在常用的优化算法 禁忌搜索算法 模拟退火算法 遗传算法 人工神经网络 蚁群算法 粒子群算法 混合算法-Modern optimization algorithm is divided into three parts Part 1 Part 2 Introduction Part 3 simul
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-17
    • 文件大小:4639348
    • 提供者:zhang
  1. 自己写的关于粒子群算法求函数最小值的例程,简单易懂,对理解算法有很大帮助

    2下载:
  2. 自己写的关于粒子群算法求函数最小值的例程,简单易懂,对理解算法有很大帮助-Wrote it myself on the Particle Swarm Optimization for the minimum function of the routine, easy-to-read, to understand the algorithm are very helpful
  3. 所属分类:matlab例程

  1. [智能] 粒子群优化算法演示(PSO)-PSO_Wael

    4下载:
  2. 用粒子群优化算法进行函数寻优,比如寻找函数的最小值,最大值等。(Particle swarm optimization algorithm for function optimization, such as finding the function of the minimum, maximum and so on.)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-22
    • 文件大小:139264
    • 提供者:yangyifei
  1. 粒子群算法

    1下载:
  2. C/C++语言粒子群代码,求最大最小值问题(C/C++ language code of particle swarm optimization, for maximum and minimum problems)
  3. 所属分类:其他

    • 发布日期:2017-12-27
    • 文件大小:7168
    • 提供者:wm667
  1. 权重改进的粒子群算法

    0下载:
  2. 用于车辆参数最优选取,求取目标函数最大、最小值,对非线性、多峰问题均具有较强的全局搜索能力(It is used for the optimal selection of vehicle parameters, and the maximum and minimum values of the objective function are obtained. It has a strong global search ability for nonlinear and multimodal pr
  3. 所属分类:matlab例程

    • 发布日期:2017-12-31
    • 文件大小:1024
    • 提供者:淡漠胡烟
  1. pso

    0下载:
  2. 此程序为基本粒子群算法,实现最小值寻优过程。(The basic particle swarm optimization (PSO) algorithm is used to realize the optimization process. Finding the minimum)
  3. 所属分类:matlab例程

    • 发布日期:2018-01-08
    • 文件大小:25600
    • 提供者:呦呦土
  1. PSO粒子群算法matlab程序

    2下载:
  2. PSO粒子群算法的matlab程序,可用于最优化问题,比如求最大值最小值等
  3. 所属分类:matlab例程

  1. 粒子群算法实例 (2)

    0下载:
  2. 本文主要利用粒子群算法解决连续函数的最小值问题,粒子群优化是一种新兴的基于群体智能的启发式全局 搜索算法,粒子群优化算法通过粒子间的竞争和协作以实现在复杂搜索空间中寻找全局最优点。它具有易理解、易实现、全局搜索能力强等特点,倍受科学与工程领域的广泛关注,已经成为发展最快的智能优化算法之一。(Good particle swarm optimization and source program)
  3. 所属分类:matlab例程

    • 发布日期:2018-04-22
    • 文件大小:60416
    • 提供者:sun刀刀
  1. 粒子群算法

    0下载:
  2. 快速求最小值 同时配有文字说明 ,方便读者详细学习(Fast minimum value.At the same time, it is provided with text descr iptions to facilitate readers to learn in detail.)
  3. 所属分类:matlab例程

    • 发布日期:2018-12-09
    • 文件大小:2048
    • 提供者:小 八
  1. 粒子群算法

    0下载:
  2. 可利用粒子群算法求解函数的最小值,你只需要把你要求的函数放入fitness函数中即可
  3. 所属分类:matlab例程

  1. 基于神经网络和粒子群

    1下载:
  2. 用BP神经网络和粒子群算法的优化,主要针对的是函数最大值和最小值的寻找。
  3. 所属分类:文档资料

  1. PSO7

    2下载:
  2. PSO粒子群优化算法优化电力系统总能量,求全局最小值。(PSO particle swarm optimization algorithm optimizes the total energy of the power system to find the global minimum.)
  3. 所属分类:matlab例程

    • 发布日期:2021-04-01
    • 文件大小:17408
    • 提供者:雨雪霁
« 12 3 4 »
搜珍网 www.dssz.com