搜索资源列表
Successive-Projections-Algorithm
- 主要用于近红外光谱处理中光谱特征选择,是目前近红外光谱数据处理的重要方法之一。-Successive Projections Algorithm for NIR data analysis
Prim-minimum-spanning-tree-algorithm
- 最小生成树Prim算法的matlab文件,无论是在数据结构还是在图论中都有广泛的应用-Prim minimum spanning tree algorithm matlab file, whether in data structures or graph theory, there are a wide range of applications
Colony-algorithm
- 给出算例的蜜蜂算法,可以用于智能优化,有实例,可供参考修改应用-Colony algorithm
a-classicedition-of-clonal-selection-algorithm
- 克隆选择算法(clonal selection algorithm)的一种经典版本代码,使用起来效果不错,就不用自己编写了,jack编写的-a classic edition of clonal selection algorithm
matlab-Classical-algorithm-program
- 很多MATLAB经典算法的程序,比如插值与拟合、规划问题、数据分析、解方程、Dijkstra、Floyd、kruskal-some matlab Classical algorithm program,for exmple Dijkstra、Floyd、kruskal...
detection.algorithm.of.Turbo_BLAST
- 介绍MIMO系统中的检测算法,重点是迭代检测的原理。MIMO是下一代无线通信的关键技术之一。-MIMO system introduced detection algorithm, with emphasis on the principle of iterative testing. MIMO is the key to next-generation wireless communications technologies.
Genetic-algorithm
- 有约束的最优问题,对优化求解很有用,特别是在运筹规划问题上用途很大-The constrained optimization problem, on the optimal solution is useful, especially in the use of large logistics planning issues
wireless-network-sensor-routing-algorithm
- 设计无线传感器网络的路由协议,LEACH是第一个基于多簇结构的集群路由协议,是一种分布式的协议,每一个节点通过一个概率来决定自己是否成为簇头节点,并保证每轮有相当数量的簇头节点. -Design of wireless sensor network routing protocol, LEACH is the first structure of a cluster based on multi-cluster routing protocol, the protocol is a dist
A.new.tree-based.encoding.genetic.algorithm.with.i
- 基于新的树编码方式用免疫遗传算法解决DCMST问题:提出了一种新的树编码方式,可以方便地表达一棵树,简化了树在遗传算法中的编码表达。且新的树编码方式清楚地表达了边的信息,有利于疫苗的设计。此外,本文使用免疫遗传算法,有效地克服了传统遗传算法中解退化的现象。数值实验表明,解的振荡相对于传统遗传算法减小了,且收敛速度更快。-New tree-based encoding genetic algorithm with immune DCMST problem: A new tree encoding,
Shop-scheduling-genetic-algorithm
- 遗传算法车间调度,车间作业调度问题遗传算法 -------------------------------------------------------------------------- 输入参数列表 M 遗传进化迭代次数 N 种群规模(取偶数) Pm 变异概率 T m×n的矩阵,存储m个工件n个工序的加工时间 P 1×n的向量,n个工序中,每一个工序所具有的机床数目 输出参数列表 Zp 最优的Makespan值 Y1p 最优方案
NewK-means-clustering-algorithm
- 珍藏版,可实现,新K均值聚类算法,分为如下几个步骤: 一、初始化聚类中心 1、根据具体问题,凭经验从样本集中选出C个比较合适的样本作为初始聚类中心。 2、用前C个样本作为初始聚类中心。 3、将全部样本随机地分成C类,计算每类的样本均值,将样本均值作为初始聚类中心。 二、初始聚类 1、按就近原则将样本归入各聚类中心所代表的类中。 2、取一样本,将其归入与其最近的聚类中心的那一类中,重新计算样本均值,更新聚类中心。然后取下一样本,
Genetic-Algorithm-for-Path-Planning-
- 遗传算法用于路径规划,利用遗传算法进行机器人路径规划-Genetic Algorithm for Path Planning
Adaptive-algorithm
- 自适应回波消除算法matlab代码,其中包含有:LMS,NLMS,RLS,VSLMS,VSNLMS-the matlab code of Adaptive algorithm,including:LMS,NLMS,RLS,VSLMS,VSNLMS
colone-immune-algorithm
- 克隆免疫算法,将记忆库种群采用克隆算法进行复制-Immune clone algorithm, using cloned populations of memory copy algorithm
Hilditchs-Algorithm
- 非常简单的细化算法,Hilditch s Algorithm,是初学者必须掌握的代码-Refinement algorithm, Hilditch s Algorithm.beginners must master code
Ant-Colony-Algorithm
- 蚁群算法的过程功能描述,希望和大家共同学习。-Process Descr iption of the ant colony algorithm,
network-generation-algorithm
- 常用拓扑网络的生成算法,包括随机网络、小世界网络、无标度网络等-Commonly used network topology generation algorithm,Including random networks, small-world networks, scale-free networks, etc.
genetic-algorithm
- 遗传算法详细资料,内含实现的遗传算法matlab工具箱。-genetic algorithm,It contains a matlab toolbox of genetic algorithm.
semi-supervised-algorithm-matlab
- 半监督分类算法,其中有一些例子可供大家使用-semi-supervised algorithm,there are examples you can try。
ISODATA MATLAB编码
- 迭代自组织数据分析算法(Iterative Self-Organizing Data Analysis Techniques Algorithm,ISODATA)与K均值算法有相似之处,即聚类中心的位置同样是通过样本均值的迭代运算决定。不同的是,这种算法在运算的过程中聚类中心数目不是固定不变的,而是反复进行修改,以得到较合理的类别数K,这种修改通过模式类的合并和分裂来实现,合并和分裂在一组预先选定的参数指导下进行。