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

搜索资源列表

  1. 模拟退火

    0下载:
  2. 本程序用模拟退火算法实现了旅行商问题(tsp问题)-the procedures used simulated annealing algorithm to achieve the traveling salesman problem (tsp)
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:2686
    • 提供者:叶靥
  1. 模拟退火算法程序源码

    1下载:
  2. 本文档为模拟退火算法的C++源码实现,文档形式为PDF格式,源码详细具体,而且每一行代码带有说明
  3. 所属分类:文档资料

  1. Matlab

    0下载:
  2. 模拟退火算法实现、主成分分析实现及线性回归分析等-Simulated annealing algorithm implementation, implementation of principal component analysis and linear regression analysis
  3. 所属分类:matlab

    • 发布日期:2017-04-28
    • 文件大小:8706
    • 提供者:龚涛
  1. simulated_annealing

    0下载:
  2. 人工智能问题,通过模拟退火算法实现旅行商问题,随机产生31个地址,计算旅行商走完的最短路径,并绘制路线图。作者:陈华昌-Using simulated annealing algorithm achive "traveler" problem.
  3. 所属分类:Java Develop

    • 发布日期:2017-03-30
    • 文件大小:14972
    • 提供者:chc
  1. tsp

    0下载:
  2. 高级人工智能算法中的TSP问题求解,应用模拟退火算法实现-tsp problem solved in vc++
  3. 所属分类:Communication-Mobile

    • 发布日期:2017-04-04
    • 文件大小:3370
    • 提供者:lz
  1. TSPAlogrithm

    0下载:
  2. tsp问题的模拟退火算法实现,使用VC++实现,-TSP DEVELOPMENT BY VC+
  3. 所属分类:Other systems

    • 发布日期:2017-03-28
    • 文件大小:3410
    • 提供者:lz
  1. 模拟退火算法

    0下载:
  2. 模拟退火算法是一种演化算法,在很多地方都有应用,这是一个C语言实现的模拟退火程序。(A simulated annealing program wiitten by C.)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2017-12-19
    • 文件大小:2048
    • 提供者:晨晨宝宝
  1. 模拟退火算法

    0下载:
  2. 模拟退火算法属于现代优化算法的一种,,实现NP-hard组优化问题的全局最优解,解决大量的实际问题(The simulated annealing algorithm is one of the modern optimization algorithms, which can solve the global optimal solution of the NP-hard group optimization problem and solve a lot of practical probl
  3. 所属分类:matlab例程

    • 发布日期:2017-12-19
    • 文件大小:2048
    • 提供者:Berlin0724
  1. 模拟退火算法tsp

    0下载:
  2. 用matlab实现模拟退火实现tsp问题。(Using MATLAB to achieve simulated annealing to achieve TSP problem.)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2017-12-21
    • 文件大小:14336
    • 提供者:世攀
  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. 基于遗传模拟退火算法的聚类算法

    2下载:
  2. 基于遗传模拟退火算法实现数据的聚类,为后续的数据分析做准备(Data clustering analysis based on genetic simulated annealing algorithm)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2017-12-28
    • 文件大小:13312
    • 提供者:嘉宾
  1. 模拟退火

    0下载:
  2. 直接实现matlab的模拟退火算法优化,亲测可用,修改参数即可(Matlab simulation annealing algorithm optimization)
  3. 所属分类:数学计算

    • 发布日期:2017-12-30
    • 文件大小:1024
    • 提供者:IDEALMAN
  1. sa

    0下载:
  2. 模拟退火算法实现工作指派问题求最优解,c++实现(Simulated annealing algorithm to achieve the work of the assignment problem for the optimal solution, c ++ implementation)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2017-12-31
    • 文件大小:20480
    • 提供者:yunhao123321
  1. 模拟退火

    1下载:
  2. 使用模拟退火算法实现无人机航迹规划,附录全部程序与数据(Using simulated annealing algorithm to realize UAV path planning, appendix all procedures and data)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-31
    • 文件大小:4096
    • 提供者:zouDF
  1. zip

    2下载:
  2. 利用模拟退火算法实现矩形件排样问题,利用模拟退火算法,基于最优下线编码方式,对矩形件进行下料处理。(A simulated annealing algorithm is used to solve the problem of rectangular sample layout, and the method of simulated annealing is used to process the rectangular parts.)
  3. 所属分类:其他

    • 发布日期:2018-01-01
    • 文件大小:2048
    • 提供者:Yejun0201
  1. 基于模拟退火算法的TSP算法

    0下载:
  2. 基于模拟退火算法的TSP算法,MATLAB算例实现(MATLAB code for Travelling salesman problem, TSP ,and it is in simulate annealing algorithm)
  3. 所属分类:matlab例程

    • 发布日期:2018-04-19
    • 文件大小:6144
    • 提供者:corey6
  1. 模拟退火算法

    0下载:
  2. 简述了数学建模模拟退火算法实例,并用MATLAB实现(An example of simulated annealing algorithm for mathematical modeling is introduced, and it is implemented in MATLAB)
  3. 所属分类:Windows编程

    • 发布日期:2018-04-29
    • 文件大小:2048
    • 提供者:李小爱lzy
  1. 模拟退火SA

    1下载:
  2. 模拟退火算法的实现,包含基本算法流程图以及算法实现(The implementation of simulated annealing algorithm)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2021-03-21
    • 文件大小:68608
    • 提供者:怂得很
  1. SA模拟退火

    1下载:
  2. 模拟退火算法寻优支持向量机C和g,实现识别分类。(Simulated Annealing Optimizes Support Vector Machines C and G for Classification)
  3. 所属分类:matlab例程

    • 发布日期:2019-09-27
    • 文件大小:181248
    • 提供者:liushiyu.
  1. 遗传退火算法fortran实现

    1下载:
  2. 遗传算法与模拟退火算法的混合算法,用于最优化问题的求解。(The hybrid algorithm of genetic algorithm and simulated annealing algorithm is used to solve the optimization problem.)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2020-11-21
    • 文件大小:5120
    • 提供者:打死光头强
« 12 3 4 5 6 7 8 9 10 ... 14 »
搜珍网 www.dssz.com