CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - genetic algorithm and particle swarm

搜索资源列表

  1. GAPSO.rar

    5下载:
  2. 遗传粒子群的最新改进算法,随着维度增加效果更好,Genetic Particle Swarm latest improved algorithm, with the increasing dimensions better
  3. 所属分类:AI-NN-PR

    • 发布日期:2015-05-11
    • 文件大小:1399
    • 提供者:huangchao
  1. Optimizers

    0下载:
  2. 一系列好用的用户友好的启发式优化算法,包括非自适应算法,基于模拟退火算法的种群算法,基本遗传算法,差分进化算法以及粒子群优化算法。此外,也包括神圣算法,它利用了所有这些优化算子,虽然有时交换种群之间的不同算法。-A nice set of user-friendly heuristic optimizers. Included are a non-adaptive, population based Simulated Annealing algorithm, a basic Genetic A
  3. 所属分类:Other systems

    • 发布日期:2017-04-05
    • 文件大小:26847
    • 提供者:竹子的信仰
  1. java_evolutionary_algorithms

    0下载:
  2. 用Java实现的进化算法包。包括遗传算法、粒子群算法、memetic算法和进化策略算法。-evolutionary-algorithm Evolutionary Algorithm package implemented using Java. The package serves as a foundation class library, supporting the implementation many variants of Evolutionary Algorith
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-26
    • 文件大小:104732
    • 提供者:陈雷
  1. PSO

    1下载:
  2. matlab 遗传算法GA,粒子群算法PSO,蚁群算法AS 前段时间上智能计算方法实验课上,自己做的程序。帖到这里,希望有人能改进它们,交流经验这样更有价值。 遗传算法解决最小生成树问题,PURFER编码。 粒子群算法做无约束最优化问题。 蚁群算法解决TSP问题。 如果有宝贵经验希望能交流一下,谢谢,-matlab genetic algorithm GA, particle swarm optimization PSO, ant colony algorithm f
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-28
    • 文件大小:5280
    • 提供者:stephen
  1. GAPSO

    6下载:
  2. 这个算法是遗传算法和粒子群优化算法相互结合的matlab程序,优化效率提高很多,不会陷入局部最优-This algorithm is a genetic algorithm and particle swarm optimization algorithm combined with each other matlab program, optimizing the efficiency a lot and will not fall into local optimum
  3. 所属分类:AI-NN-PR

    • 发布日期:2014-11-17
    • 文件大小:5057
    • 提供者:细细
  1. yichuansuanfa

    0下载:
  2. 一篇遗传算法和粒子群算法的比较,关于图像处理的-A genetic algorithm and particle swarm algorithm comparison, on the image processing
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-15
    • 文件大小:3628187
    • 提供者:hx
  1. TSP

    0下载:
  2. 这是使用遗传算法和粒子群算法来解决TSP问题-This is to use genetic algorithm and particle swarm algorithm to solve the TSP problem
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-07
    • 文件大小:1763930
    • 提供者:陈伟
  1. GAPSO

    0下载:
  2. 结合遗传算法和粒子群算法的MATLAB程序M文件-M-file MATLAB program combined with genetic algorithm and particle swarm optimization
  3. 所属分类:matlab

    • 发布日期:2017-11-06
    • 文件大小:126077
    • 提供者:sunww
  1. PSO_GA_SVM

    0下载:
  2. 利用遗传算法GA和粒子群算法PSO对SVM进行优化-GA genetic algorithm and particle swarm optimization PSO to optimize the SVM
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:285898
    • 提供者:caoji
  1. EA-and-PSO

    0下载:
  2. 介绍了基础的遗传算法和粒子群算法。还有他们的基本实现。适合入门的同学做一下简单实验。-Introduces the basic genetic algorithm and particle swarm algorithm. And their basic realization. Students for entry to do something simple experiment.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-06
    • 文件大小:1086918
    • 提供者:fan lu
  1. Allocation-algorithm

    2下载:
  2. 基于遗传算法和粒子群算法的认知无线电频谱分配算法-Allocation algorithm based on genetic algorithm and particle swarm optimization of cognitive radio spectrum
  3. 所属分类:matlab

    • 发布日期:2016-03-07
    • 文件大小:7168
    • 提供者:刘晨
  1. New-WinRAR-archive

    0下载:
  2. this folder contains genetic algorithm and particle swarm optimization sample in matlab platform.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-11
    • 文件大小:1311
    • 提供者:shahab
  1. binary_cat_optimization

    3下载:
  2. 猫群群算法解决优化问题,比遗传算法和粒子群算法更优-Cat contemplating the algorithm to solve optimization problems, and better than genetic algorithm and particle swarm algorithm
  3. 所属分类:Other systems

    • 发布日期:2016-08-30
    • 文件大小:3072
    • 提供者:褚玉璞
  1. GAPSO

    1下载:
  2. 遗传算法与粒子群算法结合对参数进行优化选择,达到最后结果-Genetic algorithm and particle swarm optimization algorithm to the parameters combine to achieve the final result
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:3187
    • 提供者:罗强
  1. chapter15

    0下载:
  2. 基于SVM的数据分类预测—一种最基本遗传算法和粒子群算法对的支持向量机的参数的优化,再此基础上可以对算法进行改进-Data classification based on SVM prediction- one of the most basic genetic algorithm and particle swarm optimization (pso) algorithm, the optimization of the parameters of the support vector ma
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-29
    • 文件大小:11046
    • 提供者:裘德新
  1. matlabnerve

    0下载:
  2. matlab神经网络,基因算法和粒子群优化算法-Matlab neural network, genetic algorithm and particle swarm optimization algorithm
  3. 所属分类:source in ebook

    • 发布日期:2017-04-30
    • 文件大小:109306
    • 提供者:fire
  1. vb-yichuansuanfaheliziqunsuanfa

    0下载:
  2. 关于vb的遗传算法和粒子群算法的例子,很实用-Examples of genetic algorithm and particle swarm optimization!
  3. 所属分类:Other systems

    • 发布日期:2017-05-07
    • 文件大小:1333445
    • 提供者:钱云云
  1. Biogeography-Optimization-algorithm

    0下载:
  2. 生物地理学优化算法,作者Dan Simon,是在遗传算法和粒子群算法的基础上发展来的,适用于解决高维度的,多目标的最优化问题。-Biogeography optimization algorithm, author Dan Simon, is based on genetic algorithm and particle swarm algorithm development to apply to solve high-dimensional, multi-objective optimiza
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-13
    • 文件大小:2298
    • 提供者:文文山
  1. GA_PSO_HYBRID_Rastrigin

    0下载:
  2. Finding minimum for rastrigin function using hybridised Genetic Algorithm and Particle Swarm Optimisation.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-13
    • 文件大小:2317
    • 提供者:Eeshwar
  1. ga-and-pso

    0下载:
  2. 遗传算法和粒子群算法的工具箱,里面包含一些基本的知识,适用于初学者-Genetic algorithm and particle swarm optimization toolbox, which contains some basic knowledge for beginners
  3. 所属分类:Special Effects

    • 发布日期:2017-05-05
    • 文件大小:988483
    • 提供者:陈愉
« 12 3 4 5 6 7 8 »
搜珍网 www.dssz.com