-
遗传算法
应用背景用于智能计算,分析调度等。最典型的就是解决tsp问题和背包问题。算法已经很成熟了,请大家放心使用,此代码只用于学习,不能用于商业用途,如果要用于商业用途请于作者联系。谢谢使用。关键技术
遗传算法模拟生物进化论来实现算法的优化。如,算法要随机的产生种群,然后种群就会像生物一样繁衍,它要进行遗传,自然选择,基因突变等方式产生更优秀的下一代种群。为了防止算法陷入局部最优解,所以算法要进行变异操作。详情可以联系我。希望大家可以多多交流。
- 2023-03-17 00:10:04下载
- 积分:1
-
纯软件的光线追踪算法 可以满足你的要求
纯软件的光线追踪算法 可以满足你的要求-pure software ray tracing algorithm can satisfy your request
- 2023-05-21 11:20:04下载
- 积分:1
-
C library science project
C科学工程程序库-C library science project
- 2023-06-26 17:35:04下载
- 积分:1
-
遗传算法
遗传算法-偏最小二乘法,用于分析定量GA-PLS-GA- partial least squares method for quantitative analysis of GA- PLS
- 2022-09-16 06:50:04下载
- 积分:1
-
三次样条插值函数的具体应用程序,主要应用于热敏电阻的温度和阻值之间的换算...
三次样条插值函数的具体应用程序,主要应用于热敏电阻的温度和阻值之间的换算-Cubic spline interpolation function of the specific applications, mainly used in thermistor temperature and resistance of the conversion between
- 2022-05-24 08:42:43下载
- 积分:1
-
Romberg algorithm example
龙贝格算法的例子-Romberg algorithm example
- 2022-03-20 20:03:19下载
- 积分:1
-
2,算法设计线性时间选择
2,算法设计线性时间选择-2, the algorithm design of linear time to choose
- 2022-07-23 18:06:42下载
- 积分:1
-
ZF算法
MIMO信道ZF预编码算法,ZF算法也称为迫零算法,它是一种线性编码算法,Z预编码算法的原理是在信道矩阵为方阵时对其直接求逆。当发送端和接收端天线数相同时,信道矩阵是一个复方阵,直接反转信道矩阵就可得到预编码矩阵,预编码矩阵在信号传输过程中与信道矩阵相互抵消,从而维持各用户间的信息相互正交,能够使用户间的干扰被消除。
- 2022-04-01 03:40:32下载
- 积分:1
-
used method for multiple preoperational Ertaila equation here as a variable elem...
用LAPLACE方法求解多维沃尔泰拉方程,此处为一个变元的方程,由于该方程同时含有微分和积分,一般求解有一定的困难。此处为MATHEMAICAL程序-used method for multiple preoperational Ertaila equation here as a variable element of the equation, As the same time contain differential equations and integral, the general solution is definitely difficult. Here for MATHEMAICAL procedures
- 2022-07-10 07:48:14下载
- 积分:1
-
常用算法的C程序。主要内容包括多项式的计算、复数运算、随机数的产生、矩阵运算、矩阵特征值与特征向量的计算、线性代数方程组的求解、非线性方程与方程组的求解、插值与...
常用算法的C程序。主要内容包括多项式的计算、复数运算、随机数的产生、矩阵运算、矩阵特征值与特征向量的计算、线性代数方程组的求解、非线性方程与方程组的求解、插值与逼近、数值积分、常微分方程组的求解、数据处理、极值问题的求解、数学变换与滤波、特殊函数的计算、排序和查找。-Commonly used algorithm of C procedures. Include polynomial terms, complex computation, random number generation, matrix operations, matrix eigenvalue and eigenvector calculations, linear algebra equations, nonlinear equations with the equations, interpolation and approximation, numerical integration, solving ordinary differential equations, data processing, for solving extremum problems, mathematical transformation and filtering, the calculation of special functions, sorting and search.
- 2022-04-07 17:08:50下载
- 积分:1