搜索资源列表

  1. 很实用的模拟退火的程序

    1下载:
  2. 很实用的模拟退火的程序,含有原文解释
  3. 所属分类:源码下载

  1. 模拟退火算法程序源码

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

  1. 模拟退火算法程序

    0下载:
  2. 模拟退火算法程序
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2012-02-15
    • 文件大小:179383
    • 提供者:beautywife
  1. 模拟退火c++的算法程序

    0下载:
  2. 模拟退火c++的算法程序,广泛应用于最优化、运筹学、人工智能、遗传算法等领域,具有很好的学习价值-simulated annealing algorithm procedures, the most widely used optimization, operations research, artificial intelligence, genetic algorithms and other areas of learning i
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-08
    • 文件大小:43008
    • 提供者:hu
  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-08
    • 文件大小:1024
    • 提供者:小刘
  1. 模拟退火

    0下载:
  2. 本程序用模拟退火算法实现了旅行商问题(tsp问题)-the procedures used simulated annealing algorithm to achieve the traveling salesman problem (tsp)
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-08
    • 文件大小:2048
    • 提供者:叶靥
  1. 基于模拟退火算法的halilton路径算法

    0下载:
  2. 哈密尔顿路径问题是个经典的NP问题,本程序 采用模拟退火技术实现了该问题-Hamilton routing problem is a classic NP problem, the procedures used simulated annealing technology of the problem
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-08
    • 文件大小:4096
    • 提供者:李冰龙
  1. sunkiller

    0下载:
  2. 这个一个MATLAB的编写的模拟退火算法程序!希望对大家有帮助!-the preparation of a MATLAB simulated annealing procedures. We want to help!
  3. 所属分类:matlab例程

    • 发布日期:2024-05-08
    • 文件大小:3072
    • 提供者:马俊兰
  1. monituihuotspwenti

    0下载:
  2. 模拟退火算法的matlab程序,用于解决tsp问题,运行通过。-simulated annealing algorithm Matlab procedures for the settlement tsp, running through.
  3. 所属分类:matlab例程

    • 发布日期:2024-05-08
    • 文件大小:1024
    • 提供者:张鹏
  1. tuihuosuanfa

    0下载:
  2. 在Visual C++ 编译环境下,模拟退火算法程序,并利用它们求解了48个城市的TSP问题。-in Visual C compiler environment, simulated annealing procedures, and use them for the 48 cities in the TSP.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-08
    • 文件大小:56320
    • 提供者:yuanhai
  1. TSP

    0下载:
  2. 在Visual C++ 编译环境下,模拟退火算法程序,并利用它们求解了48个城市的TSP问题。-In the Visual C++ Compiler environment, the simulated annealing algorithm procedures and use them to solve a 48 cities TSP problem.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-08
    • 文件大小:694272
    • 提供者:qihuolin
  1. MainAneal

    0下载:
  2. 这是一个用MATLAB写的模拟退火算法程序。-This is a written with MATLAB procedure simulated annealing algorithm.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-08
    • 文件大小:2048
    • 提供者:leijiang
  1. monituihou

    0下载:
  2. 在Visual C++ 编译环境下,模拟退火算法程序,并利用它们求解了48个城市的TSP问题。-In the Visual C++ Compiler environment, the simulated annealing algorithm procedures and use them to solve a 48 cities TSP problem.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-08
    • 文件大小:690176
    • 提供者:liuwei
  1. 模拟退火算法工具箱

    0下载:
  2. 模拟退火算法工具箱 包含常用的模拟退火算法程序
  3. 所属分类:matlab例程

    • 发布日期:2014-07-12
    • 文件大小:60711
    • 提供者:simon2000
  1. 模拟退火算法

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

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

    0下载:
  2. 基于模拟退火算法的求解TSP问题的matlab程序,对于学习算法的初学者,可作为入门的简单程序(To solve the problem of TSP simulated annealing algorithm based on the matlab program, for beginners learning algorithm, can be used as a simple entry procedures)
  3. 所属分类:matlab例程

  1. 模拟退火

    0下载:
  2. 模拟退火算法潮流计算程序,包含一个对模拟算法介绍的ppt(Simulated annealing algorithm The power flow calculation program contains a ppt for the simulation algorithm introduced)
  3. 所属分类:matlab例程

    • 发布日期:2024-05-08
    • 文件大小:76800
    • 提供者:小茶柚
  1. 模拟退火算法的matlab示例,很好的入门程序

    1下载:
  2. 模拟退火算法的matlab示例,很好的入门程序。非常适合初学者。(Matlab example of simulated annealing algorithm, a good entry program)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-08
    • 文件大小:500736
    • 提供者:行者W
  1. 模拟退火算法

    0下载:
  2. MATLAB模拟退火算法,包含两个程序,一个是优化一元函数的,一个是优化多元函数的(MATLAB simulated annealing algorithm, including two programs, one is to optimize the unary function, one is to optimize the multivariate function)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-08
    • 文件大小:2048
    • 提供者:ghjbky
  1. 基于模拟退火算法的混沌神经网络模型

    0下载:
  2. 基于模拟退火算法混沌神经网络的matlab程序(Matlab program of chaotic neural network based on simulated annealing algorithm)
  3. 所属分类:matlab例程

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

源码中国 www.ymcn.org