资源列表
Broad-firstsearch
- 广义优先搜索 广度优先搜索邻居的聚类算法实现-Broad-first search Breadth-First Search neighbor clustering algorithm implementation
Cpso1
- 用C编写一个微粒群程序,程序能在C语言环境中正常运行
classify_su
- K-均值算法与聚类算法以及实现了简单的识别功能-K-means clustering algorithm and the realization of a simple recognition
TSP_GA
- 用遗传算法求解TSP(旅行商)问题,按照TSP1.m中的格式输入程序参数即可。
ProgressBar
- Un contrô le ProgressBar indique visuellement la progression d une opération longue à l aide de trois styles différents : Blocs segmentés qui augmentent par étapes de gauche à droite. Barre continue qui se remplit de gauche à droite. Blo
Simulated_annealing_matlab
- 模拟退火算法实验,使用MATLAB实现。-The simulated annealing algorithm, using MATLAB experiment.
fcbo
- fcbo - 计算形式概念和最大频繁项集。这 程序计算对象属性集(形式背景)的所有形式概念的内涵,即算法计算一个布尔矩阵。-fcbo- computes formal concepts and maximal frequent itemsets. This program computes intents of all formal concepts in an object-attribute data set (a formal context), i.e. the algo
skctp
- 包括数据分析、绘图等等,混沌的判断指标Lyapunov指数计算,比较了软阈值,硬阈值及当今各种阈值计算方法。- Data analysis, plotting, etc., Chaos indicator for Lyapunov index calculation, Comparison of soft threshold and hard threshold and today various threshold calculation method.
RecruitingAntSystemTSP
- 这是用RecruitingAntSystem解决tsp问题的C++源码 希望对大家研究蚂蚁算法有所帮助-RecruitingAntSystem tsp solve the C source of hope we study some help Ant Algorithm
AutoFiboTrend
- 一款网格类EA,有祥细的操作说明,可以策试一下哦-A Grid class EA, Xiangxi operating instructions, you can try oh policy
K-均值聚类算法C++编程
- K-均值聚类算法的编程实现。包括逐点聚类和批处理聚类。K-均值聚类的的时间复杂度是n*k*m,其中n为样本数,k为类别数,m为样本维数。这个时间复杂度是相当客观的。因为如果用每秒10亿次的计算机对50个样本采用穷举法分两类,寻找最优,列举一遍约66.7天,分成3类,则要约3500万年。针对算法局部最优的缺点,本人正在编制模拟退火程序进行改进。希望及早奉给大家,倾听高手教诲。-K-means clustering algorithm programming. Point by point, inc
zuiduanlujing
- 运输问题 能够实现优化 从而帮助我们找到最短路径--Pipeline transportation problem can be optimized in order to help us find the shortest path
