CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - np-hard

搜索资源列表

  1. 8-Number

    0下载:
  2. 八数码难题至今仍然是难以真正解决的NP-hard,这里仅提供了一种实现,当然里面难免存在bug.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:76510
    • 提供者:程斌
  1. particle_swarm_optimization-Solve-the-TSP-problem.

    0下载:
  2. 基于粒子群优化算法(PSO)的50个城市TSP问题的求解,可推广至类似NP-hard问题。-Based on Particle Swarm Optimization (PSO) of the 50 cities TSP problem solving can be extended to a similar NP-hard problem.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-23
    • 文件大小:2139
    • 提供者:孙岩
  1. BinPacking

    0下载:
  2. 十一个不同的算法解决一个NP-Hard问题。 包括遗传算法GA, 爬山算法HC。 名称:K背包问题-10 Pop,Single Ally-Gene Mutation EA 10 Pop,2 Ally-Gene Mutation EA 10 Pop,10 Ally-Gene Mutation EA 10 Pop,20 Ally-Gene Mutation 10 Pop,100 Ally-Gene Mutation 100 Pop,Single Ally-Ge
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-31
    • 文件大小:35460
    • 提供者:mark
  1. tabu_search-Solve-the-TSP-problem

    0下载:
  2. 基于禁忌搜索算法的50个城市TSP问题的求解,可推广至类似NP-hard问题。-Tabu search algorithm based on the 50 cities TSP problem solving can be extended to a similar NP-hard problem.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-28
    • 文件大小:1191
    • 提供者:孙岩
  1. genetic_algorithm-Solve-the-TSP-problem

    2下载:
  2. 基于遗传算法的50个城市TSP问题的求解,可推广至类似NP-hard问题。-Genetic Algorithm Based on 50 cities TSP problem solving can be extended to a similar NP-hard problem.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2013-11-25
    • 文件大小:1435
    • 提供者:孙岩
  1. ant_colony_system-Solve-the-TSP-problem

    1下载:
  2. 基于蚁群算法的50个城市TSP问题的求解,可推广至类似NP-hard问题。-Ant colony algorithm based on the 50 cities TSP problem solving can be extended to a similar NP-hard problem.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-28
    • 文件大小:1421
    • 提供者:孙岩
  1. zdf

    0下载:
  2. 三维装箱问题的混合模拟退火算法,解决np-hard问题的基本思路-Three-dimensional bin-packing problem of the hybrid simulated annealing algorithm, np-hard problem to solve the basic ideas
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-30
    • 文件大小:80758
    • 提供者:yang
  1. NP

    1下载:
  2. 基于模拟退火的粒子群算法,基于自然选择的粒子群算法,基于杂交的粒子群算法-Based on simulated annealing particle swarm algorithm, based on natural selection, particle swarm optimization, particle swarm optimization based on hybrid
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:3704
    • 提供者:Scott
  1. GA_MATLAB

    0下载:
  2. 改进遗传算算发,MATLAB,收敛快,精度高,效果不错,适用于近似求解和NP难问题-Genetic calculate fat, MATLAB, convergence, high precision, good results for NP hard problem to solve and approximate
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:162732
    • 提供者:张海如
  1. main

    1下载:
  2. 禁忌搜索算法解决0/1整数规划NP难问题-Tabu Search Algorithm for 0/1 integer programming problem NP hard
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:1052
    • 提供者:lynn
  1. ant

    0下载:
  2. 蚁群算法(ant colony algorithm,简称ACA)是20世纪90年代由意大利学者M.Dorigo等人首先提出来的一种新型的模拟进化算法.它的出现为解决NP一难问题提供了一条新的途径.用蚁群算法求解旅行商问题(TSP)、分配问题(QAP)、调度问题(JSP)等,取得了一系列较好的实验结果.虽然对蚁群算法研究的时间不长,但是初步研究已显示出蚁群算法在求解复杂优化问题(特别是离散优化问题)方面具有一定的优势,表明它是一种很有发展前景的方法.蚁群算法的主要特点是:正反馈、分布式计算.正反馈
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-01
    • 文件大小:2383
    • 提供者:咋都有
  1. KMean

    0下载:
  2. KMEAN C# In data mining, k-means clustering is a method of cluster analysis which aims to partition n observations into k clusters in which each observation belongs to the cluster with the nearest mean. This results in a partitioning of the data sp
  3. 所属分类:Algorithm

    • 发布日期:2017-11-24
    • 文件大小:1578
    • 提供者:Truong
  1. nurse_rostering

    0下载:
  2. 护士排班问题是个NP-hard问题,用LocalSover算子可以很好解决,该算子需要另外安装,以用以学习目的。-nurse rostering as a NP-hard problem using with LocalSolver.com s LocalSolver slover which can be used freely on condition for learning
  3. 所属分类:Algorithm

    • 发布日期:2017-11-22
    • 文件大小:1033842
    • 提供者:suntoward
  1. graph-coloring

    1下载:
  2. 基于greedy DSATUR 的经典着色程序-Given a graph, vertex coloring is the assignment of colors to the vertices such that no two adjacents vertices share the same color. Vertex coloring problem is NP-hard for general graphs. However for some specific graph classe
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:779
    • 提供者:joran
  1. WTAwentide-pso

    0下载:
  2. wta问题的一种可能解法,现在wta问题属于NP难题,不易解决。 -Solution of the problem may be a wta, wta now belongs to NP-hard problem, easy to solve.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-25
    • 文件大小:267868
    • 提供者:wu
  1. bpp-src

    0下载:
  2. Bin packing problem belongs to the class of NP-hard problems, like the others that were discussed in previous articles. The task is to pack a set of items of different size into bins of fixed size in such way that minimal number bins is used. Dependi
  3. 所属分类:Algorithm

    • 发布日期:2017-04-26
    • 文件大小:384802
    • 提供者:amine
  1. K-Kmeans_plus_Plus

    0下载:
  2. k-means++ is an improved version of kmeans algorithm that proposed a new initialization technique for the k-means clustering algorithm. It was proposed in 2007 by David Arthur and Sergei Vassilvitskii, as an approximation algorithm for the NP-hard
  3. 所属分类:matlab

    • 发布日期:2017-04-28
    • 文件大小:52777
    • 提供者:rasool
  1. traveller-problem

    0下载:
  2. The travelling salesman problem (TSP) asks the following question: Given a list of cities and the distances between each pair of cities, what is the shortest possible route that visits each city exactly once and returns to the origin city? It is an N
  3. 所属分类:Algorithm

    • 发布日期:2017-04-15
    • 文件大小:5881
    • 提供者:coucou911
  1. traveller-problem-1-

    0下载:
  2. The travelling salesman problem (TSP) asks the following question: Given a list of cities and the distances between each pair of cities, what is the shortest possible route that visits each city exactly once and returns to the origin city? It is an N
  3. 所属分类:Algorithm

    • 发布日期:2017-04-15
    • 文件大小:5935
    • 提供者:coucou911
  1. ACO

    0下载:
  2. 應用螞蟻最佳化演算法(ACO)求解作戰防禦性武器分配問題,此問題是一重要NP-hard問題-The ant-optimization algorithm (ACO) is used to solve the problem of defensive weapon allocation. It s an important NP-hard problem
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-05
    • 文件大小:10862
    • 提供者:王波
« 12 »
搜珍网 www.dssz.com