登录
首页 » 算法 » 微分进化的多个实现

微分进化的多个实现

于 2022-02-24 发布 文件大小:2.38 MB
0 223
下载积分: 2 下载次数: 1

代码说明:

创建此库是为了给一个真正编码优化使用差分进化的框架。具体而言,本库在德实现共六种方法与最新方法。* 德: 基本差分进化。该算法允许使用 6 不同的变异策略和 3 交叉算子。*: 美国 Rahnamayan,H.Tizhoosh,M.萨拉马,反对基于微分进化,进化计算 12 (1) 上的 IEEE 交易记录 (2008 年) 64-79。* 萨德: A.K.秦、 五、 黄琳、 P.N.Suganthan、 与战略相适应的全局数值优化,进化计算 13 (2) 汇刊的差分进化算法 (2009 年) 398 – 417。* 玉: J.张、 A.C.桑德森,玉: 自适应差分进化与可选的外部归档,进化计算 13 (5) 汇刊 (2009 年) 945 — — 958。* DEGL: S.Das,亚伯拉罕,美国 K.查克拉博蒂、 A.纳尔,使用基于邻域的变异算子,进化计算 13 (3) 汇刊的差分进化 (2009 年) 526 – 553。* SFSLDE: F.内里,V.Tirronen 规模因子局部搜索在微分进化中,模计算 1 (2) (2009) 153-171。此库的目的是让研究人员把重点放在其德,避免多次作出相同的代码为每个德。此库已能够在不同的平台上运行。

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 北京大学在线判断几个问题的解决代码
    pku online judge 的部分题解代码-the solution code of several problems of pku online judge
    2022-08-07 00:11:40下载
    积分:1
  • 1996 American Computer Programming Contest questions and parsing algorithm ginge
    1993-1996美国计算机程序设计竞赛试题及解析算法ginger547系列资料
    2022-04-17 12:32:53下载
    积分:1
  • 在数据库中发现频繁模式和关联规则是数据挖掘领域的最基本、最重要的问题。大多数早期的研究采用了类似Apriori的产生候选级并测试迭代的途径代价是昂贵的,尤其...
    在数据库中发现频繁模式和关联规则是数据挖掘领域的最基本、最重要的问题。大多数早期的研究采用了类似Apriori算法的产生候选级并测试迭代的途径代价是昂贵的,尤其是挖掘富模式和长模式时,Jiawei Han提出了一种新颖的数据结构FP_tree,及基于其上的FP_growth算法,主要用于有效的进行长模式与富模式的挖掘.本文在讨论了FP_growth算法的基础上,提出了用Visual C++实现该算法的方法,并编写了算法的程序。-found in the database model and the frequent association rules is the area of data mining the most fundamental and important issues. Most of the early studies used a similar Apriori algorithm for the selection of candidates and test-iterative way was costly, particularly mining the rich patterns and long model, Jiawei Han proposed a novel data structure FP_tree and on the basis of their FP_growth algorithm used effectively the model for long and rich patterns of excavation. This paper discussed the FP_growth algorithm on the basis of the Visual C of the algorithm, and the preparation procedure of the algorithm.
    2023-01-10 12:20:03下载
    积分:1
  • Contains Clustering Mechanism. especially, Cluster Header Selection is focused.
    Contains Clustering Mechanism. especially, Cluster Header Selection is focused.
    2022-03-23 16:09:52下载
    积分:1
  • image texture MRF synthesis
    资源描述本压缩包包含相应的代码和对应的论文,具体的信息请见包。Semi Causal Nonparametric Markov Random Field Texture Synthesis,Texture synthesis via a noncausal nonparametric multiscale Markov random field,"" IEEE Transactions on Image Processing。
    2022-02-05 21:07:51下载
    积分:1
  • c语言DES
    c语言DES算法,本算法已经通过了VS2010的验证,并且可以和Matlab2012进行联合编程,可以提供64位加密,56位密钥。
    2022-06-01 17:57:35下载
    积分:1
  • 来自于http:acm.zju.edu.cn上的一个名叫Fece的用C写的程序
    来自于http:acm.zju.edu.cn上的一个名叫Fece的用C写的程序-from http:acm.zju.edu.cn named one of the C Fece written procedures
    2023-09-05 10:15:03下载
    积分:1
  • 数值分析中最常用的14个程序: 01_N皇后问题 01_循环赛程表 02_分段线性插值 02_牛顿插值 03_构造正交多项式 0...
    数值分析中最常用的14个程序: 01_N皇后问题 01_循环赛程表 02_分段线性插值 02_牛顿插值法 03_构造正交多项式 03_最佳一致逼近多项式 04_简单迭代法求方程根[1+1;x] 04_简单迭代法求方程根[sqrt(x+1)] 05_复化梯形公式求积 06_尤拉公式解初值问题 08_高斯消去法解方程组 09_连分式法求积 10_迭代法解线性方程组 10_雅可比方法-Numerical analysis of the 14 most commonly used procedures: 01_N Queen s problem 01_ cycle calendar 02_ piecewise linear interpolation 02_ Newton interpolation 03_ structure orthogonal polynomials 03_ best uniform approximation polynomial 04 _ a simple iterative method for root equation [1+ 1 x] 04_ simple iteration equation for the root [sqrt (x+ 1)] 05_ complex formula of trapezoid quadrature formula 06_ yula 08 initial value problem solutions _ Gaussian elimination solution equations 09_ continued fractions method 10_ quadrature iteration solution of linear equations Jacobian 10_ Ways
    2023-07-27 02:25:02下载
    积分:1
  • 模拟计器的实现,可以进行基本的运
    模拟计算器的实现,可以进行基本的运算-the realization simulation calculators, the basic arithmetic
    2022-03-26 02:18:09下载
    积分:1
  • Mathematical Modeling of Probability and Statistics courseware. Described the ge...
    数学建模中的概率统计课件。讲述了概率统计的一般方法。-Mathematical Modeling of Probability and Statistics courseware. Described the general method of probability and statistics.
    2023-03-02 15:45:04下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载