CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 退火

搜索资源列表

  1. SimulatedAnnealing

    0下载:
  2. 模拟退火算法解旅行商问题,读入的文件描述城市的位置,采用康立山等人的方法,能以较大的概率接触最优解-Simulated annealing algorithm traveling salesman problem, read the document describes the city s location, KANG Li-shan, who adopted the method, to a greater probability of exposure to the optimal sol
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-07
    • 文件大小:1601
    • 提供者:赵九鑫
  1. TSP

    0下载:
  2. 模拟退火算法解决TSP问题,可视化的输入和输出,结果准确。-Simulated annealing algorithm to solve TSP problems, visual input and output, accurate and reliable.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-05
    • 文件大小:616850
    • 提供者:马常青
  1. SATSP

    0下载:
  2. 模拟退火解决tsp问题,可以解决500城市的问题,效果还不错-Tsp simulated annealing to solve problems, can solve the problem of 500 cities, the effect was not bad
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:2461
    • 提供者:张磊
  1. Halftoning

    1下载:
  2. 一种灰度图像的半色调图像生成程序。该程序实现了siggraph 2008 论文Structure aware halftoning中的半色调生成算法。该算法基于目标函数优化,用模拟退火方法生成。 该程序可以读入gif,png,jpg,bmp格式的图片,并自动将彩色图转化为灰度图。生成的半色调图目前只支持png格式的输出。 实现语言为java。 在jre 1.6.0_10上测试正常。-A gray-scale image halftoning image generation pro
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:18172
    • 提供者:lm
  1. sa_tsp

    0下载:
  2. 旅行商问题的模拟退火matlab程序 (程序软件包)-Traveling Salesman Problem matlab simulated annealing procedures (Procedure package)
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:478218
    • 提供者:王健
  1. simulaiton_annealing

    0下载:
  2. 著名的模拟退火算法源程序,运用的例子是TSP问题,以中国31省会城市的最短旅行路径为例.-Well-known source of the simulated annealing algorithm, using the example is the TSP in order to China s 31 provincial capital cities as an example of the shortest path to travel.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-03
    • 文件大小:2201
    • 提供者:1234
  1. sa_tsp

    0下载:
  2. 模拟退火求解TSP问题,代码用MATLAB编写的-Simulated Annealing to solve TSP problems, code written with MATLAB
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:1247
    • 提供者:TL
  1. ex2_simulated_annealing

    2下载:
  2. MPI并行计算模拟退火算法,可以设置处理器结点个数,比较不同节点个数时的计算时间-MPI parallel computing simulated annealing algorithm, you can set the number of processor nodes, the number of different nodes at the time of computing time
  3. 所属分类:MPI

    • 发布日期:2016-06-23
    • 文件大小:164021
    • 提供者:谷谷
  1. ga_nn

    0下载:
  2. 遗传退火进化算法 可用于1个约束条件的优化-Genetic annealing evolutionary algorithm can be used in a constraint optimization
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-28
    • 文件大小:30392
    • 提供者:chckk
  1. examples

    0下载:
  2. 模拟退火算法工具箱例题,相关源代码,里面有代表性的例题解法,matlab语言编写,简单易懂-Simulated annealing algorithm toolbox example, the related source code, there are representative examples Solution, matlab languages, easy-to-read
  3. 所属分类:Algorithm

    • 发布日期:2017-04-26
    • 文件大小:24804
    • 提供者:wangweijun
  1. selected_Algorithm_Collections_for_DSP_Application

    0下载:
  2. 基于matlab的新型信号处理算法集。包括模拟退火、遗传算法、反向传播神经网络、小波变换等等,对于统计信号处理很有参考价值。-Matlab based on a new type of signal processing algorithms. Including simulated annealing, genetic algorithm, back-propagation neural network, wavelet transform, etc., for statistical sig
  3. 所属分类:matlab

    • 发布日期:2017-05-16
    • 文件大小:4231591
    • 提供者:caruchi
  1. GA

    2下载:
  2. 本程序是在MATLAB平台上,利用智能优化算法遗传算法来解决01背包问题。在0 / 1背包问题中,需对容量为c 的背包进行装载。从n 个物品中选取装入背包的物品,每件物品i 的重量为wi ,价值为pi 。对于可行的背包装载,背包中物品的总重量不能超过背包的容量,最佳装载是指所装入的物品价值最高。-This procedure is in the MATLAB platform using intelligent genetic algorithm optimization algorithm t
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-11
    • 文件大小:1625
    • 提供者:周薇
  1. simulated_annealing_algorithm

    0下载:
  2. 三大经典算法之一:模拟退火算法。这里提供代码-One of the three classical algorithms: simulated annealing algorithm. Here are the code
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-29
    • 文件大小:15375
    • 提供者:xinliang
  1. SA

    0下载:
  2. VC编写的退火算法,别的地方下载的,不知道怎么用阿-VC prepared by annealing algorithm, other places to download, I do not know how to use the Arab-Israeli
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-27
    • 文件大小:50067
    • 提供者:wanglei
  1. chinesepostman

    0下载:
  2. 模拟退火算法解中国邮递员问题,可以解决tsp问题-Simulated annealing algorithm Chinese postman problem, can solve the problem tsp
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:1837
    • 提供者:李超
  1. sa

    0下载:
  2. matlab 编写的模拟退火算法用于求解TSP问题,里面有中国31个城市的坐标,作为例子。-matlab sa for tsp
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-13
    • 文件大小:1748
    • 提供者:祁彬彬
  1. SimulatedAnnealingtosolveTSPproblem

    0下载:
  2. 这段代码使用了模拟退火的思想解决TSP问题。在这个仿真实验中解决了自定义的20个城市的TSP问题,在设定合适参数后每次的运行中都能得到一个比较理想的结果-This code uses the idea of Simulated Annealing to solve TSP problem. In this simulation experiment to address the custom of the 20 city TSP problem, set the appropriate para
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-25
    • 文件大小:74330
    • 提供者:elven
  1. annealing

    0下载:
  2. 简单实用的模拟退火算法(SB/SW) 提供一个对理解模拟退火算法很好的程序示例-Simple and practical simulated annealing algorithm (SB/SW)
  3. 所属分类:matlab

    • 发布日期:2017-04-26
    • 文件大小:198805
    • 提供者:Jackson
  1. tuihuosuanfayouhua

    0下载:
  2. 所属分类:AI-NN-PR

    • 发布日期:2017-04-11
    • 文件大小:1320
    • 提供者:menglingsai
  1. TSP

    0下载:
  2. 人工智能中,用模拟退火方法解决旅行商问题,采用C++实现-Artificial intelligence, the use of simulated annealing to solve traveling salesman problem, using C++ implementation
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-29
    • 文件大小:10521
    • 提供者:张宁
« 1 2 ... 28 29 30 31 32 3334 35 36 37 38 ... 50 »
搜珍网 www.dssz.com