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

搜索资源列表

  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. 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. 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. nice

    0下载:
  2. 除了蚁群算法,可用于PID参数优化的智能算法还有很多,比如遗传算法、模拟退火算法、粒子群算法、人工鱼群算法,等等。-In addition to the ant colony algorithm, can be used to optimize the PID parameters, there are many intelligent algorithms, such as genetic algorithms, simulated annealing algorithm, particle
  3. 所属分类:Software Testing

    • 发布日期:2017-04-12
    • 文件大小:993
    • 提供者:林宜鴻
  1. monituihuo

    0下载:
  2. matlab模拟退火智能优化算法,求取最短路径,已通过验证-matlab simulated annealing optimization algorithm intelligent, calculating the shortest path has been verified
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:1852
    • 提供者:Peter.
  1. simulated

    0下载:
  2. 利用模拟退火算法求解一个典型工程设计优化问题,可以参考学习。-The simualted annealing works for a welded beam design problem. It s worth for learning.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-15
    • 文件大小:5117
    • 提供者:
  1. simulated-annealing

    0下载:
  2. 智能优化算法—模拟退火算法解旅行商路径最短-Intelligent optimization algorithm- simulated annealing algorithm for solving the traveling salesman shortest path
  3. 所属分类:source in ebook

    • 发布日期:2017-05-13
    • 文件大小:2804771
    • 提供者:王皓
  1. Simulated-annealing-algorithm

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

    • 发布日期:2017-04-15
    • 文件大小:7494
    • 提供者:May
  1. MCMC

    2下载:
  2. 基于模拟退火算法的马尔科夫蒙特卡洛算法matlab程序,实现了对levy函数的优化。-A Markov Chain Monte Carlo alogrithm based on annealing phenomenon,which maximzies and minimizes the levy function.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:1392
    • 提供者:
  1. saa

    0下载:
  2. 利用模拟退火算法和一些常用的优化算法解决相关优化问题-Using the simulated annealing algorithm and some commonly used optimization algorithm to solve optimization problem
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:3325
    • 提供者:周际锋
  1. monituihuo

    0下载:
  2. 为模拟退火算法的全部程序,模拟退火算法为现代优化算法的经典算法-the program write by lin ,svm
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:3209
    • 提供者:mike
  1. SimulatedAnnealing

    0下载:
  2. 社会网络影响最大化问题中的模拟退火算法,是格局爬上算法的一种优化算法,用于社会网络分析.-Social network influence maximization problem in simulated annealing algorithm, is a kind of pattern climb algorithm optimization algorithm, for social network analysis.
  3. 所属分类:Data Mining

    • 发布日期:2017-05-07
    • 文件大小:1241088
    • 提供者:达松
  1. Sa_network

    0下载:
  2. 基于模拟退火算法Fortran 语言编写的宽带天线匹配网络的设计程序。其用法是将天线设计的频率点和阻抗值(包括实部和虚部)生成一个文件,程序读此文件,便可以优化出最优匹配网络数值。- A wideband antenna matching network Program,based on simulated annealing algorithm is written in Fortran One generates a file,which contain the frequency a
  3. 所属分类:Other systems

    • 发布日期:2017-05-01
    • 文件大小:8193
    • 提供者:huangwei
  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. SAA-for-0-1-problem

    0下载:
  2. 使用模拟退火算法智能求解0-1路径优化问题!-Simulated annealing algorithm for solving 0-1 selectivity problem!
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-12
    • 文件大小:747
    • 提供者:马博士
  1. jiyuP2Pliumeiti

    0下载:
  2. 针对P2P模式下视频流媒体直播系统的数据传输策略用改进的模拟退火算法进行了优化。以全局规划的思想建立了P2P视频流媒体的数据传输策略数学模型VMDTSA_P2P,模型充分考虑了可用出口带宽和可用性时间对播放连续性的影响。-Strategies for data transfer mode P2P video streaming system with improved simulated annealing algorithm optimization. To the idea of globa
  3. 所属分类:Grid Computing

    • 发布日期:2017-05-06
    • 文件大小:817129
    • 提供者:谭永炳
  1. muiming

    0下载:
  2. LCMV优化设计阵列处理信号,相关分析过程的matlab方法,基于混沌的模拟退火算法。- LCMV optimization design array signal processing, Correlation analysis process matlab method, Chaos-based simulated annealing algorithm.
  3. 所属分类:Other systems

    • 发布日期:2017-05-04
    • 文件大小:6581
    • 提供者:haofun
  1. zz

    0下载:
  2. matlab程序,模拟退火算法,用于解决优化问题,效果明显-matlab program, simulated annealing algorithm for solving optimization problems, the effect is obvious
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-14
    • 文件大小:3058
    • 提供者:ZHANG
  1. MainAneal

    0下载:
  2. 模拟退火算法 是一种性能很不错的优化算法-simulated annealing algorithm,A relatively good optimization algorithm Can be combined with a variety of optimization algorithm together
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:1250
    • 提供者:高慧
« 1 2 ... 4 5 6 7 8 910 11 12 13 »
搜珍网 www.dssz.com