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

搜索资源列表

  1. SA_Algorithm

    0下载:
  2. 模拟退火算法在飞机巡航中的应用,采用MATLAB编写。-Simulated annealing algorithm in aircraft cruise, using MATLAB prepared.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-28
    • 文件大小:11101
    • 提供者:cristom
  1. Algorithms

    0下载:
  2. matlab源码:K-means算法,粒子群算法PSO,模拟退火算法SA-The matlab source code: K- means algorithm, particle swarm optimization (PSO, simulated annealing algorithm SA
  3. 所属分类:matlab

    • 发布日期:2017-04-26
    • 文件大小:206261
    • 提供者:hhb
  1. Simulated-annealing-algorithm

    0下载:
  2. 模拟退火算法的详细讲解,基本的matlab代码实现,入门必需-Explain in detail the simulated annealing algorithm matlab code basic, entry required
  3. 所属分类:source in ebook

    • 发布日期:2017-05-02
    • 文件大小:739254
    • 提供者:gu
  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. SGA2

    2下载:
  2. 模拟退火算法和遗传算法相结合,构建的模拟退火遗传算法,实现优势互补-Simulated annealing algorithm is combined with genetic algorithm, simulated annealing genetic algorithms to construct, realize the complementary advantages!!
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:2382
    • 提供者:zhang
  1. suijishenjingwanglou

    0下载:
  2. 随机神经网络 主要有模拟退火算法和Boltzmann机及其应用-There are random neural network algorithms and simulated annealing Boltzmann Machine and Its Applications
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-14
    • 文件大小:3361
    • 提供者:
  1. include

    0下载:
  2. 非常有用的模拟退火算法入门知识可以下载-SA very useful
  3. 所属分类:source in ebook

    • 发布日期:2017-04-28
    • 文件大小:327056
    • 提供者:zengxiangsheng1
  1. SA_GA_ExampleI

    1下载:
  2. 基于谢菲尔德大学的遗传算法的模拟退火算法-University of Sheffield, based on genetic algorithm simulated annealing algorithm
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:1138
    • 提供者:Wangjianpeng
  1. simulated-annealing-algorithm

    0下载:
  2. matlab模拟退火算法的TSP算法,并实现以求解得到最优。-matlab simulated annealing algorithm TSP algorithm and implementation.
  3. 所属分类:matlab

    • 发布日期:2017-04-15
    • 文件大小:5690
    • 提供者:陈颉
  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. Simulated-Annealing-Algorithm

    0下载:
  2. 一种有效的模拟退火算法,解决全局最优化问题的快速算法,简单易懂,经测试效果很傲-An efficient simulated annealing algorithm, the fast algorithm to solve the problem of global optimization, and easy to understand, the test effect is very proud
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-13
    • 文件大小:2437
    • 提供者:wyg
  1. PSO

    0下载:
  2. 粒子群算法,也称粒子群优化算法(Particle Swarm Optimization),缩写为 PSO, 是近年来发展起来的一种新的进化算法(Evolutionary Algorithm - EA)。PSO 算法属于进化算法的一种,和模拟退火算法相似,它也是从随机解出发,通过迭代寻找最优解,它也是通过适应度来评价解的品质,但它比遗传算法规则更为简单,它没有遗传算法的“交叉”(Crossover) 和“变异”(Mutation) 操作,它通过追随当前搜索到的最优值来寻找全局最优。这种算法以其实现
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:1568
    • 提供者:艾岳巍
  1. pso-bp

    1下载:
  2. 粒子群算法,也称粒子群优化算法(Particle Swarm Optimization),缩写为 PSO, 是近年来发展起来的一种新的进化算法(Evolutionary Algorithm - EA)。PSO 算法属于进化算法的一种,和模拟退火算法相似,它也是从随机解出发,通过迭代寻找最优解,它也是通过适应度来评价解的品质,但它比遗传算法规则更为简单,它没有遗传算法的“交叉”(Crossover) 和“变异”(Mutation) 操作,它通过追随当前搜索到的最优值来寻找全局最优。这种算法以其实现
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:2005
    • 提供者:艾岳巍
  1. Tsp

    0下载:
  2. 模拟退火算法求解TSP问题,这个算法比其他的算法找到的最优解相对最优-Simulated annealing algorithm for TSP, the optimal solution of this algorithm is better than other algorithms to find the optimal relative
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-07
    • 文件大小:1273778
    • 提供者:李佳佳
  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. simulated-annealing

    0下载:
  2. 清华大学本科生智能优化课程报告,用模拟退火算法和遗传算法解决TSP问题,含核心代码和注释-Tsinghua University undergraduate course reports intelligent optimization, simulated annealing algorithm and genetic algorithm to solve TSP problem, including the core code and comments
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-03
    • 文件大小:390023
    • 提供者:张似衡
  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. SA_TSPproblem

    0下载:
  2. TSP问题(货郎担问题,旅行商问题)的模拟退火算法通用malab源程序-TSP problem (traveling salesman problem, traveling salesman problem) simulated annealing algorithm malab common source
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:1480
    • 提供者:yjm
  1. html5-3

    0下载:
  2. 本例程适用于html5代码开发人员,主要介绍了html5模拟退火算法的代码。-html5 quitfire
  3. 所属分类:Browser Client

    • 发布日期:2017-04-15
    • 文件大小:5787
    • 提供者:未来
« 1 2 ... 45 46 47 48 49 50»
搜珍网 www.dssz.com