-
基于粒子群算法的函数寻优算法
粒子群优化算法(PSO,particle swarm optimization)是计算智能领域,除了蚁群算法,鱼群算法之外的一种群体智能的优化算法。函数寻优是工程中经常遇到的问题,有些函数因为局部极小值点的存在,算法难以寻找到局部最优值。粒子群算法具有群体智能,全局寻优等优势,比较适合于函数寻优问题,本案例研究了基于粒子群算法的函数寻优算法。
- 2023-04-07 22:00:03下载
- 积分:1
-
数值分析程序,《精通matlab最优化计算》,适合各专业最优化计算...
数值分析程序,《精通matlab最优化计算》,适合各专业最优化计算-Numerical analysis program, "proficient in matlab optimization calculations", suitable for all professional optimization calculation
- 2022-04-26 19:49:34下载
- 积分:1
-
这是几篇在逆向工程中有可能会用到的方差计算的文章,挺不错的...
这是几篇在逆向工程中有可能会用到的方差计算的文章,挺不错的-This is a few in the reverse engineering may be used in the calculation of the variance of the article, very good
- 2023-09-05 04:40:04下载
- 积分:1
-
C语言实现的一些数学计算,包括全选主元高斯消去法、求解三对角线方程组的追赶法等...
C语言实现的一些数学计算,包括全选主元高斯消去法、求解三对角线方程组的追赶法等-C language to achieve a number of mathematical calculations, including the Principal Select All Gaussian elimination method for solving tridiagonal linear equation group to catch up with law
- 2023-05-26 03:20:03下载
- 积分:1
-
USACO chapter two.Useful for beginners.
USACO chapter two.Useful for beginners.
- 2022-02-04 18:36:19下载
- 积分:1
-
文化基因算法伪代码
memetic是一种高效的文化进化计算方法,该范例以Rosenbroek函数为例进行了演示,你也可以加入其它函数进行测试。-memetic cultural evolution is an efficient method of calculating the sample to Rosenbroek function as an example of the presentation, you can also add other functions to be tested.非原创,仅限分享。
- 2022-10-13 04:35:03下载
- 积分:1
-
3D克希霍夫偏移程序
3D克希霍夫偏移程序。利用c语言编写的三维迭前偏移的代码,算法结果正确,精度高,具有很好的实用性-The use of three-dimensional Diego c language code before the cheap, algorithms result is correct, high precision, with a good practical
- 2022-05-23 03:27:09下载
- 积分:1
-
铂金属温度计换算程式,用于知道金属阻值时求解温度值
铂金属温度计换算程式,用于知道金属阻值时求解温度值-platinum metal thermometer conversion formula for the resistance know when the metal temperature Solution
- 2023-03-03 10:10:04下载
- 积分:1
-
并行计算两个矩阵相乘。这个算法是原创的。可以很快实现大型矩阵的相乘。...
并行计算两个矩阵相乘。这个算法是原创的。可以很快实现大型矩阵的相乘。-this is a MPI program that can accompish qucik computation of multiply of two large matrix by parall computation
- 2023-08-13 16:30:03下载
- 积分:1
-
本代码是C语言实现的CRC循环校验具体算法
本代码是C语言实现的CRC循环校验具体算法-the code is the C language CRC checksum algorithm for the cycle
- 2022-11-18 05:00:03下载
- 积分:1