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

搜索资源列表

  1. TSP-PSO

    1下载:
  2. 混合粒子群算法摒弃了传统粒子群算法中的通过跟踪极值来更新粒子位置的方法,而是引入了遗传算法中的交叉和变异操作,通过粒子同个体极值和群体极值的交叉以及粒子自身变异的方式来搜索最优解。(Hybrid particle swarm algorithm instead of the traditional particle swarm algorithm in the method to update the position of the particle by tracking the maximu
  3. 所属分类:其他

    • 发布日期:2018-01-10
    • 文件大小:13312
    • 提供者:胡萝卜须
  1. 算法

    1下载:
  2. floyd算法又称为插点法,是一种利用动态规划的思想寻找给定的加权图中多源点之间最短路径的算法,模拟退火算法是局部最优解能概率性地跳出并最终趋于全局最优,遗传算法是一种通过模拟自然进化过程搜索最优解的方法。(The Floyd algorithm is also known as the insertion point method, which is a multi weighted graph using the idea of dynamic programming for the giv
  3. 所属分类:matlab例程

    • 发布日期:2018-01-10
    • 文件大小:108544
    • 提供者:咯吧嘞
  1. 递归搜索的使用方法

    1下载:
  2. delphi递归搜索的使用,如何快速搜索指定目录下的文件和文件夹,无控件可直接编译,对于新手掌握文件夹和文件的快速检索提供学习方法
  3. 所属分类:文件操作

    • 发布日期:2018-01-12
    • 文件大小:25498
    • 提供者:czq_1314
  1. 基于Pareto理论的二维背包搜索算法

    0下载:
  2. 主要用于用二维背包算法算法在物流配送路径中的应用(the program is often used to solve VRP)
  3. 所属分类:其他

  1. 搜索排序模型

    0下载:
  2. 介绍了搜索排序中的树模型,循序渐进,附详实的数学公式推导。(The tree model in search ranking is introduced, and the mathematical formula is deduced in detail.)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-04-20
    • 文件大小:1033216
    • 提供者:davidie
  1. 09 遗传算法(Genetic Algorithm, GA)

    0下载:
  2. 遗传算法(Genetic Algorithm, GA)起源于对生物系统所进行的计算机模拟研究。它是模仿自然界生物进化机制发展起来的随机全局搜索和优化方法,借鉴了达尔文的进化论和孟德尔的遗传学说。其本质是一种高效、并行、全局搜索的方法,能在搜索过程中自动获取和积累有关搜索空间的知识,并自适应地控制搜索过程以求得最佳解。(The genetic algorithm (Genetic Algorithm, GA) originated from the computer simulation of b
  3. 所属分类:数据结构

    • 发布日期:2018-04-21
    • 文件大小:687104
    • 提供者:ZJN27
  1. 基于夹角变化趋势的多边形自动搜索和生成算法

    0下载:
  2. 找最小闭合圈算法,也叫做左转算法论文,我已经用实际代码验证过论文的正确性(Looking for the least closed loop algorithm, also called the left turn algorithm paper, I have used the actual code to verify the correctness of the paper.)
  3. 所属分类:其他

    • 发布日期:2018-04-22
    • 文件大小:311296
    • 提供者:叶飞飞
  1. ts_tsp

    0下载:
  2. 简单介绍禁忌搜索算法的过程,并求解TSP,来加深对其的理解。(Briefly introduce the process of tabu search algorithm, and solve TSP, to deepen its understanding.)
  3. 所属分类:其他

    • 发布日期:2018-04-23
    • 文件大小:3072
    • 提供者:烟艹
  1. Searching Arithmetic

    0下载:
  2. 万能的搜索方法,告诉你搜索的真谛。实例是用迷宫寻找最近的出口做的。核心就是每次出去探寻的时候,寻找四个方向,尝试每种可能的办法,从而找到最优的路径,走出迷宫。此类算法,可以用在很多场景里面,很方便,简洁,快速。(Searching Arithmetic,an excellent way to find an easy path.)
  3. 所属分类:其他

    • 发布日期:2018-04-23
    • 文件大小:99328
    • 提供者:苏蔓蔓
  1. 禁忌搜索优化算法

    0下载:
  2. 所属分类:matlab例程

    • 发布日期:2018-04-28
    • 文件大小:1164288
    • 提供者:喝汤
  1. PowerSystem

    0下载:
  2. 在电力系统中,能够实现不同节点与节点之间以及区域与区域之间的相互送电路径的搜索。形成简单的网络拓扑,完成输电网架的构建。(In the power system, the search for the mutual transmission path between the different nodes and the nodes and between the region and the region can be realized. A simple network topology i
  3. 所属分类:数学计算

    • 发布日期:2018-04-30
    • 文件大小:31744
    • 提供者:littleJ
  1. GA

    0下载:
  2. 遗传算法,实现物竞天择,是进化理论的一方面。遗传算法是解决搜索问题的一种通用算法,对于各种通用问题都可以使用。搜索算法的共同特征为: ① 首先组成一组候选解 ② 依据某些适应性条件测算这些候选解的适应度 ③ 根据适应度保留某些候选解,放弃其他候选解 ④ 对保留的候选解进行某些操作,生成新的候选解。(Genetic algorithm, to realize natural selection, is one aspect of evolutionary theory.)
  3. 所属分类:其他

    • 发布日期:2018-05-02
    • 文件大小:1024
    • 提供者:DragonFZJ
  1. Grover's Search Algorithm

    0下载:
  2. Grover搜索算法,Grover的算法是一种量子算法,它可以高可能性地找到产生特定输出值的黑盒函数的唯一输入。(Grover's algorithm is a quantum algorithm that finds with high probability the unique input to a black box function that produces a particular output value.)
  3. 所属分类:大数据

    • 发布日期:2018-05-01
    • 文件大小:10240
    • 提供者:Null姬
  1. Grover's Search Algorithm

    0下载:
  2. Grover搜索算法,Grover的算法是一种量子算法,它可以高可能性地找到产生特定输出值的黑盒函数的唯一输入。(Grover's algorithm is a quantum algorithm that finds with high probability the unique input to a black box function that produces a particular output value.)
  3. 所属分类:大数据

    • 发布日期:2018-05-01
    • 文件大小:1489920
    • 提供者:Null姬
  1. 粒子群算法 matlab

    0下载:
  2. 一种基于迭代的优化算法,系统初始化为一组随机解,通过迭代搜寻最优值,粒子在解空间追随最优的粒子进行搜索(Particle swarm optimization)
  3. 所属分类:matlab例程

    • 发布日期:2018-05-02
    • 文件大小:2048
    • 提供者:刘向前
  1. 基于蚁群算法的图像边缘检测

    1下载:
  2. 将改进蚁群算法应用于图像边缘检测,模拟进化算法,主要采用信息素来进行方向的选择,通过全局性的搜索得到较优解。(The improved ant colony algorithm is applied to image edge detection and simulation evolutionary algorithm, which mainly uses information prime to select the direction, and the better solution is
  3. 所属分类:图形图像处理

    • 发布日期:2018-05-03
    • 文件大小:16384
    • 提供者:hc01357
  1. 改进的群搜索优化算法_景书杰

    1下载:
  2. 群搜索优化算法在matla中的实现,群集智能算法( Swarm Intelligence Algorithm)是 近 年出现的一类新的智能优化算法。 与其它基于随机搜 索的优化算法一样,具有易实现、 适用范围广的特点。(preindex=index; prebestmember=bestmember; fvalue = eval(strcat(fname ,'(population)')); [fbestval,index] = min(fvalue); bestmember
  3. 所属分类:其他

    • 发布日期:2018-05-03
    • 文件大小:640000
    • 提供者:W·Y·P
  1. BAS天牛须搜索优化算法

    6下载:
  2. 这是新提出的天牛须算法和matlab的实现代码,用于优化问题十分有效(This is the newly proposed algorithm of the matlab algorithm, which is very effective for optimization.)
  3. 所属分类:交通/航空行业

    • 发布日期:2018-05-03
    • 文件大小:425984
    • 提供者:东来东往CT
  1. 禁忌搜索算法

    1下载:
  2. 禁忌搜索解决背包问题,matlab环境实现c流程(Tabu search solves knapsack problem, and C flow is realized in Matlab environment.)
  3. 所属分类:matlab例程

    • 发布日期:2018-05-03
    • 文件大小:2048
    • 提供者:sgdmc
  1. AStarPath

    0下载:
  2. A*搜寻算法俗称A星算法。A*算法是比较流行的启发式搜索算法之一,被广泛应用于路径优化领域[。它的独特之处是检查最短路径中每个可能的节点时引入了全局信息,对当前节点距终点的距离做出估计,并作为评价该节点处于最短路线上的可能性的量度。(The A* search algorithm is commonly known as the A-star algorithm. The A* algorithm is one of the more popular heuristic search algor
  3. 所属分类:其他

    • 发布日期:2018-05-03
    • 文件大小:724992
    • 提供者:xiaoqiangzi
« 1 2 ... 8 9 10 11 12 1314 15 16 17 18 ... 50 »
搜珍网 www.dssz.com