-
全排序
全排序- All arranges
- 2022-11-12 00:40:03下载
- 积分:1
-
C algorithms, including most of the matrix operation, simple and effective
C++常用算法,包含了大部分矩阵运算,简单有效-C algorithms, including most of the matrix operation, simple and effective
- 2022-03-11 15:22:20下载
- 积分:1
-
mean-completer
基于matlab平台,对1987年美国国会的投票情况进行数据补齐,根据投票情况区分议员党派。
- 2022-03-12 08:45:40下载
- 积分:1
-
遗传算法分析TSP
资源描述
遗传算法(GA)是一种解优化问题的随机搜索方法,它借助于生物进化中的自然选择和遗传(即适者生存)的规律.
算法步骤(基本遗传算法)
Step 1.随机初始化pop_size个染色体.Step 2.用交叉算法更新染色体.Step 3.用变异算法更新染色体.Step
4.计算所有染色体的目标值.Step 5.根据目标值计算每个染色体的适应度.Step 6.通过轮盘赌的方法选择染色体.Step
7.重复第二至第六步直到终止条件满足.Step 8.输出最好的染色体作为最优解.
为利于遗传算法的计算,首先要对解进行编码,编码后的解称为染色体.对于约束优化问题,遗传算法是在染色体中进行操作,而把操作结果解码后去检验其可行性.
遗传算法的主要特征:
群体和种群的维数相等,为一个偶数维,且不随代数的变化而变化;适应函数直接选用目标函数;种群中的个体通过轮盘赌的方法选取;种群中的一对个体采用随机交配位的方式产生一对子代;每一个基因有相同的变异概率。
- 2022-02-01 22:31:24下载
- 积分:1
-
对数求解
用For/Next循环语句编写程序计算自然对数之和,并要求先定义求a到b的自然对数之和的函数为Nlogarithm(a,b),然后单击“求自然对数之和”按钮时调用该函数。
- 2022-01-21 22:54:19下载
- 积分:1
-
快速排序在C++
快速排序是最受欢迎的因为它是不难实现,适用于各种不同类型的输入数据,并速度比任何其他在典型应用程序中的排序方法。它是的地方 (使用只有一个小的辅助堆栈),需要时间正比于 N log N 对平均的 N 对项目排序,并且有极短的内环。快速排序是分而治之的排序方法。它的工作原理数组分成两部分,然后独立排序部分。
- 2022-11-14 18:45:03下载
- 积分:1
-
粒子群优化算法 c代码
多目标优化 粒子群优化算法 c代码
- 2023-08-20 14:00:03下载
- 积分:1
-
use c language to make a Newton interpolation arithmetic.Newton interpolation ar...
用C语言来实现的。牛顿插值法对一些函数作近似的替代,是N个节点数的插值函数。-use c language to make a Newton interpolation arithmetic.Newton interpolation arithmetic make a approximation of the function witch have N interpolation points
- 2023-02-05 04:00:03下载
- 积分:1
-
Fifty Years of Shannon Theory
应用背景
Fifty Years of Shannon Theory:
A brief chronicle is given of the historical development
of the central problems in the theory of fundamental limits
of data compression and reliable communication.
关键技术Shannon’s A mathematical theory of communication”published in July and October of 1948 is
the Magna Carta of the information age. Shannon’s discoveryof the fundamental laws of data compression and transmission marks the birth of Information Theory. A unifying theory with profound intersections with Probability, Statistics, Computer Science, and other fields, Information Theory continues to set the stage for the development of communications, data storage
and processing, and other information technologies.
- 2022-02-13 17:00:08下载
- 积分:1
-
脑电信号预处理技术
应用背景的今天,剧本TFR的计算和信号代预计将完全兼容GNU Octave,但用户写几行代码来产生时频图。关键技术假设每个类的特征都是由高斯分布具有相同的已知协方差,但不同的手段它可以证明(杜达等,2000),LDA是最优的,因为它最大限度地减少误判率。在布兰卡茨等人(2011)所示的假设不同手段的一个共同的类协方差的很好地满足脑电分类问题。
- 2023-03-05 18:20:04下载
- 积分:1