搜索资源列表

  1. 20100823_9292500_1

    0下载:
  2. 模拟退火算法解决TSP问题MATLAB代码 在这个仿真实验中解决了自定义的20个城市的TSP问题,在设定合适参数后每次的运行...Simulatedannealing.m文件中包含模拟退火算法。这部分是程序的主体,我参考了许多... -Simulated annealing algorithm to solve TSP problems MATLAB code in this simulation experiment
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-20
    • 文件大小:3072
    • 提供者:zhang
  1. 20100823_9292500_2

    0下载:
  2. 模拟退火算法解决TSP问题MATLAB代码 在这个仿真实验中解决了自定义的20个城市的TSP问题,在设定合适参数后每次的运行...Simulatedannealing.m文件中包含模拟退火算法。这部分是程序的主体,我参考了许多... -Simulated annealing algorithm to solve TSP problems MATLAB code in this simulation experiment
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-20
    • 文件大小:4096
    • 提供者:zhang
  1. 20100823_9292500_3

    0下载:
  2. 模拟退火算法解决TSP问题MATLAB代码 在这个仿真实验中解决了自定义的20个城市的TSP问题,在设定合适参数后每次的运行...Simulatedannealing.m文件中包含模拟退火算法。这部分是程序的主体,我参考了许多... -Simulated annealing algorithm to solve TSP problems MATLAB code in this simulation experiment
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-20
    • 文件大小:5120
    • 提供者:zhang
  1. 20100823_9292500_4

    0下载:
  2. 模拟退火算法解决TSP问题MATLAB代码 在这个仿真实验中解决了自定义的20个城市的TSP问题,在设定合适参数后每次的运行...Simulatedannealing.m文件中包含模拟退火算法。这部分是程序的主体,我参考了许多... -Simulated annealing algorithm to solve TSP problems MATLAB code in this simulation experiment
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-20
    • 文件大小:92160
    • 提供者:zhang
  1. 20100823_9292500_5

    0下载:
  2. 模拟退火算法解决TSP问题MATLAB代码 在这个仿真实验中解决了自定义的20个城市的TSP问题,在设定合适参数后每次的运行...Simulatedannealing.m文件中包含模拟退火算法。这部分是程序的主体,我参考了许多... -Simulated annealing algorithm to solve TSP problems MATLAB code in this simulation experiment
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-20
    • 文件大小:241664
    • 提供者:zhang
  1. SA-impedance

    0下载:
  2. 基于模拟退火算法的单道反演程序,主要用于地震资料解释-Based on simulated annealing of single-channel inversion program, mainly for the interpretation of seismic data
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:曹盛
  1. simulated-annealing

    0下载:
  2. 模拟退火算法的MATLAB范例程序!对初步了解的初学者有不错的帮助!-Simulated annealing algorithm MATLAB example program! Preliminary understanding of the beginners have a good help!
  3. 所属分类:matlab例程

    • 发布日期:2024-05-20
    • 文件大小:139264
    • 提供者:瞿颜
  1. SAs

    0下载:
  2. 利用模拟退火算法快速求得连续函数的最优解,程序简单,算法效率高,精度高,鲁棒性好-Fast simulated annealing algorithm for the optimal solution obtained by a continuous function, the program is simple, efficient algorithm for high accuracy, good robustness
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-20
    • 文件大小:11264
    • 提供者:xiaoke
  1. mnth

    0下载:
  2. 一个模拟退火算法的例子,程序虽然简单但降温条件,降温函数,内外终止准则都有。可供初学者参考。-Example of a simulated annealing algorithm, the program is simple but cool conditions, cooling function, both inside and outside the termination criterion. Reference for beg
  3. 所属分类:matlab例程

    • 发布日期:2024-05-20
    • 文件大小:14336
    • 提供者:刘博
  1. TSP

    0下载:
  2. 模拟退火算法求解旅行商问题 程序使用的参数说明:初始温度的选取方法:取一个确定值:280度 状态被接受的条件:如果delta f < 0, 则At = 1,否则At = exp(-delta f / t) 降温算法:采用等比例下降的方法,比例系数为0.95 同一温度内计算结束的条件: 在每个温度下采用固定的迭代次数,Lk=100n,n为城市数; 算法结束条件: 当相邻三个温度得到的解无任何变化时算法停止
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-20
    • 文件大小:2048
    • 提供者:朱茵茵
  1. simulated-annealing-algorithm-

    0下载:
  2. 加温模拟退火算法 应用 matlab程序-Heating simulated annealing algorithm in matlab program
  3. 所属分类:matlab例程

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:byt
  1. PSOTrain

    0下载:
  2. 模拟退火算法训练程序,结合了BP神经网络算法-The simulated annealing algorithm for the training program, combined with the BP neural network algorithm
  3. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:wangxiaofei
  1. top-ten-algorithms-of-mathematical

    0下载:
  2. 自己在各个论坛上搜集的十大算法,Dijkstra算法,Floyd算法,动态规划,分治算法,概率算法,灰色预测,聚类算法,蒙特卡洛,模拟退火算法,神经网络等等,附有算法的原理,部分含有相关的程序源代码。-In various forums to collect the ten algorithms, Dijkstra algorithm, the Floyd algorithm, dynamic programming, divide a
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-20
    • 文件大小:9586688
    • 提供者:黄绍广
  1. tsp

    0下载:
  2. 模拟退火算法求解TSP问题程序简单效率高,欢迎来完善-Simulated annealing algorithm for solving the TSP program is simple, high efficiency, and welcome to improve
  3. 所属分类:matlab例程

    • 发布日期:2024-05-20
    • 文件大小:3072
    • 提供者:边松涛
  1. SA_TSP

    0下载:
  2. 此程序用于对matlab 模拟退火算法的验证及应用-This procedure used for the validation and application of the Matlab simulated annealing algorithm
  3. 所属分类:matlab例程

    • 发布日期:2024-05-20
    • 文件大小:447488
    • 提供者:zxc
  1. CandM

    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 ^ 2 y ^ 2 minimum, the
  3. 所属分类:系统编程

    • 发布日期:2024-05-20
    • 文件大小:18432
    • 提供者:刘育江
  1. m_build

    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 (x
  3. 所属分类:系统编程

    • 发布日期:2024-05-20
    • 文件大小:4096
    • 提供者:刘育江
  1. test

    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 (x
  3. 所属分类:系统编程

    • 发布日期:2024-05-20
    • 文件大小:37888
    • 提供者:刘育江
  1. Rapid-simulated-annealing-algorithm

    0下载:
  2. 适用于油田探井布局计算的快速模拟退火算法matlab程序。-The calculation applies to oil field exploration wells layout fast simulated annealing algorithm matlab program.
  3. 所属分类:matlab例程

    • 发布日期:2024-05-20
    • 文件大小:3072
    • 提供者:蔡鑫
  1. CTSP_SA

    0下载:
  2. 用模拟退火算法解决经典的旅行商问题,有数据,有程序,有解决问题前后的图形对照。有已经过调试。-Simulated annealing algorithm to solve the classical traveling salesman problem, data, procedures, and solve problems before and after the graphics control. Has been debugge
  3. 所属分类:matlab例程

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:program_c
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 18 »

源码中国 www.ymcn.org