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

搜索资源列表

  1. QEAsolvePackage

    1下载:
  2. 最近两年比较流行的量子进化算法(QEA),能够求解一般的优化问题。算例是一个典型的背包问题(离散二值问题)。-The more popular the last two years the quantum evolutionary algorithm (QEA), be able to solve the general optimization problems. An example is a typical knapsack problem (discrete binary problem
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-28
    • 文件大小:1186
    • 提供者:王潮
  1. QEAsolveOptimization

    1下载:
  2. 最近两年流行的量子进化算法程序,能够优化一下基本的问题,本程序是基于一个连续的极值问题。-The last two years the popular quantum-inspired evolutionary algorithm process, to optimize the basic questions about this program is based on a continuous extremal problem.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-09
    • 文件大小:2409
    • 提供者:王潮
  1. DEELMNN

    1下载:
  2. 利用差分演化优化极限学习机神经网络的matlab源代码,涉及2个matlab程序-evolutionary extreme learning machine, differential evolution
  3. 所属分类:AI-NN-PR

    • 发布日期:2015-03-17
    • 文件大小:6954
    • 提供者:LEVIN
  1. src

    0下载:
  2. 用量子进化算法解决机械工业生产调度问题,算法简单易懂,适合初学者。-Using quantum-inspired evolutionary algorithm to solve the mechanical industrial production scheduling problem, the algorithm easy to understand for beginners.
  3. 所属分类:JavaScript

    • 发布日期:2017-03-31
    • 文件大小:10752
    • 提供者:蒋佳颖
  1. yiqun

    0下载:
  2. 蚁群算法是一种用来在图中寻找优化路径的机率型技术,该算法具有许多优良的性质,具有一种新的模拟进化优化方法的有效性和应用价值, 是一种求解组合最优化问题的新型通用启发式方法,可以解决一维静态优化问题甚至多维动态组合优化问题。 -Ant colony algorithm is a method used to find optimal path in the graph of the probability-based technology, the algorithm has many goo
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-26
    • 文件大小:1942
    • 提供者:曹艳丽
  1. GEATbx_Intro_Algorithmen_v38

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

    • 发布日期:2017-04-08
    • 文件大小:717647
    • 提供者:ABDELHEDI
  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
    • 文件大小:1087353
    • 提供者:Kevin
  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
    • 文件大小:16769
    • 提供者:熊杰
  1. evolutionarystrategy

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

    • 发布日期:2017-04-10
    • 文件大小:517
    • 提供者: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
    • 文件大小:4921
    • 提供者: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
    • 文件大小:21504
    • 提供者:杨雨
  1. NeuralNetworkOptimizationBasedonGeneticAlgorithms.

    0下载:
  2. :遗传算法是一种典型的进化算法。文中分析了遗传算法的特点和神经网络的特点,从而得出了把两种算法结合 起来进行应用的思想。运用理论对比的方法,阐明了用遗传算法进行神经网络性能优化的原因,并得出结论,认为用遗传 算法进行神经网络性能优化促使了神经网络更进一步的应用。阐述了遗传算法优化神经网络的两种主要方法,论述了遗 传算法和神经网络的发展现状和将来的研究动向。-: Genetic algorithm is a typical evolutionary algorithm. This pa
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-02
    • 文件大小:275619
    • 提供者:dengxiaoxu
  1. matlab(DEA)

    2下载:
  2. 用Matlab写的差分进化算法程序,基本差分算法的思想很简单,初学者可以自己写完后进行对比。-A differential evolutionary algorithm program
  3. 所属分类:AI-NN-PR

    • 发布日期:2014-04-19
    • 文件大小:7168
    • 提供者:xdt
  1. FEP_demo

    0下载:
  2. FEP快速进化规划算法,参见姚新的文章《Evolutionary Programming Made Faster》-FEP fast evolutionary programming algorithm, see Yao xin s paper《Evolutionary Programming Made Faster》
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-06
    • 文件大小:1219
    • 提供者:张敬
  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
    • 文件大小:542307
    • 提供者:amijeet
  1. 05159356

    0下载:
  2. Quantum-Inspired Evolutionary Algorithm Approach for Unit Commitment
  3. 所属分类:SCM

    • 发布日期:2017-04-17
    • 文件大小:296555
    • 提供者:power
  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
    • 文件大小:11736
    • 提供者:邱玉云
  1. SPEA2-Improving-the-Strength-Pareto-Evolutionary-

    1下载:
  2. SPEA2 Improving the Strength Pareto Evolutionary Algorithm
  3. 所属分类:Development Research

    • 发布日期:2017-03-28
    • 文件大小:211237
    • 提供者:Xantipo74
  1. Algorithm-Evolutionary-0.60.tar

    0下载:
  2. Algorithm::Evolutionary provides classes for performing simple evolutionary computation tasks, including definition of objects from XML and SOAP support. It should be interoperable with other EC libraries using SOAP.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:63896
    • 提供者:ma jingye
  1. improve

    0下载:
  2. 基于进化规划的FCMBP模糊聚类改进方法Based on Evolutionary Programming FCMBP fuzzy clustering method to improve-Based on Evolutionary Programming FCMBP fuzzy clustering method to improve
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-31
    • 文件大小:803579
    • 提供者:
« 1 23 4 5 6 7 8 9 10 ... 44 »
搜珍网 www.dssz.com