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

搜索资源列表

  1. PSO-DE

    0下载:
  2. 进化计算中的PSO算法,用c++仿真实现-Evolutionary Computation in the PSO algorithm, using c++ Simulation
  3. 所属分类:Algorithm

    • 发布日期:2017-04-16
    • 文件大小:345406
    • 提供者:yehua
  1. GEP

    0下载:
  2. 演化算法求运算树表达的最大值,通过后序遍历求得适应度函数值,通过演化算法优化最优解-Evolutionary algorithms seek to express the maximum value of the tree operations, through the postorder fitness function values obtained by evolutionary algorithm to optimize the optimal solution
  3. 所属分类:Algorithm

    • 发布日期:2017-04-09
    • 文件大小:1385725
    • 提供者:rat
  1. PrincipleandApplicationofantcolonyalgorithm

    0下载:
  2. 蚁群算法的原理及其应用.pdf;;蚁群算法是优化领域中新出现的一种仿生进 化算法。该算法采用分布式并行计算机制,具有较强的鲁棒性 但有搜索时间较长,易陷入局部最优解的缺点。-The principle of ant colony algorithm and its application. Pdf ant colony algorithm is to optimize the emerging field of evolutionary algorithm for a bionic. T
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:297160
    • 提供者:冒晶晶
  1. GaHyp

    0下载:
  2. 超平面分割算法的c语言实现,没做界面,功能较全,通过演化算法进行优化-Hyperplane segmentation algorithm c-language implementation, not done interface and capabilities of a whole, through the evolutionary algorithm to optimize the
  3. 所属分类:Algorithm

    • 发布日期:2017-03-31
    • 文件大小:172606
    • 提供者:mouse
  1. 1111

    0下载:
  2. 量子进化算法和免疫算法都是解决优化问题的强有力算法。在分析了量子进化算法搜索的特点和免疫算法的机理基础上,对它们进行比较,阐明了二者的不同特点-Quantum-inspired evolutionary algorithms and immune algorithms are a powerful algorithm to solve optimization problems. After analyzing the characteristics of the quantum evoluti
  3. 所属分类:Algorithm

    • 发布日期:2017-04-09
    • 文件大小:825806
    • 提供者:daijiang
  1. 12345

    0下载:
  2. 分析量子进化算法和免疫算子的特点,提出一种分级变异的量子进化算法,用于求解多目标优化问题-Analysis of quantum-inspired evolutionary algorithms and immune operator characteristics, presents a hierarchical variation of the quantum-inspired evolutionary algorithm for solving multi-objective optimi
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:388692
    • 提供者:daijiang
  1. differentialevolution

    0下载:
  2. 提供最优参数集,用它更容易进行算法的微分进化。-his contribution provides functions for finding an optimum parameter set using the evolutionary algorithm of Differential Evolution.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-16
    • 文件大小:75806
    • 提供者:alpha
  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. Matlabliziqun

    0下载:
  2. 粒子群算法,也称粒子群优化算法(Particle Swarm Optimization),缩写为 PSO, 是近年来发展起来的一种新的进化算法((Evolu2tionary Algorithm - EA)。-Particle swarm optimization, also known as PSO (Particle Swarm Optimization), abbreviated as PSO, in recent years developed a new evolutionary alg
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:1166
    • 提供者:钟军
  1. ecea_c_source.tar

    0下载:
  2. ECEA is a multiobjective evolutionary algorithm based on a novel, adaptive implementation of the epsilon-constraint
  3. 所属分类:Algorithm

    • 发布日期:2017-04-15
    • 文件大小:8510
    • 提供者:marcusfurius
  1. ABC

    0下载:
  2. ABC algorithm. an evolutionary algorithm for solving optimization problems that id inspired of honey bees foraging.
  3. 所属分类:Algorithm

    • 发布日期:2017-12-03
    • 文件大小:3634
    • 提供者:Salimeh Rahimy
  1. spea2_c_source

    0下载:
  2. Multi-objective Evolutionary Algorithm SPEA2
  3. 所属分类:Algorithm

    • 发布日期:2017-11-25
    • 文件大小:11864
    • 提供者:aminsallem
  1. ICA

    0下载:
  2. In computer science, Imperialist Competitive Algorithm (ICA) is a computational method that is used to solve optimization problems of different types. Like most of the methods in the area of evolutionary computation, ICA does not need the gradient of
  3. 所属分类:Algorithm

    • 发布日期:2017-12-02
    • 文件大小:6965
    • 提供者:alireza
  1. differential-evolution-methods

    0下载:
  2. To finding an optimum parameter set using the evolutionary algorithm of Differential Evolution-This contribution provides functions for finding an optimum parameter set using the evolutionary algorithm of Differential Evolution. Simply speaking: If y
  3. 所属分类:Algorithm

    • 发布日期:2017-11-11
    • 文件大小:86012
    • 提供者:naud
  1. NSGA2

    0下载:
  2. 用Matlab实现的NSGA2多目标优化算法的源程序,用户可以根据需要定义相应的参数-Using Matlab multi-objective evolutionary algorithm to achieve the source, the user can define the parameters of the corresponding
  3. 所属分类:Algorithm

    • 发布日期:2017-03-28
    • 文件大小:99846
    • 提供者:李慧媛
  1. Wangy_hCMOGA-code---new-version

    0下载:
  2. 基于聚类算法的改进多目标进化算法,性能很好.是将机器学习与进化算法相结合的一个范例。-Evolutionary algorithm, improved well performance-based multi-objective clustering
  3. 所属分类:Algorithm

    • 发布日期:2017-04-27
    • 文件大小:47122
    • 提供者:王鹏
  1. genetic-algorithm

    0下载:
  2. In the field of artificial intelligence, a genetic algorithm (GA) is a search heuristic that mimics the process of natural selection. This heuristic (also sometimes called a metaheuristic) is routinely used to generate useful solutions to optimizatio
  3. 所属分类:Algorithm

    • 发布日期:2017-04-14
    • 文件大小:2699
    • 提供者:uja
  1. Cuckoo-Algorithm

    0下载:
  2. Cuckoo algorithm is another evolutionary algorithm used to perform optimization application.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-14
    • 文件大小:4083
    • 提供者:ankith menon
  1. CEC2014-GA(Rev)

    0下载:
  2. This a software package with matlab source code for evolutionary algorithm. The algorithm combine GA with adaptive differential algorithm to solve the optimal problems provided in CEC2014. And the results show it has good performance. -This is a so
  3. 所属分类:Algorithm

    • 发布日期:2017-05-13
    • 文件大小:2953326
    • 提供者:red kite
  1. jMetalPy-master-python

    2下载:
  2. 用Python语言写的多目标进化算法库(2017年最新版本),包含常见的多目标进化算法以及当前最新文献中的最新算法,能够实现不同算法之间的性能比较(包含常见的GD, IGD, HV等评价指标自动生成)。可以供进化计算、多目标优化、单目标优化算法的学习参考。Python语言版本简单易懂,实用性强。(Library of multi-objective evolutionary algorithm written in Python language (the latest version in 2
  3. 所属分类:数学计算

    • 发布日期:2017-12-31
    • 文件大小:573440
    • 提供者:leon_fly
« 12 »
搜珍网 www.dssz.com