搜索资源列表
ts
- 里面介绍的是使用禁忌搜索求解vrp,只要修改下数据就可以使用,用的是MATLAB写的-vrp MATLAB ts
3l_cvrp
- 介绍的是三维装箱和vrp结合的代码,使用粒子群和局部搜索结合的方法-3l_cvrp matlab
fengqunsuanfaPID
- 针对工业控制中常用的PID控制器参数整定困难的问题,提出一种基于人工蜂群算法的参数整定方法。将PID控制器待整定参数看作蜜源,利用蜂群特有的角色转变机制搜索优质的参数组合 选取绝对误差矩积分性能指标作为参数寻优的目标函数。仿真实验结果表明,所采用的算法能够提高控制系统的动态性能,增强系统的快速性和稳定性,适用于PID控制器的自整定。 -For industrial control commonly used in PID controller tuning difficult problem
GAKMeans
- 由于Kmeans聚类分析是一个局部的搜索过程,因此加入遗传算法进行全局搜索选择最优的初始中心点使得Kmeans算法产生较大的改进-Since Kmeans Cluster analysis is a local search process, so join a global search for the genetic algorithm to the optimal initial centers such Kmeans algorithm produces greater improve
lingoCluster
- 用于自然语言处理中的Lingo聚类算法,是carrot2开源搜索中的核心代码。由波兰学者Osinski编写-For natural language processing Lingo clustering algorithm, is carrot2 open source search in the core code. Prepared by the Polish scholar Osinski
kmeansCluster
- 开源搜索Carrot2中的kmeans聚类算法(作为性能对比用),由波兰学者Osinski撰写。-The open source search Carrot2 kmeans clustering algorithm (used as a performance comparison), written by the Polish scholar Osinski.
STC_clustering
- 开源搜索Carrot2中的STC文档聚类算法,由波兰学者Osinski编写。-Open source search Carrot2 the STC document clustering algorithm, prepared by the Polish scholar Osinski.
ThemeCrawler
- 现在常见的搜索策略主要分为两种:一种是基于网页链接结构的搜索策略,另一种是基于内容评价的搜索策略。第一种是通过网页之间的链接关系来确定网页的重要性,从而决定链接访问的顺序。此方法虽然考虑了网页链接结构和网页之间的链接关系,但忽略了网页内容与主题的相关度,容易出现网页搜索“主题漂移”。第二种主要考虑网页内容,好处就是思路清晰且计算简单。但这种方法忽略了网页的链接关系,故在预测链接网页价值方面存在不足。考虑到这些问题,提出将布谷鸟搜索算法应用到主题爬虫中。-Now the common search
CH-8.6---PageRank
- 非常著名的pagerank算法曾经在google使用,奠基的google在搜索王国的地位,本算法是hadoop的实现版本-Very famous pagerank algorithm has been used in google, the foundation of the google search in the Kingdom of the position, the algorithm is the realization of hadoop version
search_tu
- 图的搜索算法,广度优先搜索和深度优先搜索。 算法思想来自《算法导论》,自己编的,效果还行-Graph search algorithm, breadth-first search and depth-first search. Algorithm thinking " Introduction to Algorithms" , own, and the results were OK
beautifulsoup4-4.0.0b3.tar
- Beautiful Soup提供一些简单的、python式的函数用来处理导航、搜索、修改分析树等功能。-Beautiful Soup offers some simple, python-like functions to handle navigation, search, modify the parse tree and so on.
pso
- pso粒子群算法 他是一个实现Common,Clerc 1“的PSO工具箱 Trelea类型以及跟踪更改的alpha版本环境。 它可以搜索最小,最大或“距离” 用户开发成本函数。 很容易使用和黑客 相当好的文档(类型帮助任何功能和 它应该告诉你你需要什么),并将利用 矢量化成本函数。 它使用与Matlab类似的语法 优化工具箱。 包括静态和动态的套件测试功能。 它还包括一个专用的基于PSO的神经元网络教练与Mathwork的神经网络工具箱一起使用。-his is a
cluster
- 快速搜索与发现密度峰值聚类方法来确定聚类中心(Clustering by fast search and find of density peaks)
29971054
- 这是博弈论算法全集第二部分 辅助搜索,其它算法将陆续推出 以便与大家共享()
fqpnxf
- Dijkstra算法及demo实现,目前10万点,20条边,平均搜索时间为3 7秒()
kacmp
- google搜索的核心技术,VC++源码实现,包含测试数据库()
triented
- 利用C语言实现宽度搜索算法,实现自动对一个智力测验题求解()
497690
- 字符串搜索,采用boyer-moore算法最简单的描述实现,没有添加预处理和改进算法,若是英文搜索,区分大小写()
settings
- 使用网格搜索获得xgboost的最佳参数(Use grid search to get the best parameters for xgboost)
禁忌搜索解决tsp问题
- 使用matlab应用禁忌搜索解决tsp问题,算法齐全,本人使用没有任何问题。