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

搜索资源列表

  1. annealing

    0下载:
  2. 模拟退火算法求解TSP问题,求解TSP问题的模拟退火算法- The simulation 閫
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:2323
    • 提供者:陈晶晶
  1. monituihuo3

    0下载:
  2. 模拟退火解巡视路线(Tsp)-simulated annealing line inspection solution (Tsp)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:1473
    • 提供者:吴信斌
  1. aiwa

    0下载:
  2. TSP问题(货郎担问题,旅行商问题)的模拟退火算法通用malab源程序-Traveling Salesman Problem (TSP, the traveling salesman problem), simulated annealing algorithm common source malab
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:1038
    • 提供者:胡永生
  1. 模拟退火源码

    1下载:
  2. 模拟退火算法 模拟退火算法(Simulated Annealing,简称SA算法)是模拟加热熔化的金属的退火过程,来寻找全局最优解的有效方法之一。 模拟退火的基本思想和步骤如下: 设S={s1,s2,…,sn}为所有可能的状态所构成的集合, f:S—R为非负代价函数,即优化问题抽象如下: 寻找s*∈S,使得f(s*)=min f(si) 任意si∈S (1)给定一较高初始温度T,随机产生初始状态S (2)按一定方式,对当前状态作随机扰动,产生一个新的状态S’ S’=S+sign(η).δ 其中δ
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:55205
    • 提供者:qianyg
  1. Duoyuanw1

    0下载:
  2. 用于遗传算法,机械设计的优化与开发。也可用于模拟退火-for genetic algorithm, the optimal mechanical design and development. Can also be used for simulated annealing
  3. 所属分类:按钮控件

    • 发布日期:2008-10-13
    • 文件大小:3120
    • 提供者:
  1. saMatlab

    0下载:
  2. 用matlab语言编写模拟退火算法,实现0-1被包问题-using Matlab language simulated annealing algorithm to achieve 0-1 by Kit
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:2512
    • 提供者:师俊峰
  1. mul-anneal

    0下载:
  2. 本代码包包含一个模拟退火算法的c++程序。此外还有其他一些源码,这在该压缩包中,有一个readme文档,对其进行了详细说明。-this code contains a simulated annealing algorithm c procedures. There are also some other source, which in the compressed, a readme files, its a detailed explanation.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:49464
    • 提供者:王卫红
  1. asamin

    2下载:
  2. 退火算法 用C语言实现算法函数,Matlab语言实现算法-annealing algorithm in C language function algorithm, the algorithm in Matlab
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:46109
    • 提供者:王天哲
  1. MCM85B

    0下载:
  2. 模拟退火算法的一个数学建模的程序,大家试试看有没有用呀-simulated annealing a mathematical modeling process, we try not use ah
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:2641
    • 提供者:何梅
  1. 20058222411814490

    0下载:
  2. 这里还有一个模拟退火算法的程序,我很不容易才找到的,可是我没有用-There is a simulated annealing procedures, I do not easily find, but I did not use
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:208056
    • 提供者:何梅
  1. Matlab-Toolbox2

    0下载:
  2. 自适应模拟退火软件包,我也正在学习中,希望有人指教-Adaptive Simulated Annealing package, I was learning, hoping that someone will enlighten
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:46161
    • 提供者:何梅
  1. MnthTsp

    0下载:
  2. 用模拟退火技术解决旅行商问题.算法中采用了人工智能中比较新的模拟退火算法.-simulated annealing technology to solve the traveling salesman problem. Algorithms used in the artificial intelligence relatively new simulated annealing algorithm.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:101439
    • 提供者:刘先生
  1. tuihou

    0下载:
  2. 用VC++方法实现模拟退火算法,解决TSP问题-VC method of simulated annealing algorithm to solve TSP
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:687803
    • 提供者:huangfu_dapeng
  1. Math-Matlab-Engine-0.02.tar

    0下载:
  2. 是MATLAB的模拟退火码 -MATLAB is the simulated annealing code is simulated annealing MATLAB code is simulated annealing MATLAB code
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:5978
    • 提供者:heqi
  1. C-SAA

    0下载:
  2. 因课程需要,编写了C语言的模拟退火算法,其中随机数的产生方法至关重要。-curriculum needs, the preparation of the C language simulated annealing algorithm, the number of random selection is crucial.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:8636
    • 提供者:漫游
  1. vcfortsp

    0下载:
  2. 这是一款基于vc编写的模拟退火算法,界面简洁易用,并附有源代码,希望对大家学习有所帮助
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:687907
    • 提供者:yaoxingyu
  1. Anneal_Cpp

    0下载:
  2. 模拟退火(Simulated Annealing)算法c++源程序-simulated annealing (Simulated Annealing) algorithm c source
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:24481
    • 提供者:王伟
  1. Anneal_C

    0下载:
  2. 模拟退火(Simulated Annealing)算法c语言源程序-simulated annealing (Simulated Annealing) algorithm source language c
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:8791
    • 提供者:王伟
  1. SA_TSA

    0下载:
  2. Java 编写的模拟退火算法解决TSP问题源程序(附带144城市地图)-Java prepared by the simulated annealing algorithm to solve TSP source (with 144 city maps)
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:1254233
    • 提供者:nt
  1. monituihuo

    0下载:
  2. 模拟退火算法进行图像配准算法的研究,还请多多指教-simulated annealing algorithm for image registration algorithm research, but also a great weekend
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:1626
    • 提供者:王鑫
« 1 2 ... 14 15 16 17 18 1920 21 22 23 24 ... 50 »
搜珍网 www.dssz.com