CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 matlab例程 搜索资源 - evolutionary

搜索资源列表

  1. MultilayerPerception

    1下载:
  2. 非常不错的非线性非高斯环境下的粒子滤波程序进化算法-very good non-linear environment Gaussian filter particles procedures evolutionary algorithm
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:10.56kb
    • 提供者:侯睿
  1. nsga2_Matlab_xixilee

    6下载:
  2. 对多目标优化算法NSGA-II算法的改进,该算法进化代数少,但是获得的最终效果特别好!-pair of multi-objective optimization algorithm NSGA-II algorithm, the algorithm evolutionary less algebra, However, the ultimate effect was particularly good!
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:3.57kb
    • 提供者:xixilee
  1. PSO-evolutionarycomputation

    2下载:
  2. 粒子群优化算法(PSO)是一种进化计算技术(evolutionary computation),有Eberhart博士和kennedy博士发明。源于对鸟群捕食的行为研究 PSO同遗传算法类似,是一种基于叠代的优化工具。系统初始化为一组随机解,通过叠代搜寻最优值。但是并没有遗传算法用的交叉(crossover)以及变异(mutation)。而是粒子在解空间追随最优的粒子进行搜索。详细的步骤以后的章节介绍 同遗传算法比较,PSO的优势在于简单容易实现并且没有许多参数需要调整。目
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:22.16kb
    • 提供者:zzh
  1. ant_colony_image_edge_detection

    3下载:
  2. 采用蚁群算法检测图像边缘 This a demo program of image edge detection using ant colony, based on the paper, \"An Ant Colony Optimization Algorithm For Image Edge Detection,\" IEEE Congress on Evolutionary Computation (CEC), pp. 751-756, Hongkong, Jun. 2008.
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:17.87kb
    • 提供者:zzn
  1. matlab-for-Differential-evolution-

    0下载:
  2. matlab 编写的微分进化算法,供大家学习参考-matlab write differential evolutionary algorithm for everyone to learn information
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:6.99kb
    • 提供者:wang
  1. HybridParticleSwarmOptimizatio

    0下载:
  2. 粒子群算法(pso)的源代码(matlab),Particle swarm optimization (pso) source code (matlab)
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:4.04kb
    • 提供者:sj
  1. DE

    0下载:
  2. DE 生物进化算法的matlab实现,一类优化仿生算法-DE biology evolutionary algorithm matlab implementation, a class of bionic optimization algorithm
  3. 所属分类:matlab

    • 发布日期:2017-03-22
    • 文件大小:980byte
    • 提供者:xiaotiantian
  1. NSGA2-dynamic

    0下载:
  2. 多目标优化进化算法目前公认效果收敛性最好的算法NSGA2c++源码,具有一般性,可在此基础上继续改进,对实现其他多目标优化算法很有帮助.-Multi-objective optimization evolutionary algorithm is currently the best recognized effect of convergence of the algorithm NSGA2c++ Source, with the general, could be on this basis
  3. 所属分类:matlab

    • 发布日期:2016-04-08
    • 文件大小:113.74kb
    • 提供者:antercy
  1. EvolutionStrategy

    0下载:
  2. 主要介绍了进化策略的原理,并且用matlab进行了仿真。-Mainly introduces the principles of evolutionary strategy, and conducted a simulation using matlab.
  3. 所属分类:matlab

    • 发布日期:2017-04-27
    • 文件大小:24.73kb
    • 提供者:zhangzongzhi
  1. MelanieMitchellAnIntroductiontoGeneticAlgorithms.

    0下载:
  2. to learn the use evolutionary algorithms in matlab
  3. 所属分类:matlab

    • 发布日期:2017-05-08
    • 文件大小:1.8mb
    • 提供者:prakash
  1. GEATbx_Intro_Algorithmen_v38

    0下载:
  2. Introduction Evolutionary Algorithms: Overview, Methods and Operators.
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:700.83kb
    • 提供者:ABDELHEDI
  1. pso

    4下载:
  2. 粒子群优化算法是一种进化优化技术,源于对鸟群扑食的行为,是一种基于迭代的优化工具。此文件提供了基本粒子群算法、带压缩因子的粒子群算法、二阶粒子群算法、二阶振荡粒子群算法、权重改进的粒子群算法、混沌粒子群算法、基于杂交的粒子群算法、基于模拟退火的粒子群算法的MATLAB源代码。-PSO is an evolutionary optimization technique, derived from the behavior of the birds of prey, is based on iter
  3. 所属分类:matlab

    • 发布日期:2015-09-25
    • 文件大小:16.38kb
    • 提供者:熊杰
  1. evolutionarystrategy

    0下载:
  2. optimization a function based on evolutionary strategy
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:517byte
    • 提供者:sarah
  1. ES

    0下载:
  2. they are matlab code for evolutionary strategy (ES), (ES(1+1), ES(1,1),ES(mu,lambda),ES(mu+lambda), I hope they are useful for you
  3. 所属分类:matlab

    • 发布日期:2017-03-26
    • 文件大小:4.81kb
    • 提供者:marzieh
  1. mulitiobjective-evolutionary-Algorithms-

    0下载:
  2. 基于多样性测度的改进的多目标进化算法。处理约束问题的改进的多目标进化算法。-Diversity measure based on improved multi-objective evolutionary algorithm. Improved handling Constrained multi-objective evolutionary algorithm.
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:21kb
    • 提供者:杨雨
  1. pso

    0下载:
  2. The economic load dispatch plays an important role in the operation of power system, and several models by using different techniques have been used to solve these problems. Several traditional approaches, like lambda-iteration and gradient metho
  3. 所属分类:matlab

    • 发布日期:2017-03-23
    • 文件大小:529.6kb
    • 提供者:amijeet
  1. the-quantum-evolutionary-algorithm

    0下载:
  2. 在MATLAB环境下的量子进化算法及先进的量子旋转门-In the MATLAB environment, the quantum evolutionary algorithm and advanced quantum revolving door
  3. 所属分类:matlab

    • 发布日期:2017-03-25
    • 文件大小:11.46kb
    • 提供者:邱玉云
  1. A Dynamic Hybrid Framework for Constrained Evolutionary Optimization

    0下载:
  2. A Dynamic Hybrid Framework for Constrained Evolutionary Optimization
  3. 所属分类:matlab例程

    • 发布日期:2015-02-09
    • 文件大小:9.24kb
    • 提供者:Majid20
  1. Evolutionary-ANFIS-Training

    6下载:
  2. 用MATLAB实现自适应神经模糊推理系统(ANFIS)结构训练。代码中,首先创建一个初始原ANFIS结构,然后采用遗传算法(GA)、粒子群优化(PSO)来训练ANFIS。此进化训练算法可用于解决非线性回归函数逼近问题。-Implementation of adaptive neural fuzzy inference system (ANFIS) based on MATLAB. Code, the first to create an initial original ANFIS struct
  3. 所属分类:matlab

    • 发布日期:2017-05-04
    • 文件大小:21.12kb
    • 提供者:张贝
  1. PDToolbox_matlab-master (1)

    3下载:
  2. 演化博弈Matlab工具箱, 适用于复杂网络演化博弈研究(evolutionary game toolbox)
  3. 所属分类:matlab例程

    • 发布日期:2021-03-11
    • 文件大小:2.96mb
    • 提供者:拼过色
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com