搜索资源列表

  1. matlab模拟退火算法

    2下载:
  2. 介绍模拟退火算法的基本原理和步骤,提供SA(模拟退火算法)的标准源程序,是初学者很好的资料
  3. 所属分类:matlab例程

  1. boltzman SA

    0下载:
  2. boltzman 模拟退火算法例子-Boltzman simulated annealing algorithm examples
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-02
    • 文件大小:30720
    • 提供者:高山
  1. sa-ega

    0下载:
  2. 基于遗传算法的模拟退火-based on genetic algorithm simulated annealing
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-02
    • 文件大小:6144
    • 提供者:徐文臣
  1. 模拟退火算法

    1下载:
  2. 简洁得模拟退火算法,用来求函数得极值问题,有兴趣得可以看看。里面提出了一个问题,有兴趣得可以做一个实验-concise in simulated annealing algorithm, used to function in extreme demand, are interested they can look at. They raised a question that interested you can do an expe
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-02
    • 文件大小:261120
    • 提供者:张庆
  1. 万年历的算法 SA

    0下载:
  2. 万年历的算法 c语言-hefty almanac algorithm c language.
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-02
    • 文件大小:3072
    • 提供者:ddr
  1. 模拟退火源码

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

    • 发布日期:2024-05-02
    • 文件大小:55296
    • 提供者:
  1. SA

    0下载:
  2. 一个模拟退火算法的改进程序,用来进行矢量量化码本的优化-A simulated annealing algorithm to improve the procedures used for vector quantization codebook optimization
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-02
    • 文件大小:31744
    • 提供者:fasdf
  1. sa+ga

    0下载:
  2. 采用遗传算法和模拟退火算法解决VLSI中的布局优化问题
  3. 所属分类:其他小程序

    • 发布日期:2024-05-02
    • 文件大小:389120
    • 提供者:肖玲俐
  1. TSP-SA

    0下载:
  2. 用模拟退火算法解决旅行商问题,工具为:vs2005-Using simulated annealing algorithm to solve traveling salesman problem, tools for: vs2005
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-02
    • 文件大小:5063680
    • 提供者:renziwu
  1. K-SA

    0下载:
  2. 此文档是K类均值聚类和模拟退火结合的软硬件化分算法。众所周知,模拟退火算法的通用性,此算法是模拟退火的改进,较单纯的SA更优秀。-This document is a category K-means clustering and simulated annealing combination of hardware and software sub-algorithm. As we all know, the generic simu
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-02
    • 文件大小:65536
    • 提供者:石敏敏
  1. SA

    0下载:
  2. 89年由Johnson发表的Simulate Anealing退火算法,重要的近似算法之一-89-year Johnson released from Simulate Anealing annealing algorithm, it is important to one of approximation algorithm
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-02
    • 文件大小:2074624
    • 提供者:Goliath
  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 un
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-02
    • 文件大小:5120
    • 提供者:desun
  1. sa-for-tsp

    0下载:
  2. 利用模拟退火算法解决50个城市的tsp问题,简单易懂,适合初学者-The use of simulated annealing algorithm to solve 50 problems tsp city, easy-to-read, suitable for beginners
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-02
    • 文件大小:3072
    • 提供者:dayong
  1. SA

    0下载:
  2. 改进模拟退火算法,应用并实现,希望对大家有所帮助。-Improved simulated annealing algorithm, the application and to achieve, I hope all of you to help.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-02
    • 文件大小:2048
    • 提供者:佳佳
  1. sa

    0下载:
  2. 用C语言写的人工智能算法中的模拟退火算法-Simulated annealing algorithm
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-02
    • 文件大小:2048
    • 提供者:alice0808
  1. sa

    0下载:
  2. 运用模拟退火算法解决旅行商问题,简单易懂,代码清晰,行数比较少-Simulated Annealing to solve TSP
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-02
    • 文件大小:2048
    • 提供者:
  1. SA-TSP-Matlab

    0下载:
  2. 一篇关于模拟退火算法解决TSP问题的MATLAB代码,拿来分享,欢迎讨论-On a simulated annealing algorithm to solve TSP problem of MATLAB code, used to share, please discuss
  3. 所属分类:matlab例程

    • 发布日期:2024-05-02
    • 文件大小:9216
    • 提供者:Allen
  1. SA

    0下载:
  2. 经典的SA算法,求函数极值,用一个具体的例子进行说明,程序注释非常明确。希望对大家有所帮助。-The classical SA algorithm, find the function extreme value, with a concrete example to explain the program notes are very clear. Hope to help.
  3. 所属分类:matlab例程

    • 发布日期:2024-05-02
    • 文件大小:2048
    • 提供者:lilimin
  1. SA

    0下载:
  2. 用SA算法解决tsp问题,并用MATLAB绘制所需要的图(Solve the TSP problem with SA algorithm, and use MATLAB to draw the required picture)
  3. 所属分类:matlab例程

    • 发布日期:2024-05-02
    • 文件大小:2048
    • 提供者:HEGHTLINE
  1. 模拟退火算法

    0下载:
  2. 用于标准VRP问题的模拟退火算法,可运行,适合新手学习。(The simulated annealing algorithm for standard VRP Problem can be run and is suitable for novice learning.)
  3. 所属分类:matlab例程

    • 发布日期:2024-05-02
    • 文件大小:3072
    • 提供者:大山海经
« 12 3 4 5 6 7 8 9 10 ... 13 »

源码中国 www.ymcn.org