搜索资源列表
ISP(Independent)
- 该程序是关于模拟退火应用中ISP(独立集问题)-the procedure on simulated annealing applications ISP (independent set)
ISP
- 使用模拟退火思想解决ISP(独立集)问题,使用先看说明
matlab_ISP
- 用matlab编程求解图论中独立集问题(ISP),程序简单明了,希望大家能提出更进一步的改进意见.
theuseageofSA
- 模拟退火算法应用,有图像着色问题,独立集,最大截,旅行商等问题。
ISPanneal
- 图论研究中的独立集问题的matlab程序,实践证明很好用啊!
ISP
- ISP(独立集问题)的模拟退火算法程序源码
最大团问题的各种算法和源代码
- 最大团问题(Maximum Clique Problem, MCP)是图论中一个经典的组合优化问题,也是一类NP完全问题,在国际上已有广泛的研究,而国内对MCP问题的研究则还处于起步阶段,因此,研究最大团问题具有较高的理论价值和现实意义。 最大团问题又称为最大独立集问题(Maximum Independent Set Problem),在市场分析、方案选择、信号传输、计算机视觉、故障诊断等领域具有非常广泛的应用。目前,求解MCP问题的
ISP(Independent)
- 该程序是关于模拟退火应用中ISP(独立集问题)-the procedure on simulated annealing applications ISP (independent set)
ISP
- 使用模拟退火思想解决ISP(独立集)问题,使用先看说明-Thinking of using the simulated annealing solution to ISP (independent set), the use of look at the descr iption
matlab_ISP
- 用matlab编程求解图论中独立集问题(ISP),程序简单明了,希望大家能提出更进一步的改进意见.-Matlab programming using graph theory for solving Independent Set Problem (ISP), the procedure is simple and hope that we can introduce a further improvement.
theuseageofSA
- 模拟退火算法应用,有图像着色问题,独立集,最大截,旅行商等问题。-Application of simulated annealing algorithm, has the image coloring problem, independent set, maximum cut-off, traveling salesman and so on.
ISPanneal
- 图论研究中的独立集问题的matlab程序,实践证明很好用啊!-Graph Theory Research the issue of an independent set of matlab procedures, practice has proved very good with ah!
ISP
- ISP(独立集问题)的模拟退火算法程序源码-ISP (Independent Set Problem) procedure of simulated annealing algorithm source code
bigTuan
- 算法分析与设计 最大团问题 G的最大团是指G中所含顶点数最多的团。 无向图的最大团和最大独立集问题都可以看作是图G的顶点集V的 子集选取问题可以用回溯法在O(n*(2^n))时间内解决。-Algorithm analysis and design problem G, the biggest group the biggest group is the maximum number of vertices of G co
A-Hybrid-Algorithm-for-MIS-Problem
- 一类求解最大独立集问题的混合神经演化算法.pdf-A Hybrid Algorithm for MIS Problem
websup
- 名典有问必答客户服务系统由「名典软件」开发,集问题处理实 时状态监控和在线交流为一体,是网站客服人员提供在线咨询服务的 理想工具。 □-系统特点 1、可以使用独立的用户库,也可以同步使用已有的会员数据库 2、自定义问题类型,不同问题类型可设置不同提问表单 3、八种问题处理状态,等候队列,使问题处理过程一目了然 4、特有的问题受理窗口,一个浏览器多个处理窗口自由切换
GCP
- 着色问题,是最著名的NP-完全问题之一。 给定一个无向图G=(V, E),其中V为顶点集合,E为边集合,图着色问题即为将V分为K个颜色组,每个组形成一个独立集,即其中没有相邻的顶点。其优化版本是希望获得最小的K值。-Coloring problem, is the most famous NP-complete problems. Given an undirected graph G = (V, E), where V is th
MWCP(TS)
- 采用禁忌搜索算法解决最大权值团问题,包含最大独立集于最大权值团之间的转换问题。-Tabu search algorithm using the maximum weight clique problem solving, contains the largest independent set in the maximum weight conversion problems between the groups.
GREEDY MAX-IS
- 最大独立集的贪心算法简易实现,可以快速求取节点数量较少的最大独立集问题。(An approximated greedy algorithm for Maximum Independent Set Problem)
ISP
- 独立集是指图 G 中两两互不相邻的顶点构成的集合。任意有关图中团的性质都能很自然的转述成独立集的性质。一般而言,寻找图的最大团是 NP 困难的,从而寻找图的最大独立集也是 NP 困难的。用模拟退火算法找出图的最大独立集。(Independent set is a set of vertices in graph G that are not adjacent to each other. The properties of clique