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

搜索资源列表

  1. 很实用的模拟退火的程序

    3下载:
  2. 很实用的模拟退火的程序,含有原文解释
  3. 所属分类:源码下载

  1. 模拟退火算法程序源码

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

  1. 模拟退火算法程序

    1下载:
  2. 模拟退火算法程序
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2012-02-15
    • 文件大小:179383
    • 提供者:beautywife
  1. sa_01.zip

    0下载:
  2. 本程序是在MATLAB平台上面实现的用模拟退火算法解决01背包问题。,This procedure is in the MATLAB platform achieved with simulated annealing algorithm to solve knapsack problem 01.
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:966
    • 提供者:周薇
  1. tsp_SA.rar

    0下载:
  2. 在Visual C++ 编译环境下, 模拟退火算法算法的程序,并利用它们求解了48个城市的TSP问题。,In Visual C++ compiler environment, simulated annealing algorithm algorithm procedures and use them to solve the 48 cities TSP problem.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-06
    • 文件大小:691379
    • 提供者:肖翔
  1. SA_Sw

    0下载:
  2. 模拟退火算法应用程序在图像方面的应用,供初学者参考-Simulated annealing applications to the application of the image, information for beginners
  3. 所属分类:matlab

    • 发布日期:2014-08-01
    • 文件大小:195584
    • 提供者:mj
  1. annealing

    1下载:
  2. 用模拟退火算法求解连续优化问题的MATLAB程序-annealing algorithm
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-29
    • 文件大小:874
    • 提供者:张小梅
  1. monituihou

    0下载:
  2. 在Visual C++ 编译环境下,模拟退火算法程序,并利用它们求解了48个城市的TSP问题。-In the Visual C++ Compiler environment, the simulated annealing algorithm procedures and use them to solve a 48 cities TSP problem.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-05
    • 文件大小:690730
    • 提供者:liuwei
  1. SimulatedAnnealingAlgorithm

    0下载:
  2. 本程序介绍了模拟退火算法的运用,特别是在TSP旅行商问题上的运用,是一个特别好的算法实例,功能齐全,算法优良。-It s about the Simulated Annealing Algorithm base on TSP.It s a useful Algorithm.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-13
    • 文件大小:2601
    • 提供者:hellow
  1. TSP

    0下载:
  2. 这是一个人工智能方面的算法程序,里面包含模拟退火算法、神经网络算法以及遗传算法三个。-This is an area of artificial intelligence algorithm procedure, which includes simulated annealing algorithm, neural network algorithms and genetic algorithms in three.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-25
    • 文件大小:35041
    • 提供者:qingbo
  1. SAPSO

    2下载:
  2. 模拟退火-粒子群算法,该程序将模拟退火算法和粒子群算法相结合,对优化参数有很好的效果-Simulated annealing- particle swarm optimization, the program will be simulated annealing algorithm and particle swarm optimization by combining optimization parameters have a good effect
  3. 所属分类:AI-NN-PR

    • 发布日期:2016-03-15
    • 文件大小:579
    • 提供者:liwei
  1. 模拟退火算法

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

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

    0下载:
  2. 基于模拟退火算法的求解TSP问题的matlab程序,对于学习算法的初学者,可作为入门的简单程序(To solve the problem of TSP simulated annealing algorithm based on the matlab program, for beginners learning algorithm, can be used as a simple entry procedures)
  3. 所属分类:matlab例程

  1. 模拟退火

    0下载:
  2. 模拟退火算法潮流计算程序,包含一个对模拟算法介绍的ppt(Simulated annealing algorithm The power flow calculation program contains a ppt for the simulation algorithm introduced)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-18
    • 文件大小:76800
    • 提供者:小茶柚
  1. 模拟退火tsp问题

    0下载:
  2. 这篇matlab程序应用模拟退火算法解决tsp问题(This matlab program uses simulated annealing algorithm to solve the TSP problem)
  3. 所属分类:网络编程

    • 发布日期:2017-12-15
    • 文件大小:12288
    • 提供者:nicaic
  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. 模拟退火算法的matlab示例,很好的入门程序

    0下载:
  2. 模拟退火算法的matlab示例,很好的入门程序。非常适合初学者。(Matlab example of simulated annealing algorithm, a good entry program)
  3. 所属分类:其他

    • 发布日期:2018-01-02
    • 文件大小:500736
    • 提供者:行者W
  1. 模拟退火算法

    2下载:
  2. MATLAB模拟退火算法,包含两个程序,一个是优化一元函数的,一个是优化多元函数的(MATLAB simulated annealing algorithm, including two programs, one is to optimize the unary function, one is to optimize the multivariate function)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2019-11-09
    • 文件大小:2048
    • 提供者:ghjbky
  1. 基于模拟退火算法的混沌神经网络模型

    1下载:
  2. 基于模拟退火算法混沌神经网络的matlab程序(Matlab program of chaotic neural network based on simulated annealing algorithm)
  3. 所属分类:matlab例程

    • 发布日期:2020-12-01
    • 文件大小:1024
    • 提供者:jackyhero2008
  1. 模拟退火 多约束

    1下载:
  2. 求解多车型,多约束情况下的模拟退火算法求取最短路径,有文档说明,程序有解释。
  3. 所属分类:matlab例程

    • 发布日期:2020-12-16
    • 文件大小:2902756
    • 提供者:939032181
« 12 3 4 5 6 7 8 9 10 ... 16 »
搜珍网 www.dssz.com