资源列表
the-toy-of-data-mining
- 数据挖掘工具的分类和介绍,大家应该有点儿理解,请想看的同学下一下-Classification and presentation of data mining tools, we should be a little understanding, please want to see the students under what
Floyd
- Floyd算法的简单实例,对初级算法学习着有帮助。-A simple instance of the Floyd algorithm, the primary algorithm to learn helpful.
TSP_ACO
- 用蚁群算法求解TSP(旅行商)问题,按照TSP.m中要求的格式输入程序参数即可运行!
LDA
- 基本思想是选择使得Fisher准则函数达到极值的向量作为最佳投影方向,从而使得样本在该方向上投影后,达到最大的类间离散度和最小的类内离散度。-Linear Discriminant Analysis (Generally, LDA can also use LGE as a subroutine. However, we can use the special graph structure of LDA to obtain some computational benefits.)
hopfield11
- 连续 Hopfield神经网络 优化 旅行商问题 优化计算-Continuous Hopfield neural network optimization Optimization for Traveling Salesman Problem
RD-algorithm
- 用MATLAB编写的SAR点目标RD成像算法仿真程序-Using MATLAB SAR point target imaging algorithm simulation program RD
Dominantset
- 一种 较新的聚类算法 Dominant-set 的代码,包括聚类算法的代码和测试代码。该算法最大特点 就是基于图理论的 ,相对于Normalized Cut,计算复杂度低很多,况且能自动决定类的个数
GCP
- 使用模拟退火思想解决图着色(GCP)问题,使用先看说明文件
Reactive-Power-Optimization
- 粒子群算法在电网无功优化中的应用,使用多是基本粒子群算法,牛顿法进行潮流计算部分-Reactive Power Optimization
SVM
- 基于SVM的分类器设计小程序的源码 非常适合初学者学习 共借鉴-the code for new lenear
DE40
- 微分进化算法来解决电力系统优化问题的源代码,例子采用的是40个粒子的大规模计算问题
code
- 以经典的旅行商(Traveling Saleman Problem,TSP)问题作为模拟退火算法正确性和可行性验证的重要标准,并和已有的算法进行比较和讨论。最后,本文将在实现基本算法的同时,提出多种群并行计算的可行性,并且使用TSPLIB提供的数据和对应的最优解来检验模拟退火算法,分析模拟退火算法应用到TSP问题后得到的结果,从而得出在时间要求不高的情况下,使用多种群算法可以改善算法运行结果。-Design And Simulation Of Simulated Annealing Algori
