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

搜索资源列表

  1. tuihuoyichuanfa

    1下载:
  2. 遗传模拟退火算法,是一种对遗传算法的改进,效率很好。-Annealing Genetic Method
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-14
    • 文件大小:5266
    • 提供者:hancock
  1. 模拟退火算法

    0下载:
  2. 主要是介绍模拟退火算法的由来,及其模型,应用方面的问题
  3. 所属分类:编程文档

  1. 模拟退火法解决车辆路径问题

    2下载:
  2. 模拟退火法解决车辆路径问题,用matlab编程解决的,亲测可用.
  3. 所属分类:matlab例程

  1. 模拟退火算法解决tsp问题

    0下载:
  2. 设计一个可以对TSP问题进行组合优化的连续型Hopfield神经网络模型,利用该魔心可以快速的找到最优的一条路线。(A continuous Hopfield neural network model for combinatorial optimization of TSP problems is designed, which can be used to find the optimal route quickly.)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-21
    • 文件大小:507904
    • 提供者:echo750
  1. SimuA_pso

    1下载:
  2. 基于模拟退火的粒子群算法。适合初学者对模拟退火和粒子群的理解。(Particle swarm optimization algorithm based on simulated annealing. For beginners, the understanding of simulated annealing and particle swarm.)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-18
    • 文件大小:1024
    • 提供者:小午
  1. SAAC++版

    0下载:
  2. 使用C++来实现模拟退火算法。适合有一定C++基础的,对模拟退火感兴趣的人。(Using C++ to achieve simulated annealing algorithm. Suitable for people with a certain C++ base, interested in simulated annealing.)
  3. 所属分类:其他

    • 发布日期:2017-12-21
    • 文件大小:242688
    • 提供者:小午
  1. SA_TSP

    0下载:
  2. 通过模拟退火算法解决旅行商问题,具有较全的功能,改进算法可以直接加入其中(Through the simulated annealing algorithm to solve the traveling salesman problem, with full function, the improved algorithm can be directly added to them)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2017-12-25
    • 文件大小:5120
    • 提供者:燕子1993
  1. 基于遗传模拟退货的聚类算法

    2下载:
  2. 基于遗传算法和模拟退火的模糊均值聚类算法(Fuzzy mean clustering)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-17
    • 文件大小:12288
    • 提供者:清风雅荷
  1. 精通MATLAB智能算法(2015代码)

    1下载:
  2. 这是一个智能算法程序吧,里面有模拟退火算法,遗传算法,粒子群算法等等,希望这些算法对初学者来说有用处。(This program is an intelligent algorithm, simulated annealing algorithm, genetic algorithm, particle swarm optimization (pso) algorithm and so on, hope that the algorithm is useful for beginners.)
  3. 所属分类:其他

    • 发布日期:2017-12-15
    • 文件大小:7047168
    • 提供者:pursh
  1. SA

    0下载:
  2. 使用模拟退火解旅行商问题,因为这个问题本身是一个NP难问题,所以也就求不到最优解,不过应该可以求得一个比较好的解,然后再手工优化。(Using simulated annealing to solve the traveling salesman problem, because the problem itself is a NP hard problem, so it can not find the optimal solution, but it should be able to ob
  3. 所属分类:matlab例程

    • 发布日期:2017-12-23
    • 文件大小:1024
    • 提供者:Maxxxxx
  1. simon sample answers

    0下载:
  2. 解决旅行商问题,模拟退火算法,用PYTHON语言编写,工具是IDLE 3.6.1,应该可以正常运行(annwal SimAnneal aaaaaaaaaaaaaaaa)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2017-12-19
    • 文件大小:1148928
    • 提供者:jojojojo
  1. GA_tuihuo1

    2下载:
  2. 模拟退火优化遗传算法,改进了遗传操作,自适应参数(improved simulated annealing and optimized genetic algorithm)
  3. 所属分类:其他

    • 发布日期:2017-12-29
    • 文件大小:1024
    • 提供者:均哥
  1. SAforTSP

    0下载:
  2. 模拟退火算法求解物流配送系统的tsp问题,使用MATLAB编写语言,简单易懂,适合初学者学习。(Simulated annealing algorithm for solving logistics and distribution systems TSP problem, using MATLAB programming language, easy to understand, suitable for beginners to learn.)
  3. 所属分类:数值算法/人工智能

  1. Project_15352073_Dengdian_v2

    0下载:
  2. 停船问题退火解决,启发式算法解决泊位分配问题,退火是比较简单的,这里介绍简单的退火贪心来求解(To solve the problem of annealing, a heuristic algorithm to solve the berth allocation problem, annealing is relatively simple, this simple greedy annealing to solve)
  3. 所属分类:其他

    • 发布日期:2017-12-19
    • 文件大小:517120
    • 提供者:dsada
  1. SA

    0下载:
  2. 该算法是模拟退火中最经典的一个算法,解决最短路的问题。运行过完全没有任何bug,代码中给了相关的数据,如果想用的话,只需要把你需要的数据放进去直接运行就可以出结果(The algorithm is the most classic algorithm in simulated annealing to solve the shortest path problem. Run completely without any bug, the code to the relevant data, if
  3. 所属分类:matlab例程

    • 发布日期:2017-12-27
    • 文件大小:1024
    • 提供者:`wait
  1. 模拟退火

    0下载:
  2. 利用模拟退火算法 计算城市最短距离 无闭合回路tsp商旅问题求解(monituihou jiejeuchengshi zuiduanlujingwenti)
  3. 所属分类:其他

    • 发布日期:2017-12-24
    • 文件大小:1024
    • 提供者:ruizhang
  1. monituihuo

    0下载:
  2. 利用模拟退火算法计算f(x)=xcos(5*pi*x)+3.5在区间【-1,2.5】上的最小值(The minimum value of F (x) =xcos (5*pi*x) +3.5 in the interval [-1, 2.5] is calculated by using simulated annealing algorithm)
  3. 所属分类:其他

    • 发布日期:2017-12-25
    • 文件大小:91136
    • 提供者:nicolas_yin
  1. 模拟退火算法

    0下载:
  2. 此种算法简单,有效,可以对所求的数据更加优化,使所求数据更加合理,绝对可以运行,请大家放心。(This algorithm is simple and effective. It can be more optimized for the data requested, so that the data is more reasonable and can be run. Please be assured.)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-24
    • 文件大小:1024
    • 提供者:宁采臣
  1. 模拟退火

    0下载:
  2. 此代码用于求解二维数据中的优化问题,效果挺好的,文件里有二维数据的问题,大家可以好好看看!(This code is used to solve optimization problems in 2d data. The results are good. There are two dimensional data problems in the file, so you can have a good look!)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-24
    • 文件大小:1024
    • 提供者:宁采臣
  1. 遗传模拟退火算法

    0下载:
  2. 介绍了遗传算法和退火算法的结合使用,提高了GA本身的性能(introduce a method combine GA with SA to make a difference to GA)
  3. 所属分类:其他

    • 发布日期:2017-12-25
    • 文件大小:9216
    • 提供者:```hollyshee9
« 1 2 ... 9 10 11 12 13 1415 16 17 18 19 ... 50 »
搜珍网 www.dssz.com