搜索资源列表

  1. tsp+vrp

    0下载:
  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 langu
  3. 所属分类:交通/航空行业

    • 发布日期:2024-05-15
    • 文件大小:25600
    • 提供者:lian
  1. simulated_annealing_algorithm

    0下载:
  2. 三大经典算法之一:模拟退火算法。这里提供代码-One of the three classical algorithms: simulated annealing algorithm. Here are the code
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-15
    • 文件大小:15360
    • 提供者:xinliang
  1. simulated

    0下载:
  2. 在flash里模拟出真实火焰的效果,非常真实,非常漂亮.-At the true flash in simulated flame effects, very real, very beautiful.
  3. 所属分类:FlashMX源码

    • 发布日期:2024-05-15
    • 文件大小:11264
    • 提供者:ylong
  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-15
    • 文件大小:1024
    • 提供者:张洪涛
  1. SimulatedAnnealing

    0下载:
  2. Simulated Annealing Impelemtation in MATLAB
  3. 所属分类:matlab例程

    • 发布日期:2024-05-15
    • 文件大小:3072
    • 提供者:balatas
  1. 0-1-knapsack-problem

    1下载:
  2. 模拟退火解决0-1背包问题,初学者可以借鉴-Simulated annealing to solve 0-1 knapsack problem, beginners can learn from
  3. 所属分类:matlab例程

    • 发布日期:2024-05-15
    • 文件大小:4096
    • 提供者:马贺
  1. TSP

    0下载:
  2. 模拟退火算法解决旅行商问题,从文件读入城市信息-Simulated annealing algorithm to solve traveling salesman problem, reading from the file information into the city
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-15
    • 文件大小:7168
    • 提供者:肖佩瑶
  1. monituihuosuanfa

    0下载:
  2. 基于matlab 的模拟退火算法源程序,经典算例,有PDF说明。-Based on the simulated annealing algorithm matlab source, the classic example, a PDF note.
  3. 所属分类:Windows编程

    • 发布日期:2024-05-15
    • 文件大小:477184
    • 提供者:于永哲
  1. tsp

    0下载:
  2. 利用模拟退火算法解决旅行商问题,共二十个城市,选择最优路径-The use of simulated annealing algorithm to solve traveling salesman problem
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-15
    • 文件大小:55296
    • 提供者:wujian
  1. SAA-MATLAB

    0下载:
  2. 模拟退火算法的MATLAB实例,包含图作色,旅行商等多个问题的例子。-Simulated annealing algorithm of MATLAB examples, including Fig作色, traveling salesman problem, and many other examples.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-15
    • 文件大小:14336
    • 提供者:boy
  1. shengtai432

    0下载:
  2. 按自然法则计算的一个新分支:确定性退火技术 解决Job Shop调度问题的模拟退火算法改进-Calculated in accordance with the laws of nature a new branch: deterministic annealing to solve the Job Shop scheduling problem to improve the simulated annealing algorith
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-15
    • 文件大小:7168
    • 提供者:尹胜台
  1. simulatedannealing

    0下载:
  2. General simulated annealing algorithm-anneal Minimizes a function with the method of simulated annealing (Kirkpatrick et al., 1983) ANNEAL takes three input parameters, in this order: LOSS is a function
  3. 所属分类:Windows编程

    • 发布日期:2024-05-15
    • 文件大小:4096
    • 提供者:Ping-Feng Xu
  1. satools

    0下载:
  2. 推荐一个实用的Matlab模拟退火工具箱,里面含有非常全的matlab语言模拟退火算法,包括了Matlab函数和6个例程。 -Recommend a practical simulated annealing Matlab toolbox, which contains a very wide of the simulated annealing algorithm matlab language, including the Ma
  3. 所属分类:matlab例程

    • 发布日期:2024-05-15
    • 文件大小:208896
    • 提供者:江泉
  1. gafuzzymatlab

    0下载:
  2. 模拟退火,禁忌搜索,遗传算法,神经网络-MATLAB程序合集 -Simulated annealing, tabu search, genetic algorithm, neural network-MATLAB collection procedures simulated annealing, tabu search, genetic algorithm, neural network-MATLAB collection proce
  3. 所属分类:其他小程序

    • 发布日期:2024-05-15
    • 文件大小:4096
    • 提供者:王朗
  1. elsfk

    0下载:
  2. 使用VC++实现的俄罗斯方块,有界面,便于操作!-VC++ to achieve the use of simulated annealing algorithm, there are interfaces, easy to operate!
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-15
    • 文件大小:2708480
    • 提供者:jonguo
  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-15
    • 文件大小:9216
    • 提供者:Allen
  1. SAGA

    0下载:
  2. 用模拟退火优化遗传算法,使遗传算法具有反向搜索能力,通过仿真表明能够得到更优的值。-Optimization by simulated annealing genetic algorithm, genetic algorithm so that the reverse search capabilities, through the simulation shows that can be better value.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-15
    • 文件大小:12288
    • 提供者:史峰
  1. Simulated

    0下载:
  2. 人工神经网络中经典模拟退火算法的实现,在VC下可运行-Simulated annealing algorithm
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-15
    • 文件大小:233472
    • 提供者:高毅
  1. Simulated_annealing_matlab

    0下载:
  2. 模拟退火算法实验,使用MATLAB实现。-The simulated annealing algorithm, using MATLAB experiment.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-15
    • 文件大小:4096
    • 提供者:王双双
  1. SAPSO

    1下载:
  2. 模拟退火-粒子群算法,该程序将模拟退火算法和粒子群算法相结合,对优化参数有很好的效果-Simulated annealing- particle swarm optimization, the program will be simulated annealing algorithm and particle swarm optimization by combining optimization parameters have a g
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-15
    • 文件大小:1024
    • 提供者:liwei
« 1 2 3 4 5 67 8 9 10 11 ... 50 »

源码中国 www.ymcn.org