CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - SA算法

搜索资源列表

  1. SA-Algorithm

    0下载:
  2. 以TSP问题为解决对象,详细探讨了模拟退火算法的原理,并通过C++语言来模拟实现并仿真算法性能,验证了模拟退火算法在搜索全局组合最优解问题的高效性。-The Study and Design of Simulated Annealing Algorithm
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:3102
    • 提供者:caca
  1. SA

    0下载:
  2. 利用MATLAB实现模拟退火算法计算商旅问题-Use MATLAB to achieve simulated annealing algorithm Business Problems
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:2544
    • 提供者:lbh
  1. SA-shuxuehanshujixiaozhi

    0下载:
  2. 利用模拟退火法求函数在某一范围的极小值,对于验证模拟退火算法的可行性有重要意义。-Using simulated annealing method the minimum value of a function in a range of simulated annealing algorithm to verify the feasibility of significance.
  3. 所属分类:matlab

    • 发布日期:2017-05-09
    • 文件大小:1973783
    • 提供者:赵晨
  1. SA-for-TSP

    0下载:
  2. 改进的模拟退火算法,求解TSP问题,增加了升温过程,算法效果好。-Improved simulated annealing algorithm for TSP, increasing the heating process, a good algorithm results.
  3. 所属分类:matlab

    • 发布日期:2017-04-28
    • 文件大小:47191
    • 提供者:ZANG
  1. SA

    0下载:
  2. 最简单的模拟退火算法,自己编的小程序,用于优化问题,求全局最小值。-simmulated annealing (SA)
  3. 所属分类:Special Effects

    • 发布日期:2017-04-25
    • 文件大小:55573
    • 提供者:薛小晴
  1. SA

    0下载:
  2. 模拟退火算法的MATLAB实现,通过赋予搜索过程一种时变且最终趋于零的概率突跳性,从而可有效避免陷入局部极小并最终趋于全局最优的串行结构的优化算法。-MATLAB implementation of simulated annealing algorithm, a search process by giving time-varying and ultimately tends to zero the probability of jumps, which can effectively av
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:777
    • 提供者:李天
  1. SA

    0下载:
  2. 自己编写的用模拟退火算法求解TSP问题的matlab程序-I have written with simulated annealing algorithm matlab program for TSP
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:5189
    • 提供者:尹元龙
  1. sa-pso-bybird

    2下载:
  2. 基于原始粒子群算法和原始模拟退火算法的结合。具有收敛性好,计算速度快的优势-Combined with the original particle swarm algorithm based on simulated annealing algorithm and the original. Has a good convergence, high calculation speed advantage
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:3043
    • 提供者:卢人杰
  1. SAforVRP

    0下载:
  2. Matlab编写的,利用 SA算法解决VRP问题-Matlab prepared using the SA algorithm to solve the VRP
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:2870
    • 提供者:曹子建
  1. SA

    1下载:
  2. 基于模拟退火算法的TSP问题解算方法和二维路径规划-Based on simulated annealing algorithm for TSP solution method and two-dimensional path planning
  3. 所属分类:matlab

    • 发布日期:2017-04-25
    • 文件大小:15144
    • 提供者:凌晨
  1. Common-GA-SA-MATLAB

    0下载:
  2. 通用遗传模拟退火算法的MATLAB程序。Common genetic simulated annealing algorithm for MATLAB。-Common genetic simulated annealing algorithm for MATLAB。
  3. 所属分类:Other systems

    • 发布日期:2017-04-09
    • 文件大小:4178
    • 提供者:于腾飞
  1. SA

    0下载:
  2. 模拟退火算法解决TSP问题源程序(C++)-SA for TSP
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-13
    • 文件大小:1718
    • 提供者:metropoliszxy
  1. SA

    0下载:
  2. 模拟退火算法示例,可直接运行,注释详细,适合初学者-SA algorithm
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-13
    • 文件大小:1684
    • 提供者:zz
  1. SA

    0下载:
  2. 针对于多个城市的最短距离问题或旅行商问题,模拟退火算法,C#程序-For the shortest distance problem or traveling salesman problem in many cities, simulated annealing algorithm, C# program
  3. 所属分类:Dialog_Window

    • 发布日期:2017-04-26
    • 文件大小:67849
    • 提供者:py
  1. HestonSQP-DE-SA

    0下载:
  2. 基于海森矩阵的序列二次规划算法,收敛性较好。-Based on SQP Hessian matrix, convergence is better.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2016-03-16
    • 文件大小:34816
    • 提供者:LIAO Wei-ping
  1. 模拟退火法解决车辆路径问题

    2下载:
  2. 模拟退火法解决车辆路径问题,用matlab编程解决的,亲测可用.
  3. 所属分类:matlab例程

  1. Simulated-Annealing-SA

    0下载:
  2. 模拟退火算法,MATLAB环境编写,在matlab2011b能运行-Simulated Annealing
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-12
    • 文件大小:1422
    • 提供者:闫兵
  1. SA

    0下载:
  2. JAVA遗传算法分布式实现,包括extend扩展类功能等,主要实现遗传算法解方程。-JAVA genetic algorithm distributed implementation, including the extend extended class function, the main realization of genetic algorithm solution equation.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-29
    • 文件大小:55881
    • 提供者:于青民
  1. SA

    0下载:
  2. SA模拟退火算法,解决了函数优化问题,只要改变目标函数就可以对不同的函数进行优化。-SA simulated annealing algorithm to solve the function optimization problem, just change the objective function can be optimized for different functions.
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:903
    • 提供者:星雨
  1. SA

    0下载:
  2. 遗传算法优化计算的一个例子,可以做参考自变量降维-An example of genetic algorithm to optimize the calculation can be done with reference to the argument dimensionality reduction
  3. 所属分类:software engineering

    • 发布日期:2017-04-29
    • 文件大小:90788
    • 提供者:王帅
« 1 2 3 4 5 6 7 89 10 11 12 »
搜珍网 www.dssz.com