-
基于遗传模拟退火算法的聚类算法
遗传算法在运行早期个体差异较大,当采用经典的轮盘赌方式选择时,后代产生的个数与父个体适应度大小成正比,因此在早期容易使个别好的个体的后代充斥整个种群,造成早熟。在遗传算法后期,适应度趋向一致,优秀的个体在产生后代时,优势不明显,从而使整个种群进化停滞不前。因此对适应度适当地进行拉伸是必要的,这样在温度高时(遗传算法的前期),适应度相近的个体产生的后代概率相近;而当温度不断下降后,拉伸作用加强,使适应度相近的个体适应度差异放大,从而使得优秀的个体优势更明显。由于模拟退火算法和遗传算法可以互相取长补短,因此有效地克服了传统遗传算法的早熟现象,同时根据聚类问题的具体情况设计遗传编码方式、适应度函数,使该算法更有效、更快速地收敛到全局最优解。本案例研究了基于遗传模拟退火算法的聚类算法。
- 2023-07-26 07:15:03下载
- 积分:1
-
系统辨识,递推最小二乘法(RLS)辨识方法。
系统辨识中,递推最小二乘估计(RLS)是辨识模型阶次的一个重要的算法。该程序通过实现该算法,得到模型阶次的估计值以及相关参数值。-system identification, recursive least squares estimation (RLS) identification model is of the order of an important algorithm. The program through the realization of the algorithm, to be model order and the estimated value of the relevant parameters.
- 2022-07-05 08:15:06下载
- 积分:1
-
修补程序制造商
单位名称: uPatcher作者: 格伦 Vlotman日期: 2011 年 12 月 31 日版本: 0.0.0.1
- 2022-09-05 01:30:03下载
- 积分:1
-
词法分析器
//分割符号
#define is_end(c) (c=="{"||c=="}"||c=="("||c==")"||c=="["||c=="]"||c==","||c==";")
//表达式符号
#define is_exp(c) (c=="&"||c=="|"||c=="!" || c=="=" || c=="+"||c=="-"||c=="*"||c=="/" || c=="")
//数字
#define is_num(c) (c>= "0"&&c
- 2023-01-10 16:50:04下载
- 积分:1
-
c language algorithm. . . . Can be useful for the examination can be used to be
c语言算法 。。。。可以对考试很有用
可以用来被-c language algorithm. . . . Can be useful for the examination can be used to be
- 2022-02-21 13:52:55下载
- 积分:1
-
3D FDTD code for electromagnetic simulation
In the pFDTD, pre-defined, a number of functions helps you to input complex dielectric/metallic
structures by the repeated use of rather simple geometric structures. For example, the later
use of input object functions will take over the overlapped region with the previously defined
structures. In the present pFDTD version, only metals that can be described by simple Drude
model can be handled.
- 2022-04-18 00:45:50下载
- 积分:1
-
LU分解法求解线性方程组的VB.NET源码.里面有详细的使用说明.
LU分解法求解线性方程组的VB.NET源码.里面有详细的使用说明.-LU decomposition method for solving linear equations of VB.NET source. There are detailed instructions.
- 2022-06-16 23:06:35下载
- 积分:1
-
视觉控制
版本更新许可AForge.Video.FFMPEG成分,这是目前发布 根据GPL V3许可证(因依赖FFMPEG库GPL版本)。的其余部分 该框架仍然GPLv3的许可证。
- 2023-03-20 22:30:13下载
- 积分:1
-
C语言命令行编程源代码,需要在DOS环境下看出功能,不过是一个学习老的编程思想的好例子!...
C语言命令行编程源代码,需要在DOS环境下看出功能,不过是一个学习老的编程思想的好例子!-command line C programming language source code in DOS environment to see functional, but old is a learning program with the idea of a good example!
- 2022-04-12 04:58:57下载
- 积分:1
-
这是C#的查找算法,,一个很好的算法,折半查找,在查找过程中能节约很多时间...
这是C#的查找算法,,一个很好的算法,折半查找,在查找过程中能节约很多时间-This is C# the search algorithm, a good algorithm, binary search, the search process can save a lot of time
- 2022-11-12 18:35:03下载
- 积分:1