CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 数学计算/工程计算 搜索资源 - 局部搜索

搜索资源列表

  1. PrincipleandApplicationofantcolonyalgorithm

    0下载:
  2. 蚁群算法的原理及其应用.pdf;;蚁群算法是优化领域中新出现的一种仿生进 化算法。该算法采用分布式并行计算机制,具有较强的鲁棒性 但有搜索时间较长,易陷入局部最优解的缺点。-The principle of ant colony algorithm and its application. Pdf ant colony algorithm is to optimize the emerging field of evolutionary algorithm for a bionic. T
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:297160
    • 提供者:冒晶晶
  1. pso

    2下载:
  2. 程序说明: jblzq.m为基本粒子群程序求函数的最大值 lzq2.m是惯性权重法求函数的最大值 lzq3.m是惯性权重法求函数最小值。当然也可以用lzq2.m实现,在函数前加个负号 lzq4.m是收敛因子法求函数最小值 lzq5.m是带变异的惯性权重法求最大值,变异条件比较简单,变异次数多。还有一种变异是利用各粒的最优位置与全局最优位置的差的平方和,再开根号的值小于某一值最为收敛条件,将在我的报告中叙述 lzq6.m是分层粒子群优化算法,即利用两个粒子群同时进行搜索,一
  3. 所属分类:Algorithm

    • 发布日期:2016-12-22
    • 文件大小:6922
    • 提供者:沈龙
  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. METSlib

    0下载:
  2. METSlib提供基本的启发式算法框架,包括局部搜索及其变体,模拟退火和禁忌搜索等。 -METSlib implements the basics of some metaheuristics algorithm: * Random Restart Local Search * Variable Neighborhood Search * Iterated Local Search * Simulated Annealing (with line
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:21317
    • 提供者:mx
  1. LKHTSP

    0下载:
  2. 由Helsgaun改进的Lin-Kernighan局部启发搜索算法(LKH)求解大规模TSP问题,使用Java语言实现,具有强大的求解TSP性能。-Helsgaun improved the Lin-Kernighan local search algorithm (LKH) for solving large scale TSP problem, use the Java language, solving the TSP with a strong performance.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-24
    • 文件大小:788928
    • 提供者:new
  1. conjugategradient

    0下载:
  2. 本程序用共轭梯度法求函数局部极小值。程序包括三个文件,主程序conjugategradient,函数的梯度gradient,以及黄金分割法partition精确求一维搜索极小点变量步长。程序用来求多变量函数的极小值。-This program conjugate gradient method and function of local minima. The program includes three files, the main conjugategradient function gr
  3. 所属分类:Algorithm

    • 发布日期:2017-03-26
    • 文件大小:1399
    • 提供者:Jemdom
  1. ACS_TSP

    0下载:
  2. ACS蚁群算法求解旅行商问题,使用蚁群对问题进行局部最优搜索,可以较快速的得到较好的结果-ACS ant colony algorithm for traveling salesman problem, ant colony locally optimal search problem, you can get better results more quickly
  3. 所属分类:Algorithm

    • 发布日期:2017-11-10
    • 文件大小:601186
    • 提供者:HU
  1. sapso

    1下载:
  2. 为了平衡粒子群算法的全局搜索能力和改良局部能力,采用非线性的动态惯性权重即自适应权重法。给出一个用自适应权重的粒子群算法求多元复杂函数的最小值实例。-To balance the PSO global search capability and improved local capacity, the use of non-linear dynamic adaptive inertia weight that the weighting method. Gives an adaptive wei
  3. 所属分类:Algorithm

    • 发布日期:2016-10-26
    • 文件大小:1024
    • 提供者:suzhiwei
  1. jubuhesuijisuanfa

    0下载:
  2. 局部搜索优化算法,主要利用局部搜索的技术进行目标优化,可用于优化问题。-Local search optimization algorithm, the main use of local search-objective optimization techniques can be used for optimization problems.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-11
    • 文件大小:1357
    • 提供者:long
  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. 禁忌算法 C++

    1下载:
  2.  禁忌搜索算法是一种全局性邻域搜索算法,模拟人类具有记忆功能的寻优特征。它通过局部邻域搜索机制和相应的禁忌准则来避免迂回搜索,并通过破禁水平来释放一些被禁忌的优良状态,进而保证多样化的有效探索,以最终实现全局优化(Tabu search algorithm)
  3. 所属分类:数学计算

    • 发布日期:2018-05-02
    • 文件大小:2048
    • 提供者:刘向前
搜珍网 www.dssz.com