登录
首页 » 算法 » Differential Evolution Strategy C++ source code. The algorithm is to find an opt...

Differential Evolution Strategy C++ source code. The algorithm is to find an opt...

于 2022-02-09 发布 文件大小:18.47 kB
0 173
下载积分: 2 下载次数: 1

代码说明:

微分进化策略的C++源代码。该算法是寻找一个集合中最优个体的一种遗传算法。-Differential Evolution Strategy C++ source code. The algorithm is to find an optimal set of individuals of a genetic algorithm.

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

发表评论

0 个回复

  • at88sc 的源码,自己写的
    at88sc0104ca的源码,自己写的,是基于51单片机的。采用IO模拟I2C,可以做来参考参考。                                                                                                                                                                                                                                          
    2022-08-19 16:52:17下载
    积分:1
  • image zoom_in algorithm based on opencv2.4.4
    image zoom_in algorithm based on opencv2.4.4。Caution: please configure openc2.4.4 before you use it !!!!!!!!!!!
    2022-03-14 21:49:04下载
    积分:1
  • colour follower
    这是一个用Visual C++和OpenCV制作的程序。
    2023-08-23 10:30:03下载
    积分:1
  • 用牛顿解非线性方程组(包括论文及源程序)
    用牛顿法解非线性方程组(包括论文及源程序)-with Newton method for solving systems of nonlinear equations (including papers and source)
    2022-06-20 22:43:06下载
    积分:1
  • 方块填数
    本题为6*6的方块由“ABCDEF”6个字符填充,需要满足的条件如下:     1. 所填字母只允许是A,B,C,D,E,F 中的某一个。 (我们只要赋值的时候不赋其它的值,基本这一条就不需要另写一个函数了, 本题我也写了一个,可作参考)     2. 每行的6个小格中,所填写的字母不能重复。(这个我们都懂)     3. 每列的6个小格中,所填写的字母不能重复。(这个我们也懂,只不过是行改成列了)     4. 每个分组(参见图中不同颜色表示)包含的6个小格中,所填写的字母不能重复。 (这个的话我们只要在相同的颜色当中不能填充相同的字母即可)
    2022-03-06 08:09:52下载
    积分:1
  • 数列计
    例如,当k=3时,这个序列是: 1,3,4,9,10,12,13,… (该序列实际上就是:3^0,3^1,3^0+3^1,3^2,3^0+3^2,3^1+3^2, 3^0+3^1+3^2,…) 请你求出这个序列的第N项的值(用10进制数表示)。 例如,对于k=3,N=100,正确答案应该是981。 输入格式 输入只有1行,为2个正整数,用一个空格隔开: k N (k、N的含义与上述的问题描述一致,且3≤k≤15,10≤N≤1000)。 输出格式 输出为计算结果,是一个正整数(在所有的测试数据中,结果均不超过2.1*10^9)。(整数前不要有空格和其他符号)。 样例输入 3 100 样例输出 981  
    2022-03-12 08:20:11下载
    积分:1
  • 用希尔实现的排序
    用希尔算法实现的排序-Hill with the ranking algorithm
    2023-08-15 22:05:03下载
    积分:1
  • 雅可比过关求实对称矩阵特征值与特征向量
    雅可比过关法求实对称矩阵特征值与特征向量-Jacobian clearance France realistic symmetric matrix eigenvalue and eigenvector
    2022-07-12 22:05:55下载
    积分:1
  • 这opennl,图书馆很容易构造和求解稀疏线性系统。
    This OpenNL, a library to easily construct and solve sparse linear systems. * OpenNL is supplied with a set of built-in iterative solvers (Conjugate gradient,BICGSTAB, GMRes) and preconditioners (Jacobi, SSOR). * OpenNL can also use other solvers (SuperLU 3.0 is supported as an OpenNL extension,MUMPS will be supported in a future version)-This is OpenNL. a library to easily construct and solve sparse l inear systems.* OpenNL is supplied with a set of built-in iterative solvers (Conjugate gradie nt, Application of BICGSTAB. GMRes) and preconditioners (Jacobi, SSOR).* OpenNL can also use other solvers (Super rLU 3.0 is supported as an OpenNL extension, MUMPS will be supported in a future version)
    2023-07-05 19:45:04下载
    积分:1
  • 水平集 cv 方初步
    这是代码执行在 matlab 中的,用于研究水平集的 cv algorithm.and 需要的迭代次数草签完毕
    2023-08-04 15:55:04下载
    积分:1
  • 696516资源总数
  • 106562会员总数
  • 4今日下载