CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 人工智能/神经网络/遗传算法 搜索资源 - 粒子

搜索资源列表

  1. anneal

    0下载:
  2. 模拟退火算法来源于固体退火原理,是一种基于概率的算法,将固体加温至充分高,再让其徐徐冷却,加温时,固体内部粒子随温升变为无序状,内能增大,而徐徐冷却时粒子渐趋有序,在每个温度都达到平衡态,最后在常温时达到基态,内能减为最小-Simulated annealing algorithm derived solid Annealing is a probability-based algorithm, the solid is heated to a sufficiently high, and a
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-04
    • 文件大小:3793
    • 提供者:张洋
  1. kuanjia

    1下载:
  2. 粒子群算法程序,能够求解方程组,求解最优化问题-Particle swarm optimization program that can solve the equations, solving optimization problems
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-14
    • 文件大小:2905
    • 提供者:周华伟
  1. PSO

    1下载:
  2. 神经网络构建,粒子群算法优化BP神经网络迭代寻优-Neural network building , iterative particle swarm algorithm to optimize the BP neural network optimization
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-13
    • 文件大小:2495
    • 提供者:tangwei
  1. LinWPSO

    0下载:
  2. 线性递减权重法的粒子群算法,针对基本粒子群算法容易早熟以及算法后期易在全局最优解附近产生振荡现象,可以采用线性变化的权重。-A linear weighting method of particle swarm algorithm, in view of the basic particle swarm optimization (pso) algorithm is easy to premature algorithm and easy to generate oscillation phen
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-12
    • 文件大小:570
    • 提供者:岳海涛
  1. SAPSO

    0下载:
  2. 为了平衡粒子群算法的全局搜索能力和局部改良能力,还可采用非线性的动态惯性权重公式。-In order to balance the global search ability of particle swarm optimization (pso) algorithm and local improvement ability, also can use nonlinear dynamic inertia weight formula.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-12
    • 文件大小:652
    • 提供者:岳海涛
  1. LnCPSO

    0下载:
  2. 针对粒子群算法在实际的应用中,也有一些其他的取值方法,常见的有同步变化和异步变化的学习因子。-Aimed at particle swarm optimization (pso) algorithm in practical application, there are also some other accessor methods, common changes have synchronous and asynchronous learning factors.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-12
    • 文件大小:559
    • 提供者:岳海涛
  1. hunheliziqun

    0下载:
  2. 混合粒子群算法的基础源代码,可有效解决旅行商问题(TSP)。-Hybrid PSO algorithm based on the source code, which can effectively solve the Traveling Salesman Problem (TSP).
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-04
    • 文件大小:13464
    • 提供者:丁淼淼
  1. pso-beibao

    0下载:
  2. 粒子群算法解决背包问题,程序完整并能正确运行-Particle swarm algorithm to solve knapsack problem
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-12
    • 文件大小:1302
    • 提供者:qinyanhui
  1. PSO_immu

    0下载:
  2. 本程序为基于免疫的粒子群优化算法经典程序,本程序注释非常详细。是在免疫算法的基础上采用粒子群优化对抗体群体进行更新,解决了免疫算法收敛慢的缺点。-This procedure based on immune particle swarm optimization algorithm is a classic program. Is on the basis of immune algorithm USES the particle swarm optimization to update of
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-13
    • 文件大小:1734
    • 提供者:邓振立
  1. PSO_nature

    0下载:
  2. 本程序为基于自然选择的粒子群优化算法,注释较为详细。基于自然选择的粒子群优化算法是借鉴自然选择的机理,根据粒子的适应度进行排序,加快算法收敛的速度。-This procedure for the particle swarm optimization algorithm based on natural selection and detailed comments. The particle swarm optimization algorithm based on natural selec
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-12
    • 文件大小:663
    • 提供者:邓振立
  1. PSO_lamda

    0下载:
  2. 本程序为基于模拟退火的粒子群算法,注释较为详细。基于模拟退火的算法在搜索的过程中具有突跳的能力,可以有效的避免搜索陷入局部最小解。-This procedure for the particle swarm algorithm based on simulated annealing, a detailed comments. Based on the simulated annealing algorithm in the process of search has the ability o
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-12
    • 文件大小:792
    • 提供者:邓振立
  1. PSOBP

    1下载:
  2. 传统粒子群算法优化BP神经网络和改进的粒子群算法优化BP神经网络源代码-traditional particle swarm optimization BP neural network 2 Improved particle swarm optimization BP neural network source code
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-04
    • 文件大小:5039
    • 提供者:zhch82
  1. VartiryPSO

    0下载:
  2. 粒子群优化算法的基本思想是通过群体中个体之间的协作和信息共享来寻找最优解. PSO的优势在于简单容易实现并且没有许多参数的调节。目前已被广泛应用于函数优化、神经网络训练、模糊系统控制以及其他遗传算法的应用领域。-The basic idea of Particle Swarm Optimization (PSO) is to find the optimal solution by cooperating and sharing information among individuals.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-04
    • 文件大小:4312
    • 提供者:华盛顿
  1. PSO

    0下载:
  2. 各种粒子群算法,如,自适应粒子群算法,压缩粒子群算法等-pso algorithm
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-04
    • 文件大小:11109
    • 提供者:张晶
  1. Multi---objective-PSO

    0下载:
  2. 基于粒子群算法的多目标优化算法,结构简单,优化效果显著,用于多目标同时优化-Multi-objective particle swarm optimization algorithm, simple structure, optimize the effect is significant, for multi-objective optimization simultaneously
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-14
    • 文件大小:3371
    • 提供者:
  1. pso

    0下载:
  2. 粒子群算法的寻优算法-非线性函数极值寻优- Optimization algorithm of particle swarm optimization algorithm for nonlinear function optimization
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-13
    • 文件大小:2315
    • 提供者:lfglw
  1. PSOtsp

    0下载:
  2. 粒子群算法解决TSP问题matlab源代码-Particle swarm algorithm to solve TSP problem
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-05
    • 文件大小:210023
    • 提供者:Alice wang
  1. teacher-and-learn

    1下载:
  2. 教与学优化算法,和结合粒子群算法、遗传算法比较,该算法效果更好,迭代次数少-Teaching and learning optimization algorithm, and combining particle swarm optimization, genetic algorithm, the algorithm is better, fewer iterations
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-06
    • 文件大小:956416
    • 提供者:章学树
  1. PSO_breed

    1下载:
  2. 基于杂交的混合粒子群算法,只需添加适应度函数即可使用-Hybridization-based hybrid particle swarm optimization, simply add the fitness function can be used
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-12
    • 文件大小:905
    • 提供者:liuya
  1. PSO_immu

    0下载:
  2. 基于免疫的粒子群算法,采用粒子群优化对抗群体进行更新,解决收敛慢的缺点-Particle swarm optimization based on immune, PSO against groups updated address the shortcomings of slow convergence
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-13
    • 文件大小:1789
    • 提供者:liuya
« 1 2 ... 45 46 47 48 49 50»
搜珍网 www.dssz.com