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

搜索资源列表

  1. Simulated-annealing-algorithm

    0下载:
  2. 模拟退火算法和禁忌算法,是研究生中的一个智能搜索算法,我们有国外的一些ppt和自己的一些资料,欢迎大家使用。-Simulated annealing algorithm and tabu search algorithm
  3. 所属分类:Linux Network

    • 发布日期:2017-05-12
    • 文件大小:3015124
    • 提供者:
  1. Simulated-Annealing-matlab-code

    0下载:
  2. Simulated Annealing matlab code.zip是一个实用的标准的模拟退火算法(SA)matlab程序,非常适合学习智能优化算法的朋友下载来学习。-Simulated Annealing matlab code.zip is a practical standard simulated annealing (SA) matlab program, very intelligent optimization algorithms for learning a friend t
  3. 所属分类:Algorithm

    • 发布日期:2017-03-25
    • 文件大小:33557
    • 提供者:YAN Haifeng
  1. sA

    0下载:
  2. 模拟退火算法用于解决商人旅行中的不同城市选择最佳的路线图-Simulated annealing algorithm for solving businessman traveling in different cities to choose the best roadmap
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:1925
    • 提供者:芦会彬
  1. Simulated-annealing-algorithm

    0下载:
  2. 模拟退火算法,高效快捷,适用于数学建模当中-Simulated annealing algorithm
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-03
    • 文件大小:901961
    • 提供者:李虹颖
  1. TSP_SA

    0下载:
  2. 基于模拟退火算法求解31个城市的TSP问题。通过模拟自然退火的过程,来实现全局的最优化。根据metropolis准则,接受新解。-Based on simulated annealing algorithm 31 cities TSP. By simulating the natural process of annealing to achieve global optimization. According metropolis criteria, accept the new soluti
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-13
    • 文件大小:2257
    • 提供者:张嘉琦
  1. monituihuoTSP

    0下载:
  2. matlab编制模拟退火算法实例,用于解决经典TSP问题。-Examples of the preparation of simulated annealing algorithm matlab for solving the classic TSP.
  3. 所属分类:Other systems

    • 发布日期:2017-04-15
    • 文件大小:4815
    • 提供者:songwei
  1. yichuangsasuanfa

    1下载:
  2. 这个是遗传算法和模拟退火算法的一些结合,读者还可以修改目标函数来以达到更加实际的用途-Some of this is combined with genetic algorithm and simulated annealing algorithm, readers can also modify the objective function in order to achieve a more practical use
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-11
    • 文件大小:1181
    • 提供者:baijue
  1. jobshop-sa-jsp

    7下载:
  2. 模拟退火算法解决作业车间调度jobshop问题,以FT06问题为例说明,可产生甘特图,JSPmain是主函数。-Simulated annealing algorithm to solve the job shop scheduling jobshop problem to FT06 problem as an example, can produce a Gantt chart, JSPmain is the main function.
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:5402
    • 提供者:chenzhen
  1. Simulated-Annealing-Tools-Software

    0下载:
  2. 模拟退火算法是通过赋予搜索过程一种时变且最终趋于零的概率突跳性,从而可有效避免陷入局部极小并最终趋于全局最优的串行结构的优化算法。-Simulated annealing algorithm is a time-varying by giving the search process and ultimately tends to zero the probability of jumps, thus can effectively avoid local minima and eventual
  3. 所属分类:ERP-EIP-OA-Portal

    • 发布日期:2017-04-25
    • 文件大小:65489
    • 提供者:殷建立
  1. ant-algorithms-of-vrp

    1下载:
  2. 采用蚁群算法能够解决31个城市的旅行商问题,相对于遗传算法,模拟退火算法和其他的算法,蚁群算法有其自身的优势-Ant colony algorithm to solve the traveling salesman problem 31 cities, with respect to genetic algorithms, simulated annealing algorithm and other algorithms, ant colony algorithm has its own ad
  3. 所属分类:File Formats

    • 发布日期:2017-04-07
    • 文件大小:1950
    • 提供者:董乾东
  1. abc

    0下载:
  2. 模拟退火算法解决TSP问题 输入格式(城市坐标.in): 第行:1个整数N,表示城市的数量 第..N+1行:每行有个空格分开的整数x,y,第i+1行的x,y表示城市i的坐标-Simulated annealing algorithm to solve TSP Input Format (city coordinates in.): The first line: an integer N, the number of cities S .. N+1 lines: eac
  3. 所属分类:Shell api

    • 发布日期:2016-10-31
    • 文件大小:2048
    • 提供者:张苗
  1. Artificial-Intelligence

    0下载:
  2. 人工智能上机指导,介绍了PCB图像中的定位孔的四种搜索算法,即盲目搜索,分级搜索,遗传算法,模拟退火算法。-Artificial intelligence machine guidance, introduced the PCB image search algorithm to locate the four holes that blind search, hierarchical search, genetic algorithms, simulated annealing algorit
  3. 所属分类:software engineering

    • 发布日期:2017-05-03
    • 文件大小:800201
    • 提供者:田魁
  1. simulated-annealing

    0下载:
  2. 关于模拟退火算法,用于解决最短路径的C语言程序设计,解决了TSP问题-About simulated annealing algorithm, C language program designed for solving the shortest path to solve the TSP problem
  3. 所属分类:Data structs

    • 发布日期:2017-04-25
    • 文件大小:233751
    • 提供者:zero5885
  1. sa

    0下载:
  2. 本程序是运用模拟退火算法解决旅行商问题,求解最短路径,C语言程序-This procedure is to use simulated annealing algorithm to solve the traveling salesman problem, solving the shortest path, C language program
  3. 所属分类:Data structs

    • 发布日期:2017-04-24
    • 文件大小:9925
    • 提供者:zero5885
  1. matlab1

    0下载:
  2. 用模拟退火算法计算tsp问题,MATLAB编程-Calculation tsp problem, MATLAB programming with simulated annealing algorithm
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-14
    • 文件大小:3459
    • 提供者:尉星
  1. DS-for-MIMO-and-HARQ

    0下载:
  2. MIMO 检测与HARQ 合并中的不确定性处理研究,介绍了通过证据理论的方法进行MIMO信号检测,以及HARQ合并,同时也介绍了一些人工智能算法,例如遗传算法或模拟退火算法-MIMO detector combined with the uncertainty HARQ processing research, describes the method of performing MIMO signal detection theory of evidence, and HARQ merger,
  3. 所属分类:Communication

    • 发布日期:2017-05-09
    • 文件大小:1942033
    • 提供者:水麟泽
  1. GA-SAjulei

    0下载:
  2. 基于遗传模拟退火算法的聚类算法的源码文件-Genetic simulated annealing algorithm based clustering algorithm source code file
  3. 所属分类:matlab

    • 发布日期:2017-04-16
    • 文件大小:11650
    • 提供者:liyaohui
  1. GA-and-SA-TO-SOLVE-TSP

    0下载:
  2. 用遗传算法和模拟退火算法解决TSP问题,希望能够帮到你-Solve TSP using genetic algorithms and simulated annealing algorithm
  3. 所属分类:Other Databases

    • 发布日期:2017-03-30
    • 文件大小:12210
    • 提供者:
  1. ACO-PID

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

    • 发布日期:2017-04-11
    • 文件大小:1503
    • 提供者:昊轩
  1. SAalgorithm-source-code

    0下载:
  2. 模拟退火算法的matlab通用源程序,是一个编写MATLAB语言的模板,对于解决问题有很好的帮助-Simulated annealing algorithm matlab source gm, is a template, write the matlab language has a very good help to solve the problem
  3. 所属分类:File Formats

    • 发布日期:2017-04-07
    • 文件大小:3977
    • 提供者:李宏波
« 1 2 ... 43 44 45 46 47 4849 50 »
搜珍网 www.dssz.com