搜索资源列表
GEP
- 演化算法求运算树表达的最大值,通过后序遍历求得适应度函数值,通过演化算法优化最优解-Evolutionary algorithms seek to express the maximum value of the tree operations, through the postorder fitness function values obtained by evolutionary algorithm to optimize the optimal solution
GaHyp
- 超平面分割算法的c语言实现,没做界面,功能较全,通过演化算法进行优化-Hyperplane segmentation algorithm c-language implementation, not done interface and capabilities of a whole, through the evolutionary algorithm to optimize the
DEA
- 差分演化(DE)算法的源程序,包含有一些测试函数。-original procedure of differential evolution algorithm,including some test functions.
GA--CSharp
- 一个利用C#语言实现的遗传算法源程序,通过对花朵的演化说明遗传算法的原理-The principle of a genetic algorithm source code using the C# language, genetic algorithm is described through the evolution of flowers
An-inverse
- 在目前常用的激光粒度仪反演算方法的优点和缺点基础上,为了实现各种方法的稳定性 与准确性的统一,提出一种基于退火演化算法和遗传算法组合的随机反演方法,该方法具有更 强的全局收敛性,也具有对粒径分布形状不敏感、抗噪声能力强等优点。该算法能对具有单峰 及双峰分布形式的颗粒尺寸进行精确求解,并获得合理的颗粒粒径分布结果。-, In order to achieve the unity of the stability and accuracy of the various method
spectalCluster
- 谱聚类是从图论中演化出来的算法,后来在聚类中得到了广泛的应用。它的主要思想是把所有的数据看做空间中的点,这些点之间可以用边连接起来。距离较远的两个点之间的边权重值较低,而距离较近的两个点之间的边权重值较高,通过对所有数据点组成的图进行切图,让切图后不同的子图间边权重和尽可能的低,而子图内的边权重和尽可能的高,从而达到聚类的目的。(Spectral clustering is an algorithm evolved from graph theory, and has been widely u