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

搜索资源列表

  1. simulated_annealing

    0下载:
  2. 模拟退火算法实现TSP规划问题.已经测试没有问题的啊-Simulated annealing algorithm TSP problem
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-11
    • 文件大小:945
    • 提供者:feihong
  1. cPP

    0下载:
  2. 实现蚁群算法和模拟退火算法的研究,很好用的-Simulated Annealing
  3. 所属分类:CSharp

    • 发布日期:2017-03-29
    • 文件大小:173971
    • 提供者:wenxin
  1. 3SAT(SA)

    0下载:
  2. 使用模拟退火算法(SA)解决3-SAT问题,程序中有详细注释,采用文件方式输入输出,数据规模可在程序中修改。-Using simulated annealing algorithm (SA) to solve the 3-SAT problem, the program has detailed notes, the use of input and output files, data scale can be modified in the program.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:1600
    • 提供者:sjj
  1. NP-hard-problem

    1下载:
  2. matlab模拟退火算法,处理背包问题,相比较与遗传算法模拟退火原理简单,编译容易-matlab simulated annealing algorithm to handle the knapsack problem, compared with the genetic simulated annealing algorithm is simple, easy to compile
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:2214
    • 提供者:杜剑
  1. SA-VRP(TS-VRP)

    1下载:
  2. 采用模拟退火算法或禁忌算法求解车辆路径问题-Using simulated annealing algorithm or tabu search algorithm to solve the vehicle routing problem
  3. 所属分类:matlab

    • 发布日期:2017-04-09
    • 文件大小:5000
    • 提供者:dr
  1. algorithm-for-rectangular-packing-

    0下载:
  2. 根据模拟退火算法解决矩形件排样问题 解决矩形件排样问题 -Simulated annealing algorithm for rectangular packing
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:2342
    • 提供者:
  1. SA_TSP

    0下载:
  2. 模拟退火算法做的来处理的旅行商问题,可以参考下,但希望不要直接用。-Simulated annealing algorithm to deal with the traveling salesman problem, you can refer to, but I hope not to use directly.
  3. 所属分类:Other systems

    • 发布日期:2017-03-31
    • 文件大小:2735
    • 提供者:jim lu
  1. Examples-of-annealing-algorithm

    0下载:
  2. 提供了一个简单的模拟退火算法的示例。能够帮助初学者快速掌握模拟退火算法的内容。-Provides an example of a simple simulated annealing algorithm. Can help beginners to quickly master the content of simulated annealing algorithm.
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:2870
    • 提供者:张龙
  1. SA_TSP_Rev1

    0下载:
  2. 用模拟退火算法来解决经典的旅商问题,程序简洁实用-Simulated annealing algorithm to solve the classic problem of trip providers , the program simple and practical
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-25
    • 文件大小:502909
    • 提供者:王辉
  1. SA

    0下载:
  2. 用matalab模拟退火算法解决 10 个城市的 TSP 问题,程序详细、实用,很适合初学者。-Using simulated annealing algorithm to solve matalab 10 cities TSP problem, the program detailed, practical, very suitable for beginners.
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:3474
    • 提供者:zeng
  1. SA

    0下载:
  2. 这是基本的模拟退火算法,里面还附有一个常用的测试函数。-This is the basic simulated annealing algorithm, which is also accompanied by a commonly used test functions.
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:796
    • 提供者:包宇凡
  1. TSP-SA

    0下载:
  2. 模拟退火算法解决经典的TSP问题,自己做的,测试不错,可以用-Simulated annealing algorithm to solve TSP classic problem, do it yourself, test good, you can use
  3. 所属分类:matlab

    • 发布日期:2017-04-15
    • 文件大小:4657
    • 提供者:王辉
  1. sa

    0下载:
  2. 这是本人在做项目时编写的一个模拟退火算法。利用该算法可以求解无约束优化问题。对于约束优化问题,可做相应的修改,即可使用。-The Simulated Annealing program is coded in Matlab. You can use the program to solve the unconstrained optimization program.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-11
    • 文件大小:1171
    • 提供者:jessily
  1. SA-algorithem-forVRP

    0下载:
  2. 使用matlab进行模拟退火算法编例,解决车辆路径最优化问题。-vrp with use of SA
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:3271
    • 提供者:杨木木
  1. SA-Algorithm

    0下载:
  2. 以TSP问题为解决对象,详细探讨了模拟退火算法的原理,并通过C++语言来模拟实现并仿真算法性能,验证了模拟退火算法在搜索全局组合最优解问题的高效性。-The Study and Design of Simulated Annealing Algorithm
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:3102
    • 提供者:caca
  1. code

    0下载:
  2. 以经典的旅行商(Traveling Saleman Problem,TSP)问题作为模拟退火算法正确性和可行性验证的重要标准,并和已有的算法进行比较和讨论。最后,本文将在实现基本算法的同时,提出多种群并行计算的可行性,并且使用TSPLIB提供的数据和对应的最优解来检验模拟退火算法,分析模拟退火算法应用到TSP问题后得到的结果,从而得出在时间要求不高的情况下,使用多种群算法可以改善算法运行结果。-Design And Simulation Of Simulated Annealing Algori
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-14
    • 文件大小:3006
    • 提供者:caca
  1. simulated-annealing

    0下载:
  2. 模拟退火算法来源于固体退火原理,将固体加温至充分高,再让其徐徐冷却。 -Simulated annealing algorithm derived the principle of solid annealing, heating the solid to the full high, let it slowly cooling.
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:760
    • 提供者:节能
  1. ACO-PID

    0下载:
  2. 除了蚁群算法,可用于PID参数优化的智能算法还有很多,比如遗传算法、模拟退火算法、粒子群算法、人工鱼群算法,等等。-In addition to the ant colony algorithm, can be used in the intelligent algorithm of PID parameter optimization and there are many, such as genetic algorithm, simulated annealing algorithm, pa
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-12
    • 文件大小:1510
    • 提供者:昊轩
  1. SA

    0下载:
  2. 利用MATLAB实现模拟退火算法计算商旅问题-Use MATLAB to achieve simulated annealing algorithm Business Problems
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:2544
    • 提供者:lbh
  1. SA-shuxuehanshujixiaozhi

    0下载:
  2. 利用模拟退火法求函数在某一范围的极小值,对于验证模拟退火算法的可行性有重要意义。-Using simulated annealing method the minimum value of a function in a range of simulated annealing algorithm to verify the feasibility of significance.
  3. 所属分类:matlab

    • 发布日期:2017-05-09
    • 文件大小:1973783
    • 提供者:赵晨
« 1 2 ... 44 45 46 47 48 4950 »
搜珍网 www.dssz.com