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

搜索资源列表

  1. SimulatedAnnealing(TSP)CSHARP

    1下载:
  2. 运用c#语言实现模拟退火算法,同时利用该算法解决旅行商(TSP)问题,获得遍历所有城市序号的最优路径。-use c # language simulated annealing, while using the algorithm to solve traveling salesman (TSP). access to the serial numbers of all the cities traverse the optimal path.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:131403
    • 提供者:linvg
  1. MPI_C_TSP

    0下载:
  2. 在MPI平台下,用C语言实现模拟退火算法的货郎担问题的并行算法。
  3. 所属分类:并行运算

    • 发布日期:2008-10-13
    • 文件大小:8200
    • 提供者:俊峰
  1. TspSA

    0下载:
  2. 使用模拟退火算法求解TSP优化问题,采用Visual C++实现的.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:54114
    • 提供者:lxz
  1. SimulatedAnnealing

    0下载:
  2. 模拟退火算法C#实现,模拟退火算法的C#实现代码
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:34560
    • 提供者:xue
  1. tuihuo

    0下载:
  2. 模拟退火模型算法,使用C语言实现的,简单有效
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:13666
    • 提供者:yuanchao
  1. K-均值聚类算法C++编程

    3下载:
  2. K-均值聚类算法的编程实现。包括逐点聚类和批处理聚类。K-均值聚类的的时间复杂度是n*k*m,其中n为样本数,k为类别数,m为样本维数。这个时间复杂度是相当客观的。因为如果用每秒10亿次的计算机对50个样本采用穷举法分两类,寻找最优,列举一遍约66.7天,分成3类,则要约3500万年。针对算法局部最优的缺点,本人正在编制模拟退火程序进行改进。希望及早奉给大家,倾听高手教诲。-K-means clustering algorithm programming. Point by point, inc
  3. 所属分类:人工智能/神经网络/遗传算法

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

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

  1. suanfa

    1下载:
  2. 模拟退火算法的另一种实现方法,解决TSP问题。代码写的很精炼。-Simulated Annealing Algorithm Another method to solve TSP problems. Code written in a very refined.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-04
    • 文件大小:118797
    • 提供者:DR
  1. Simulatedannealing

    1下载:
  2. 模拟退火算法来源于固体退火原理,将固体加温至充分高,再让其徐徐冷却,加温时,固体内部粒子随温升变为无序状,内能增大,而徐徐冷却时粒子渐趋有序,在每个温度都达到平衡态,最后在常温时达到基态,内能减为最小。 模拟退火算法能使问题解达到全局最优,这个程序用C#实现,简单易懂,能抓住该算法的精髓。-Simulated annealing algorithm derived from the principle of solid annealing, heating the solid to the
  3. 所属分类:Algorithm

    • 发布日期:2017-04-26
    • 文件大小:67251
    • 提供者:Lucy
  1. Simulated

    0下载:
  2. 人工神经网络中经典模拟退火算法的实现,在VC下可运行-Simulated annealing algorithm
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-30
    • 文件大小:233588
    • 提供者:高毅
  1. anneal

    0下载:
  2. 模拟退火算法的源代码使用C实现的比较简单易懂-Simulated annealing source code using the C implementation is relatively simple to understand
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-16
    • 文件大小:45480
    • 提供者:jkjk
  1. SA

    0下载:
  2. C++语言实现模拟退火算法,四次迭代,更为精确的搜索的最优解-realize the simulate anneal algorithm with four iterative and lead to more accurate solution
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-10
    • 文件大小:1164
    • 提供者:weihai
  1. CSharp-TSP-SA

    0下载:
  2. 基于C# 使用模拟退火算法求解旅行商问题的源码实现,解压后就可使用,方便 好用。-Based on C# using the simulated annealing algorithm for traveling salesman problem source implementation, after decompression can be used, easy to use.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-26
    • 文件大小:17526
    • 提供者:徐小夏
  1. CPP-SA-TSP

    0下载:
  2. 基于C++的模拟退火算法求解旅行商问题的源码实现过程。解压后即可使用。一起分享。-C++ based on simulated annealing algorithm for solving the traveling salesman problem source implementation process. After decompression can be used. Share.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:74823
    • 提供者:徐小夏
  1. monituihuo

    0下载:
  2. 基于模拟退火算法的tsp求解问题 纯c 实现可移植-Tsp based on simulated annealing to solve the problem of realization of portable pure c
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-08
    • 文件大小:266833
    • 提供者:t
  1. tuihuomoni

    0下载:
  2. C#实现模拟退火,利用模拟退火的功能实现球函数极值-C#
  3. 所属分类:CSharp

    • 发布日期:2017-04-09
    • 文件大小:420690
    • 提供者:huang
  1. AIhw3

    0下载:
  2. 关键词:人工智能 模拟退火算法 c++语言 作业 这是我们人工智能课作业 模拟退火算法实现的源码-Keywords: the Artificial Intelligence simulated annealing algorithm c++ language job AI Homework simulated annealing algorithm source code
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-26
    • 文件大小:4077444
    • 提供者:jin
  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. 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. 模拟退火算法

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

    • 发布日期:2017-12-19
    • 文件大小:2048
    • 提供者:晨晨宝宝
« 12 »
搜珍网 www.dssz.com