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

搜索资源列表

  1. SA

    0下载:
  2. 模拟退火算法的讲义,对于初学智能优化算法的人会有很大帮助!-Simulated annealing handouts, intelligent optimization algorithm for the beginner who will be a great help!
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-26
    • 文件大小:62251
    • 提供者:xuhaitao
  1. Levenshtein-Distance

    0下载:
  2. SA算法实现编辑距离功能,压缩包内有两个版本,一个只实现编辑距离的求解,一个在实现编辑距离的计算同时,还将具体的编剧过程打印出来-Edit distance function SA algorithm, compressed package comes in two versions, one only solving edit distance, an edit distance calculation the same time, will also be specific screenwr
  3. 所属分类:Other systems

    • 发布日期:2017-11-11
    • 文件大小:11484557
    • 提供者:yuhuan
  1. SimulatedAnnealing

    0下载:
  2. 模拟退火算法(Simulated Annealing,简称SA算法)是模拟加热熔化的金属的退火过程,来寻找全局最优解的有效方法之一。-Simulated annealing algorithm (Simulated Annealing, SA algorithm) annealing process is simulated heating molten metal, one of the effective way to find the global optimum solution.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-28
    • 文件大小:1081
    • 提供者:雷垒
  1. SA-TSP

    0下载:
  2. 一个模拟退火算法,计算旅行商问题:注意:一共三个文件,第一个是主程序,下面两个是子函数-A simulated annealing algorithm to calculate the traveling salesman problem: Note: A total of three files, the first one is the main program, the following two sub-functions
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-19
    • 文件大小:10288
    • 提供者:hxliang
  1. SA

    0下载:
  2. 用matlab实现的基于模拟退火算法的旅行商问题即TSP问题-Achieved using matlab simulated annealing algorithm for the traveling salesman problem TSP problem
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-12-04
    • 文件大小:905
    • 提供者:陈晓
  1. SABP

    0下载:
  2. BP-SA算法是将BP算法与遗传算法结合,主要功能是对优选非线性相关的属性-BP-SA algorithm BP algorithm and genetic algorithm, the main function is preferred nonlinear properties
  3. 所属分类:Other systems

    • 发布日期:2017-11-25
    • 文件大小:1377289
    • 提供者:lwp
  1. sa-qpso

    1下载:
  2. 基于模拟退火算法的量子行为粒子群优化算法-Based on simulated annealing algorithm of particle swarm optimization algorithm
  3. 所属分类:matlab

    • 发布日期:2017-11-17
    • 文件大小:2221
    • 提供者:陈玉挺
  1. TSP-SA-CHANGXIN

    0下载:
  2. 解决了应用模拟退火算法的旅行商问题研究 应用平台MATLAB-To solve application of simulated annealing algorithm traveling salesman problem application platform MATLAB
  3. 所属分类:matlab

    • 发布日期:2017-11-19
    • 文件大小:4954
    • 提供者:常鑫
  1. application-of-SA-and-ACO

    1下载:
  2. 模拟退火算法、蚁群算法的应用。矿山物流,覆盖问题,通信节点部署,2D PHP模型等-Simulated annealing algorithm, ant colony algorithm. Mining and logistics, the coverage problem, communication node deployment, 2D PHP model
  3. 所属分类:AI-NN-PR

    • 发布日期:2015-10-11
    • 文件大小:1196032
    • 提供者:john
  1. Ga-Sa-vrp

    4下载:
  2. 用遗传算法--模拟退火算法求解车辆路径问题。-Using genetic algorithms- simulated annealing algorithm for vehicle routing problem.
  3. 所属分类:matlab

    • 发布日期:2017-11-08
    • 文件大小:11372
    • 提供者:马文
  1. SA

    0下载:
  2. 后缀数组的源码,包括倍增算法与DC3算法-Suffix array of source, including multiplication algorithm and DC3 algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-11-18
    • 文件大小:1445
    • 提供者:taoistly
  1. sa-fcm

    0下载:
  2. 用matlab编写用遗传算法改进的模糊聚类算法的程序,-Prepared using matlab genetic algorithm fuzzy clustering algorithm procedures,
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-12
    • 文件大小:17831
    • 提供者:张雪
  1. SA

    0下载:
  2. 模拟退火算法的c++实现小型旅行商问题,在vs2010环境编译运行成功。人工智能小作业。-C++ simulated annealing algorithm implemented in vs2010 compiler environment running successfully. AI small operations.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-03
    • 文件大小:10858
    • 提供者:曹刚
  1. TSP-SA(simulated-annealing)

    0下载:
  2. 数学中的模拟退火算法,也就是通常所说的SA- SA(simulated annealing)
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-02
    • 文件大小:8304
    • 提供者:李元帅
  1. TSP(SA)

    1下载:
  2. 旅行商问题 用模拟退火算法求解游历中国各省会最短路-tsp china province sa
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-06
    • 文件大小:1302797
    • 提供者:laiweibing
  1. sa

    0下载:
  2. 蚁群算法,现代优化算法,主要用于求解全局解问题,避免陷入局部解中,主要模拟自然界中蚂蚁寻找食物时如何得出最短路经-sa source
  3. 所属分类:Other systems

    • 发布日期:2017-05-08
    • 文件大小:1980636
    • 提供者:王杰
  1. SA-TSP

    0下载:
  2. 基于经典的优化算法--模拟退火算法的旅行商问题寻优实现,该算法比较经典,可用于后续一些性能对比分析-The traveling salesman problem-- the classical optimization algorithms and simulated annealing algorithm is implemented based on the algorithm, compare the classic, can be used for the analysis of sub
  3. 所属分类:Special Effects

    • 发布日期:2017-04-06
    • 文件大小:4995
    • 提供者:颜妍
  1. sa

    0下载:
  2. 基于MATLAB开放的模拟退火算法实现程序,对于初学随机算法的人很有帮助-MATLAB-based simulated annealing algorithm . For learning randomized algorithms were very helpful! !
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:4094
    • 提供者:allen
  1. SA

    0下载:
  2. 遗传算法用于指派问题,,,,非常的实用,可用于学习遗传算法编程的人参考-Genetic algorithms for assignment problem,,,, very practical, can be used to study genetic algorithm programming Reference
  3. 所属分类:Other systems

    • 发布日期:2017-05-09
    • 文件大小:1555137
    • 提供者:黄建平
  1. sa-tsp

    0下载:
  2. 应用模拟退火的TSP优化算法,程序注释清晰,运行流畅-The TSP simulated annealing optimization algorithm, the program notes clear and running smoothly
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:1290
    • 提供者:
« 1 2 3 4 5 67 8 9 10 11 12 »
搜珍网 www.dssz.com