CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - pso and matlab

搜索资源列表

  1. registration

    1下载:
  2. 基于互信息的图像配准,使用pso和powell优化算法,GUI界面,proj.m-Based on mutual information image registration, use the pso and powell optimization, GUI interfaces, proj.m
  3. 所属分类:Special Effects

    • 发布日期:2015-09-13
    • 文件大小:21.18kb
    • 提供者:周一一
  1. power-system-problem-based-on-PSO

    1下载:
  2. 利用粒子位置和速度的改变更新,在熟悉多目标粒子群算法的基础上利用测试函数对该算法进行仿真,并对仿真结果进行优化。-The particle position and velocity changes update in the familiar multi-objective particle swarm optimization based on the use of test functions to simulate the algorithm, and the optimization
  3. 所属分类:matlab

    • 发布日期:2016-03-16
    • 文件大小:218kb
    • 提供者:durongmao
  1. PSO

    0下载:
  2. 粒子群程序代码。包括JAVA和matlab非常使用。适合初学者-Particle Swarm program code. Including the very use of JAVA and matlab. Suitable for beginners
  3. 所属分类:Java Develop

    • 发布日期:2017-04-09
    • 文件大小:1.47mb
    • 提供者:留言民
  1. pso-svm

    4下载:
  2. 一个PSO优化SVM参数的MATLAB程序及其举例。不过此程序必须在安装SVM工具箱的前提下才可运行。-A PSO optimized SVM parameters and their example MATLAB program. But this process must be installed under the premise of SVM toolbox in order to run.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-22
    • 文件大小:2.12kb
    • 提供者:xiaolinzi
  1. PSO

    1下载:
  2. 粒子群进化算法,标准的源代码程序和实例教程。-Evolutionary particle swarm algorithm, standard procedures and examples of source code tutorial.
  3. 所属分类:MPI

    • 发布日期:2014-05-05
    • 文件大小:11.35kb
    • 提供者:jia
  1. FNN_PSO

    0下载:
  2. This M-file is about using Particle Swarm Algorithm (PSO) to train a Fuzzy Neural Network.
  3. 所属分类:Other systems

    • 发布日期:2017-04-11
    • 文件大小:1000byte
    • 提供者:Mehran Ahmadlou
  1. PSO

    0下载:
  2. 利用粒子群算法,计算函数的最优化问题。 本程序有很强的适用性。在理论与实际问题的优化上有一定的推广价值-The use of particle swarm optimization, the calculation function of the optimization problem. This procedure has a strong application. Theory and practical problems in the optimization of the prom
  3. 所属分类:matlab

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

    0下载:
  2. 一个非常好的PSO代码,和遗传算法完美结合,非常好用!-PSO a very good code, and genetic algorithm combination is very easy to use!
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-06
    • 文件大小:1.59kb
    • 提供者:清风
  1. pso-svm

    10下载:
  2. 这是一个用pso优化SVM中的惩罚参数C和核参数g的MATLAB源码,简单易学-This is an optimization of SVM with the pso in the penalty parameter C and kernel parameter g of the MATLAB source code, easy to learn
  3. 所属分类:AI-NN-PR

    • 发布日期:2016-01-25
    • 文件大小:1.46kb
    • 提供者:yyifang
  1. matlab

    0下载:
  2. i need source code for JSSP using GA,PSO,hPSO and CPSO.
  3. 所属分类:File Operate

    • 发布日期:2016-11-14
    • 文件大小:4.68mb
    • 提供者:mohana raajan
  1. pso

    0下载:
  2. 粒子群聚类算法例题及其详细解析-Example particle cluster-like algorithm and its detailed analysis
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:1.19kb
    • 提供者:kong
  1. pso-ppt-sample

    1下载:
  2. 微粒群优化算法 (PSO) 是一种进化计算技术 , 由Eberhart博士和kennedy博士于1995年提出。微粒群优化算法的基本思想是通过群体中个体之间的协作和信息共享来寻找最优解。 -Particle Swarm Optimization (PSO) is an evolutionary computation technique, by Dr. Eberhart and Dr. kennedy made in 1995. Particle Swarm Optimization Alg
  3. 所属分类:AI-NN-PR

    • 发布日期:2014-11-25
    • 文件大小:1.04mb
    • 提供者:Kevin
  1. pso

    0下载:
  2. pso算法,比较好的算法,简单,可以用于多目标优化-pso algorithm, a better algorithm, simple and can be used for multi-objective optimization
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-29
    • 文件大小:7.46kb
    • 提供者:
  1. PSO-GA-S

    3下载:
  2. PSO与GA混合优化算法,可实现比单纯使用PSO或者GA算法更好的优化效果-PSO and GA hybrid optimization algorithm, can achieve more than a simple algorithm using PSO or GA optimization results better
  3. 所属分类:matlab

    • 发布日期:2017-06-15
    • 文件大小:22.56mb
    • 提供者:吴军
  1. Hybrid-PSO-and-GA-for-Global-Maximization

    0下载:
  2. genetic algorithm matlab
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:113.12kb
    • 提供者:purplelee555
  1. PSO-algorithm-matlab-code

    0下载:
  2. 粒子群算法matlab代码,包涵粒子群算法简介、标准的粒子群算法、标准粒子群算法的实现以及matlab代码。-PSO algorithm matlab code, bear with particle swarm optimization profile, standard particle swarm optimization, PSO implementation and matlab code.
  3. 所属分类:matlab

    • 发布日期:2017-04-29
    • 文件大小:151.57kb
    • 提供者:
  1. PSO-and-multiobjective-PSO

    0下载:
  2. 内附基本粒子群算法与多目标粒子群算法的详细介绍与MATLAB环境下的程序-Programs included PSO and multi-objective particle swarm optimization details and MATLAB Environment
  3. 所属分类:Other systems

    • 发布日期:2017-05-01
    • 文件大小:9.43kb
    • 提供者:袁小蕾
  1. ytea101-pso-in-matlab-video-tutorial

    0下载:
  2. I love this site and A hop to continuty
  3. 所属分类:matlab例程

    • 发布日期:2017-12-24
    • 文件大小:2.27mb
    • 提供者:omarmathmath
  1. PSO1

    0下载:
  2. 这是一个基于pso 和matlab的目标优化程序 已经运行过 可以执行(This is a PSO and MATLAB target optimization program has been running can be performed based on)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-01-02
    • 文件大小:7kb
    • 提供者:舒逸流风
  1. PSO-SVM

    4下载:
  2. 粒子群算法优化支持向量机的惩罚参数c和rbf的参数gamma。(Particle swarm optimization (PSO) optimizes the penalty parameters c and RBF of SVM gamma.)
  3. 所属分类:matlab例程

« 12 3 4 5 6 7 8 9 10 ... 20 »
搜珍网 www.dssz.com