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

搜索资源列表

  1. for TSP(Matlab)

    1下载:
  2. 模拟退火算法用于求解旅行商问题的matlab源程序-simulated annealing algorithm for solving the traveling salesman problem Matlab source
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:4954
    • 提供者:黄大东
  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. 包括蚁群算法、神经网络、粒子群算法、模拟退火、遗传算法等
  3. 所属分类:数值算法/人工智能

    • 发布日期:2009-05-11
    • 文件大小:17009
    • 提供者:fuchongy
  1. Hamiton.rar

    0下载:
  2. [智能] 求完全图哈密尔顿圈的遗传模拟退火算法matlab通用源程序 ,[Intelligence] for the complete graph of the Hamilton Circle genetic simulated annealing algorithm matlab source generic
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2017-03-27
    • 文件大小:1205
    • 提供者:okboy
  1. tsp+vrp.rar

    1下载:
  2. 详细讲述模拟退火算法的理论原理。并TSP问题为例进行讲解,并各处多种语言的源代码,包括c,matlab以及delphi。 ,Simulated annealing algorithm described in detail the theory of principle. And TSP as an example to explain the problem and the source code of various languages, including c, matlab, as w
  3. 所属分类:transportation applications

    • 发布日期:2017-03-27
    • 文件大小:26057
    • 提供者:lian
  1. sa_gibbs.rar

    3下载:
  2. 本程序是关于地球物理反演模拟退火程序,和已经上传的遗传算法、Tarantola非线性反演是一整套。本着学习交流之用,切勿用于商业用途。,This procedure is about the geophysical inversion of simulated annealing procedures, and genetic algorithms have been uploaded, Tarantola is a set of non-linear inversion. In the exc
  3. 所属分类:Other windows programs

    • 发布日期:2014-04-17
    • 文件大小:753116
    • 提供者:许晓庆
  1. SimuAPSO.rar

    1下载:
  2. 有基于模拟退火的粒子群算法优化求解无约束优化问题,Simulated annealing based on particle swarm optimization algorithm for solving unconstrained optimization problems
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-29
    • 文件大小:729
    • 提供者:王国
  1. SAs

    0下载:
  2. 利用模拟退火算法快速求得连续函数的最优解,程序简单,算法效率高,精度高,鲁棒性好-Fast simulated annealing algorithm for the optimal solution obtained by a continuous function, the program is simple, efficient algorithm for high accuracy, good robustness
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-06
    • 文件大小:11043
    • 提供者:xiaoke
  1. SA_TSP.rar

    0下载:
  2. 使用模拟退火算法求解TSP(旅行商)问题的JAVA源程序,The use of simulated annealing algorithm for solving TSP (traveling salesman) problem with JAVA source
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-30
    • 文件大小:2993
    • 提供者:ann
  1. xujinpeng-matlab.rar

    0下载:
  2. 遗传算法编程求解旅行商问题;图论中最短路问题的Matlab程序实现;背包问题模型的Matlab程序实现。,Genetic Algorithm for Solving Traveling Salesman Problem programming graph theory, shortest path problem in the Matlab program implementation knapsack problem Matlab model implementation process.
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:505301
    • 提供者:徐进澎
  1. TSP.rar

    0下载:
  2. 经典的人工智能问题求解,附有遗传算法和模拟退火算法,以及调试过程,Classical artificial intelligence problem solving, with a genetic algorithm and simulated annealing algorithm, as well as the debugging process
  3. 所属分类:Other systems

    • 发布日期:2017-04-10
    • 文件大小:1418396
    • 提供者:toonlily
  1. 计算几何算法

    0下载:
  2. 这是计算几何中的模拟退火程序模板,对于搞acm的同学应该会有帮助
  3. 所属分类:编程文档

    • 发布日期:2012-10-08
    • 文件大小:5995
    • 提供者:iversonjames
  1. proj07-01

    0下载:
  2. 试验中使用模拟退火算法寻找一6-单元网络能量最小化的模型。模拟退火算法是模拟物理学上的退火技术。其优势在于有可能使系统从局部极小值跳出。-Simulated annealing algorithm used in the experiments to find a 6- unit network model of energy minimization. Simulated annealing algorithm simulates the physics of annealing. The a
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-16
    • 文件大小:14747
    • 提供者:王瑶
  1. sa

    0下载:
  2. matlab模拟退火算法工具箱,很好的解决了matlab没有专门的工具箱的问题-Simulated annealing
  3. 所属分类:matlab

    • 发布日期:2017-03-22
    • 文件大小:60711
    • 提供者:杨海刚
  1. tsp

    0下载:
  2. 模拟退火算法通用类,改编自TSP问题求解,采用Java5范式来表示解,需要实现:评估算法,获取当前解的领域,detalT【温度变化值】,loopCount【循环次数】可调,更原始类型参看SACompute-Simulated annealing algorithm generic categories, adapted from the TSP problem solving, using Java5 solution paradigm to express the need to realiz
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:4920
    • 提供者:长亭
  1. moni

    0下载:
  2. 该程序用模拟退火算法实现了对八皇后不相冲突的位置算法。-The program simulated annealing algorithm for the eight queens do not conflict with the location algorithm.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-05
    • 文件大小:600
    • 提供者:张春敏
  1. monituihuo

    0下载:
  2. 模拟退火算法,详解,你懂得。。,互相学习学习,。,-Simulated annealing algorithm
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-11-15
    • 文件大小:4818
    • 提供者:
  1. SA

    0下载:
  2. 模拟退火基本模块,其中在尺度变换部分应用到了类似模拟退火算法部分,所有变量均使用汉语拼音很好懂-Simulated Annealing basic module, in which part of the scale transformation is applied to a similar part of simulated annealing algorithm, all variables are very good to understand the use of Hanyu Piny
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-01
    • 文件大小:4894
    • 提供者:desun
  1. ycthjhsf

    0下载:
  2. 遗传退火进化算法, 遗传退火进化算法-Genetic annealing evolutionary algorithm, genetic annealing evolutionary algorithm
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:561200
    • 提供者:AA
  1. MyApp

    0下载:
  2. 一个关于经典TSP问题的模拟退火算法的实现-A classic TSP problem on the simulated annealing algorithm
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-24
    • 文件大小:12263
    • 提供者:gyno12
« 1 2 ... 21 22 23 24 25 2627 28 29 30 31 ... 50 »
搜珍网 www.dssz.com