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

搜索资源列表

  1. nqueens(localSearch)

    0下载:
  2. n皇后问题,采用局部搜索算法,普通搜索效率,内含代码。-n queens problem, using a local search algorithm, general search efficiency, containing the code.
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:62167
    • 提供者:Mark
  1. tabu

    0下载:
  2. 禁忌搜索(Tabu search)是局部邻域搜索算法的推广,Fred Glover在1986年提出这个概念,进而形成一套完整算法。 -Tabu search (Tabu search) is a local neighborhood search algorithm for the promotion, Fred Glover in 1986, proposed this idea, thus forming a complete set of algorithms.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-26
    • 文件大小:578916
    • 提供者:小龙
  1. 3

    0下载:
  2. A Genetic Algorithm Hybridized with Local Search Operator
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-26
    • 文件大小:104109
    • 提供者:xig
  1. SAGAHillClimbing

    0下载:
  2. Simulated Annealing SA Hill Climbing HC Local Beam Search LBS Genetic Algorithm GA -Simulated Annealing SA Hill Climbing HC Local Beam Search LBS Genetic Algorithm GA
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:2691
    • 提供者:mashomid
  1. ModernAlgorithmCosole

    0下载:
  2. 多进程实现现代优化算法包括采用SSS的局部搜索、禁忌搜索算法和模拟退火算法的控制台-a console platform for modern optimization algorithm such as sss based local search taboo search and simulated annealing algorithm and so on
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-23
    • 文件大小:7248487
    • 提供者:liushaofang
  1. local_search

    1下载:
  2. 运用局部搜索算法实现旅行商问题。作者:陈华昌-The use of local search algorithm traveling salesman problem. Author: Chen Huachang
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-31
    • 文件大小:8630
    • 提供者:chc
  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. Messiah

    0下载:
  2. 电脑鼠走迷宫的局部搜索算法,找出最短路径后返回起点开始冲刺-Computer Mouse Maze of the local search algorithm to find the shortest path back to starting point after the sprint
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:82308
    • 提供者:姜明新
  1. Rectangle

    0下载:
  2. 矩形件优化排样是一个NPC问题,在工业界有着广泛的应用.针对该问题,提出一种自适应模拟退火遗传算法.采用一种基于环形交叉算子和环形变异算子的自适应遗传算法来自动调整交叉和变异概率;同时引入模拟退火算法对个体适应度大于平均适应度的个体进行退火处理.自适应模拟退火遗传算法充分发挥了自适应遗传算法与模拟退火算法各自的全局搜索能力与局部搜索能力.对比实验表明,该算法结合改进的最左最下布局算法解决矩形件优化排样问题更加有效.-Optimal layout is rectangular pieces of
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-01
    • 文件大小:470786
    • 提供者:木易
  1. dpso

    0下载:
  2. 离散微粒群优化算法解决流水线调度问题。包含多个有名算法:NEH,局部搜索算法等。-Discrete Particle Swarm Optimization algorithm to solve assembly line scheduling problem. Contains several well-known algorithms: NEH, local search algorithm.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-03
    • 文件大小:3061
    • 提供者:zhangfengrong
  1. simulated-anealing

    0下载:
  2. 模拟退火算法是局部搜索算法的扩展,以一定的概率选择领域中费用值大的状态-Simulated annealing algorithm is an extension of local search algorithm to choose a certain probability value of large areas of the state fee
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-03
    • 文件大小:1554
    • 提供者:周同同
  1. GSOaHGSO(matlab)

    2下载:
  2. GSO算法及其改进,其中HGSO是通过与和声搜索算法结合而成,主要用于结构的截面优化、几何优化、动力优化、拓扑优化等,具有收敛速度快,收敛结果好的优点,且其改进算法能摆脱局部最优的缺陷。-GSO algorithm and its improvements, HGSO is through a combination of harmony search algorithm, mainly used to optimize the structure of the cross section, g
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:5644
    • 提供者:Li
  1. Hybrid-ES-Program

    0下载:
  2. 针对港口拖轮调度所设计的遗传混合局部搜索算法代码,优化拖轮调度方案,matlab语言编写-Port tugboats are designed for scheduling the genetic code hybrided with local search algorithm to optimize the scheduling program,written by Matlab
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:4439
    • 提供者:sqq
  1. Dynamic-Search-Algorithm

    0下载:
  2. 提出一种基于改进粒子群动态搜索算法的网络重构方法,算法把初始粒子群按照适应度的大小分为两个互不交叉,且具有不同分工的子群,并进行动态搜索。通过引入了交叉和禁忌思想,减少了解陷入局部最优的可能性.与遗传、禁忌搜索算法重构的结果进行比较,表明本文算法具有更高的搜索效率,更容易找到全局最优解.-:An improved method based on improved particle swarm optimization dynamic search algodthm networkrcconfig
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:419543
    • 提供者:yirufang
  1. NQueens

    0下载:
  2. nqueens 问题的QS1实现 N-皇后问题的快速局部搜索算法 1分钟可以找到75000皇后的一个解 参考:Rok Sosic and Jun Gu. A Polynomial Time Algorithm for the N-Queens Problem. SIGART Bulletin, 1(3):7-11, 1990.-Fast Local Search Algorithm QS1 nqueens problem realization // // N- Queens pro
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-24
    • 文件大小:342106
    • 提供者:typ
  1. beibao

    0下载:
  2. 模拟退火算法是一种通用的随机搜索算法,是对局部搜索算法的扩展。与一般局部搜索算法不同,SA以一定的概率选择领域中目标值相对较小的状态,是一种理论上的全局最优算法。-Simulated annealing algorithm is a common random search algorithm is an extension of local search algorithm. Different general local search algorithm, SA with a certain
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-12
    • 文件大小:661
    • 提供者:charle007
  1. The-Cuckoo-SearchThe-Cuckoo-Search

    0下载:
  2. 布谷鸟搜索(CS)算法是根据生物界中布谷鸟的寄生繁殖机理而提出的一种仿生智能优化算法,由于布谷鸟搜索算法具有优秀的全局搜索和局部搜索能力,并且控制参数少,收敛速度快-The Cuckoo Search (CS) algorithm is a bionic intelligent optimization algorithmbased on the mechanism of biological reproduction in parasitic cuckoo proposed. Dueto th
  3. 所属分类:matlab

    • 发布日期:2017-04-30
    • 文件大小:185141
    • 提供者:翔子
  1. FOA-algorithm-

    0下载:
  2. FOA是一种较新的只能算法,该算法具有较强的搜索能力,局部搜索能力较强,在连续问题和离散问题上都有很多的应用-FOA is a newer only algorithm, the algorithm has a strong search ability, strong local search ability, continuous problems and discrete problems have a lot of applications
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-12-15
    • 文件大小:16187392
    • 提供者:guan
  1. 应用禁忌搜索算法解决0-1背包问题

    6下载:
  2. 利用禁忌搜索算法求解0-1背包问题。禁忌搜索算法相比其他搜索算法更优,设置藐视规则来避免陷入局部最优解。(Solve 0-1 Knapsack Problem based on Tabu search. The tabu search algorithm is superior to other search algorithms and sets contempt rules to avoid falling into local optimal solutions.)
  3. 所属分类:matlab例程

    • 发布日期:2019-11-27
    • 文件大小:84992
    • 提供者:大白pu
« 12 3 4 »
搜珍网 www.dssz.com