搜索资源列表
A hybrid particle swarm optimization algorithm for the vehicle routing problem.pdf
- 工程优化的一种新型pso算法。 A hybrid particle swarm optimization algorithm for the vehicle routing problem.pdf
A-Distributed-Optimization-Alg
- 多跳认知无线电网络中的一种分布式最优算法,A-Distributed-Optimization-Algorithm-for-Multi-hop-Cognitive-Radio-Networks.
cast_dct-a.zip
- dct 2d algorithm descr iption ,dct 2d algorithm descr iption
branch-and-cut-algorithm.rar
- 分支-切割法是把分支定界法与割平面法结合起来,用来求解混合整数规划问题。 ,Branch and cut is a method of combinatorial optimization for solving integer linear programs, that is, linear programming problems where some or all the unknowns are restricted to integer values. The method is
r214
- 多假设跟踪算法(MHT)是一种在数据关联发生冲突时,形成多种假设以延迟做决定的逻辑。与PDA合并多种假设的做法不同,MHT算法把多个假设继续传递,让后续的观测数据解决这种不确定性。举个例子,PDA对所有假设以对应的概率进行加权平均,然后再对航迹进行更新。因此,如果有10个假设,PDA会将这10个假设有效的合并只留下一个假设。而另一方面,MHT却是保持这10个假设的子集并延迟决定,这样可以利用之后的观测数据解决当前扫描帧的不确定性问题。 -Multiple Hypothesis Tracking
evolutionary-memetic-algorithm
- 关于进化memetic方面的一篇论文,对于理解memetic对进化算法的改进有帮助-a paper about evolutionary memetic computing
stereopairs
- 立体图像校准的matlab程序算法讲解。可以直接下载源码-A compact algorithm for rectification of stereo pairs
mcl
- 详细介绍MCL算法,是由Sebastian Thrun a, Dieter Fox, Wolfram Burgard, Frank Dellaert所著的论文,发表于Artificial Intelligence上。-Mobile robot localization is the problem of determining a robot’s pose from sensor data. This article presents a family of probabilistic lo
FastSLAM2.0
- 详细介绍fastslam2.0,是由Michael Montemerlo and Sebastian Thrun所著的IEEE论文。-Montemerlo et al. proposed an algorithm called FastSLAM as an efficient and robust solution to the simultaneous localization and mapping problem. This paper describes a modified versi
PrefixSpan-algorithm
- 序列模式挖掘是数据挖掘的一个重要分支,在序列事务及;有关信息处理中有着广泛的应用,如顾客购物习惯、web访问模式、科学实验过程分析、自然灾害预测、疾病治疗、药物检验以及{ sizej pos; DNA等。序列模式挖掘算法有AprioriAll、GsP、F’reeSpan、本文将设计与实现针对string数据类型的算法,来对序列模式挖掘有更深入的剖析。-Sequence pattern mining is an important branch of data mining, and in t
02
- 我上传了一本MATLAB遗传算法工具箱及应用,这是一本不错的书,对大家学习遗传算法和熟悉MATLAB工具有很大的帮助作用。-I uploaded a MATLAB genetic algorithm toolbox and its application, this is a good book, for everyone familiar with the study of genetic algorithm and MATLAB tools has a lot of help.
ImageEdgeDetectingMethodBasedonFractalFeature
- 运用分形理论描述图像纹理特征,通过分析不同纹理图像及图像边缘处的分形参数,得 到一种新的边缘检测分形特征,从而提出一种基于分形特征的图像边缘检测方法。自适应阈值的 引入,能够实现不同图像的边缘检测。该算法简单迅速,并具有良好的抗噪性能。-The use of fractal theory to describe the image texture features, through the analysis of different texture image and the ima
ALGORITHM
- A SOFT MODEL-ORDER SUBSPACE BASED SPEECH ENHANCEMENT ALGORITHM
0253987x-200802-42-2-147-151-a
- Improved Localization Algorithm Based on received Signal Strength Indicator
A
- 经典的模糊金库算法文章,希望对大家有用。-Classic fuzzy vault algorithm article, I hope useful for all of us.
a
- 来自万方数据库的付费论文,详细介绍基于并行遗传算法的图像超分辨率复原-WanFangDATA paid from the paper, details based on parallel genetic algorithm for image super-resolution restoration
Boosting-a-weak-learning-algorithm
- Freund在1995年发表的一篇很经典的文章Boosting a weak learning algorithm by majority,是关于弱学习算法的,全英文写的-Freund in 1995 published a classic article Boosting a weak learning algorithm by majority, is on the weak learning algorithm, written in English
Partitions-Artificial-Intelligence---A-Systems-Ap
- This book offers students and AI programmers a new perspective on the study of artificial intelligence concepts. The essential topics and theory of AI are presented, but it also includes practical information on data input & reduction as well as data
Algorithm Design
- 本书围绕算法设计技术组织素材,对每种算法技术选择了多个典型范例进行分析。本书将直观性与严谨性完美地结合起来。每章从实际问题出发,经过具体、深入、细致的分析,自然且富有启发性地引出相应的算法设计思想,并对算法的正确性、复杂性进行恰当的分析、认证(Algorithm Design introduces algorithms by looking at the real-world problems that motivate them. The book teaches students a ran
Path-finding Algorithm
- 在3D游戏环境中,使用具有2D图层的A *算法执行寻迹或图形遍历。 然而,在3D虚拟环境或空间中,使用2D层的A *算法是有限的。 因此,有必要使用在3D游戏环境中使用3D图层的算法。 这项研究表明,3D A *算法可以比在3D游戏环境中使用2D图像的A *算法更快地配置两个节点之间的路径。(In a 3D game environment, pathfinding or graph traversal is performed using the A* algorithm with 2D l