CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 模拟退火

搜索资源列表

  1. SA

    1下载:
  2. 一个很好的模拟退火反演算法程序,例子是地球物理重力反演-A good simulated annealing inversion procedure, example is the geophysical inversion of gravity
  3. 所属分类:matlab

    • 发布日期:2014-12-21
    • 文件大小:3351
    • 提供者:leexiaozh
  1. tsp

    0下载:
  2. 高级人工智能算法中的TSP问题求解,应用模拟退火算法实现-tsp problem solved in vc++
  3. 所属分类:Communication-Mobile

    • 发布日期:2017-04-04
    • 文件大小:3370
    • 提供者:lz
  1. TSPAlogrithm

    0下载:
  2. tsp问题的模拟退火算法实现,使用VC++实现,-TSP DEVELOPMENT BY VC+
  3. 所属分类:Other systems

    • 发布日期:2017-03-28
    • 文件大小:3410
    • 提供者:lz
  1. safeatureselectionpaper

    0下载:
  2. 模拟退火算法进行特征选择和参数优化的经典论文-Simulated annealing algorithm for feature selection and parameter optimization of the classic papers
  3. 所属分类:Document

    • 发布日期:2017-04-05
    • 文件大小:836552
    • 提供者:覃茂运
  1. TSP

    0下载:
  2. 应用模拟退火算法求解TSP的主要程序,主要应用在ITS中。-Application of simulated annealing algorithm for TSP of the main proceeding.
  3. 所属分类:Other systems

    • 发布日期:2017-04-03
    • 文件大小:2990
    • 提供者:saishangniuyang
  1. PSO

    1下载:
  2. 基于模拟退火的粒子群算法,模拟退火算法在搜索过程中具有该概率突跳的能力,能够有效地避免搜索过程陷入局部极小解。-Based on simulated annealing particle swarm optimization, simulated annealing algorithm in the search process has a sudden jump in the probability of the capacity, which can effectively avoid th
  3. 所属分类:Algorithm

    • 发布日期:2016-10-26
    • 文件大小:2665
    • 提供者:cuiping5122
  1. SA

    1下载:
  2. 模拟退火算法和最速下降法的结合,既有模拟退火算法的全局性,搜索过程中最速下降法确定搜索方向,提高了收敛速度。-Simulated annealing algorithm and a combination of steepest descent method, both simulated annealing algorithm for the global nature of the search process in the steepest descent method to determ
  3. 所属分类:Algorithm

    • 发布日期:2014-12-22
    • 文件大小:2135
    • 提供者:cuiping5122
  1. annealing

    0下载:
  2. 这是模拟退火算法,用于解决换热器网络出口温度达到最大值的问题-This is a simulated annealing algorithm used to solve the heat exchanger outlet temperature to achieve maximum network problems
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-31
    • 文件大小:696
    • 提供者:李学文
  1. program

    4下载:
  2. 08年华中数模竞赛一等奖论文并附录了MATLAB程序 08年华中数模竞赛“划分选区问题”一等奖论文,附录了文字解答、模拟退火算法求解和MATLAB程序,非线性整数规划求解和LINGO程序,是数模竞赛很好的参考资料。同时,也是应用模拟退火算法解决问题有价值的参考资料。 -good
  3. 所属分类:数学计算/工程计算

    • 发布日期:2013-01-05
    • 文件大小:184609
    • 提供者:zenger
  1. simulated-annealing-algorithm

    1下载:
  2. 用模拟退火算法实现求函数极值问题,c++原码-Simulated annealing algorithm demand function, extremal problem, c++ source
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-25
    • 文件大小:1383
    • 提供者:xiuxiu
  1. pso

    4下载:
  2. 粒子群优化算法是一种进化优化技术,源于对鸟群扑食的行为,是一种基于迭代的优化工具。此文件提供了基本粒子群算法、带压缩因子的粒子群算法、二阶粒子群算法、二阶振荡粒子群算法、权重改进的粒子群算法、混沌粒子群算法、基于杂交的粒子群算法、基于模拟退火的粒子群算法的MATLAB源代码。-PSO is an evolutionary optimization technique, derived from the behavior of the birds of prey, is based on iter
  3. 所属分类:matlab

    • 发布日期:2015-09-25
    • 文件大小:16769
    • 提供者:熊杰
  1. SimuAPSO

    1下载:
  2. 模拟退火发与粒子群算法的结合,程序可用,收敛的很快-Simulated Annealing and Particle Swarm made the combination of procedures available, fast convergence
  3. 所属分类:AI-NN-PR

    • 发布日期:2016-12-28
    • 文件大小:663
    • 提供者:宋明
  1. mul

    0下载:
  2. 模拟退火算法应用于光学模拟方向的程序代码-Simulated annealing algorithm is applied to the direction of the optical simulation code
  3. 所属分类:MPI

    • 发布日期:2017-04-02
    • 文件大小:530
    • 提供者:zbaoyu
  1. TSP

    0下载:
  2. 模拟退火处理tsp问题,matlab 代码-tsp problem matlab code
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:74257
    • 提供者:yy
  1. geneticalgorithmandsimulatedannealingalgorithm

    1下载:
  2. 建立了多约束条件车辆路径问题的数学模型和求解流程先采用最近插入法生成初始解然后基于遗传算法和模拟退火算法改进初始解-The establishment of a multi-vehicle routing problem with constraint model and solution process first insertion generated by the recent initial solution and based on genetic algorithm and simu
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-03
    • 文件大小:175130
    • 提供者:lsylsy
  1. taiozhanbei

    0下载:
  2. 用遗传算法和模拟退火算法解决旅行商方面的问题-The genetic algorithm and simulated annealing algorithm to solve traveling salesman problems
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:5611
    • 提供者:沈海剑
  1. SimulatedAnnealing

    0下载:
  2. 本文介绍了模拟退火算法的原理和求解方法,并将其用于指数曲线的拟合,在Matlab语言环境下实现了该算法,并且与文献中的遗传算法、线性回归相比较。数值模拟结果表明,该算法能更好地实现最优拟合。-This article describes the principle of simulated annealing algorithm and solution methods, and used an exponential curve fitting, the language environmen
  3. 所属分类:Project Design

    • 发布日期:2017-03-28
    • 文件大小:17252
    • 提供者:yaoqiuxiang
  1. 00000000000000000000000000000000000000000000000000

    0下载:
  2. 模拟退火算法解决最优路径问题,此程序只需根据需要输入数据即可,验证过了,可行-the best way
  3. 所属分类:Other systems

    • 发布日期:2017-04-05
    • 文件大小:715
    • 提供者:张亮
  1. TSP

    1下载:
  2. TSP 模拟退火 求最短路径 哈米尔顿回路-tsp
  3. 所属分类:matlab

    • 发布日期:2017-04-15
    • 文件大小:8225
    • 提供者:agan
  1. ApplicationofLeastSquareSupportVectorMachine

    0下载:
  2. 基于粒子群与模拟退火优化算法的最小二乘支持向量机参数自选择方法预测混沌序列-anessayaboutchaospredictionbyPSOLSSVM
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-03
    • 文件大小:281881
    • 提供者:张彦
« 1 2 ... 6 7 8 9 10 1112 13 14 15 16 ... 50 »
搜珍网 www.dssz.com