搜索资源列表

  1. 模拟退火程序

    0下载:
  2. 以一个简单的例子说明模拟退火算法的思想。 模拟退火法求函数f(x,y) = 5sin(xy) + x^2 + y^2的最小值,对理解模拟退火算法是一个很好的程序示例。-to a simple example illustrates the simulated annealing algorithm thinking. Simulated Annealing for the function f (x, y) = 5sin (xy) x
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:1748
    • 提供者:小刘
  1. 模拟退火算法、遗传算法求解TSP修改版2

    1下载:
  2. 模拟退火法,最新的源代码,可以解压缩后直接使用,非常方便,很适用的-simulated annealing method, the latest source code can be extracted directly after use, very convenient, very applicable
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:1419564
    • 提供者:美丽
  1. 模拟退火法计算最短路径

    0下载:
  2. 用模拟退火法高效的计算图论中哈密顿贿赂的最短路径-simulated annealing method of calculating efficient graph theory Hamiltonian bribery Shortest Path
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:2735
    • 提供者:孙兵
  1. 模拟退火法的路径规划

    0下载:
  2. 能出图的,大家支持啊
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2011-05-17
    • 文件大小:19107
    • 提供者:t330481@163.com
  1. 模拟退火法解决TSP问题

    1下载:
  2. 使用模拟退火算法计算旅行商问题,内含10城市和20城市的样例代码。
  3. 所属分类:人工智能/神经网络/遗传算法

  1. cmcm98b

    0下载:
  2. 98年全国大学生数学建模竞赛B题“水灾巡视问题”,是一个推销员问题,本题有53个点,所有可能性大约为exp(53),目前没有好方法求出精确解,既然求不出精确解,我们使用模拟退火法求出一个较优解,将所有结点编号为1到53,1到53的排列就是系统的结构,结构的变化规则是:从1到53的排列中随机选取一个子排列,将其反转或将其移至另一处,能量E自然是路径总长度。具体算法描述如下:步1: 设定初始温度T,给定一个初始的巡视路线。步2 :步3 --
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-13
    • 文件大小:2048
    • 提供者:王冠
  1. 模拟退火程序

    0下载:
  2. 以一个简单的例子说明模拟退火算法的思想。 模拟退火法求函数f(x,y) = 5sin(xy) + x^2 + y^2的最小值,对理解模拟退火算法是一个很好的程序示例。-to a simple example illustrates the simulated annealing algorithm thinking. Simulated Annealing for the function f (x, y) = 5sin (xy) x
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-13
    • 文件大小:1024
    • 提供者:小刘
  1. 模拟退火算法、遗传算法求解TSP修改版2

    0下载:
  2. 模拟退火法,最新的源代码,可以解压缩后直接使用,非常方便,很适用的-simulated annealing method, the latest source code can be extracted directly after use, very convenient, very applicable
  3. 所属分类:C#编程

    • 发布日期:2024-05-13
    • 文件大小:1419264
    • 提供者:美丽
  1. 模拟退火法计算最短路径

    0下载:
  2. 用模拟退火法高效的计算图论中哈密顿贿赂的最短路径-simulated annealing method of calculating efficient graph theory Hamiltonian bribery Shortest Path
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-13
    • 文件大小:2048
    • 提供者:孙兵
  1. nt1

    0下载:
  2. mpi 结合vc编程用模拟退火法算一个最小路径的值-MPI programming combined with simulated annealing count path of a minimum value
  3. 所属分类:并行运算

    • 发布日期:2024-05-13
    • 文件大小:5261312
    • 提供者:里港
  1. SimulatedAnnealing

    0下载:
  2. 模拟退火程序:这部分代码是模式识别中结合模拟退火法的特征提取,大家可以对其进行简单的改进会获得更好的效果,比如改变温度表,加上“记忆体”,结合遗传算法等 -simulated annealing procedures : This code is part of pattern recognition in combination with simulated annealing method of feature extract
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-13
    • 文件大小:195584
    • 提供者:天才
  1. 12343212

    0下载:
  2. 模拟退火法(Sb除Sw),神经网络的好资料!!!!!!!!!1-simulated annealing (Sb except Sw), the neural network a good information !!!!!!!!!
  3. 所属分类:matlab例程

    • 发布日期:2024-05-13
    • 文件大小:196608
    • 提供者:
  1. moyituihuo

    0下载:
  2. 数学建模用到的常见算法 模拟退火法
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-13
    • 文件大小:7505920
    • 提供者:fuqibing
  1. simulated_annealing_method

    0下载:
  2. 实现了用模拟退火法求解大规模优化问题的通用解法-Implementation using the simulated annealing method to solve the common problem of large-scale optimization solution
  3. 所属分类:图形图象

    • 发布日期:2024-05-13
    • 文件大小:1024
    • 提供者:张洪涛
  1. TSP

    0下载:
  2. 免疫算法和模拟退火算法求解TSP问题的研究。本文提出了一种新的免疫模拟退火法,并将其应用于求解典型的NP问题—TSP问题-Immune algorithm and simulated annealing algorithm for solving TSP problems. In this paper, a new immune simulated annealing algorithm, and applies it to solve
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-13
    • 文件大小:2351104
    • 提供者:彭伟
  1. simulated-annealing-genetic-method

    0下载:
  2. 一种新型的算法,将模拟退火法和遗传算法相结合,用于求解预测问题-A new algorithm, simulated annealing and genetic algorithm are combined to solve the prediction problem for
  3. 所属分类:matlab例程

    • 发布日期:2024-05-13
    • 文件大小:3072
    • 提供者:秦朗
  1. MainAneal

    0下载:
  2. 已经调试好的模拟退火法,可以直接用,不用谢(A well adjusted annealing method)
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-13
    • 文件大小:1024
    • 提供者:飞龙71052
  1. 模拟退火法求解非线性函数问题

    0下载:
  2. 模拟退火法求解非线性函数问题。结合非线性函数最小值问题,给出求解其最小值的模拟退火法步骤和源程序。(Solving nonlinear function problem by simulated annealing)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-13
    • 文件大小:61440
    • 提供者:林枫林云
  1. sa

    0下载:
  2. 利用模拟退火法解决污染源识别,主要解决一维水质模型的溯源问题。(identification of pollutant source)
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-13
    • 文件大小:1024
    • 提供者:乖摸摸头1
  1. 模拟退火法

    0下载:
  2. 模拟退火法计算电阻率测深,本程序可以由层参数得到视电阻率(Simulated annealing.This program can obtain apparent resistivity from layer parameters)
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-13
    • 文件大小:1024
    • 提供者:陈大卫
« 12 3 4 5 6 7 8 9 10 »

源码中国 www.ymcn.org