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

搜索资源列表

  1. msim

    0下载:
  2. matlab仿真模拟退火算法的简单搜索过程,随机数用数组实现-Matlab simulation annealing simple search process, with a few random arrays to achieve
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:1530
    • 提供者:zhang yg
  1. 差别算法matlab源码

    0下载:
  2. 粒子群优化算法(PSO)是一种进化计算技术(evolutionary computation).源于对鸟群捕食的行为研究 PSO同遗传算法类似,是一种基于叠代的优化工具。系统初始化为一组随机解,通过叠代搜寻最优值。但是并没有遗传算法用的交叉(crossover)以及变异(mutation)。而是粒子在解空间追随最优的粒子进行搜索。详细的步骤以后的章节介绍 同遗传算法比较,PSO的优势在于简单容易实现并且没有许多参数需要调整。目前已广泛应用于函数优化,神经网络训练,模糊系统控制以及其他遗传算法的应
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:16633
    • 提供者:张正
  1. SOA_wgyh_zyk_dai_57

    1下载:
  2. 对电力系统57接点应用随机搜索法进行潮流分析,及电压稳定分析-Contact 57 on the power system using random search method for trend analysis, and voltage stability analysis
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-14
    • 文件大小:5671
    • 提供者:jiangzhiling
  1. yizhongsuijiduotuoyuanjiancedekuaisusuanfa

    0下载:
  2. 针对多椭圆检测问题提出了一种快速随机检测算法。该算法利用在图像中随机采样到的一个边缘点和 局部搜索到的两个边缘点以及这三个点的邻域信息确定候选椭圆,再将候选椭圆变换为对应圆,通过确认真圆来确 认真椭圆。在确定候选椭圆时,最大限度地减少随机采样点数‰ 剔除更多的非椭圆点,降低了无效采样,减少了无效 计算。数值实验结果表明:该算法具有良好的鲁棒性,其检测速度比同类算法快-Ellipse detection problem for many a fast random detect
  3. 所属分类:Special Effects

    • 发布日期:2017-05-01
    • 文件大小:526578
    • 提供者:刘镖峰
  1. 12

    0下载:
  2. 此程序从国外网站收集得到,是标准的深度优先搜索算法,可实现节点遍历和检测回路的功能,详细情况请看原英文注释 我在此程序中添加了随机性,即遇到分叉时,随机选下一个节点,成为随机深度优先搜索算法-This procedure has been collected from the foreign website, the standard depth-first search algorithm, can be achieved and the detection circuit node t
  3. 所属分类:Static control

    • 发布日期:2017-05-21
    • 文件大小:6568161
    • 提供者:fly
  1. DFS

    0下载:
  2. 标准的深度优先搜索算法,可实现节点遍历、产生随机路由、检测图中是否有回路等功能,-Standard depth-first search algorithm, the node traversal can be achieved, resulting in a random routing, testing whether there is any loop diagram functions
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-05
    • 文件大小:1721
    • 提供者:quzhijian
  1. randsrch

    0下载:
  2. Random search method for minimizing a function.
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:959
    • 提供者:ev4nsence
  1. MonteCarlo1

    0下载:
  2. 这个程序主要是用来设计实现一个蒙特卡洛的算法 采用matlab设计 可以应用在随机搜索方面-This program is mainly used to design and implement a Monte Carlo algorithm using matlab design can be applied to random search and
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:846
    • 提供者:肥肥
  1. syndiastikhbeltistopoihshaskisi

    0下载:
  2. DFS CODE Depth-first search algorithm Matlab source this procedure site collected from abroad, is the standard depth-first search algorithm, can be achieved and the detection circuit node traversal functions, details see the original English Notes I
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:2806
    • 提供者:Nikos
  1. particle-swarm-algorithm---matlab

    0下载:
  2. PSO 算法属于进化算法的一种,和遗传算法相似,它也是从随机解出发,通过迭代寻找最优解,它也是通过适应度来评价解的品质,但它比遗传算法规则更为简单,它没有遗传算法的“交叉”(Crossover) 和“变异”(Mutation) 操作,它通过追随当前搜索到的最优值来寻找全局最优-PSO algorithm is an evolutionary algorithm, and genetic algorithm is similar, it is starting from a random solu
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-26
    • 文件大小:20204
    • 提供者:shitou
  1. initialvmplacement

    1下载:
  2. 虚拟机放置matlab代码 随机搜索算法 效率较高 速度较快 求解结果准确 -Virtual machine placement Matlab code random search algorithm is more efficient, faster solution results accurate
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-12
    • 文件大小:3072
    • 提供者:snwang
  1. PSO_about

    0下载:
  2. 粒子群算法matlab代码吐血推荐。粒子群算法,也称粒子群优化算法,是近年来发展起来的一种新的进化算法。它是从随机解出发,通过迭代寻找最优解,通过适应度来评价解的品质,但它比遗传算法规则更为简单,它没有遗传算法的“交叉”(Crossover) 和“变异”(Mutation) 操作,它通过追随当前搜索到的最优值来寻找全局最优。这种算法以其实现容易、精度高、收敛快等优点引起了学术界的重视,并且在解决实际问题中展示了其优越性。粒子群算法是一种并行算法。-PSO algorithm matlab cod
  3. 所属分类:source in ebook

    • 发布日期:2017-05-11
    • 文件大小:2483872
    • 提供者:Charlie
  1. ARS

    0下载:
  2. Adaptive Random Search matlab code also includes P/V data as excel file
  3. 所属分类:Energy industry

    • 发布日期:2017-05-05
    • 文件大小:6624
    • 提供者:zehan
  1. RRT-master

    4下载:
  2. 用matlab实现的rrt快速随机搜索树算法,方便易于理解。(Using MATLAB to achieve the RRT fast random search tree algorithm, convenient and easy to understand.)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-25
    • 文件大小:2611200
    • 提供者:又四日
  1. 免疫优化算法在物流配送中心选址中的应用

    1下载:
  2. 免疫算法是受生物免疫系统的启发而推出的一种新型的智能搜索算法,是一种确定性和随机性选择相结合并具有"勘探"与"开采"能力的启发式随机搜索算法。 算法主要的步骤: (1)抗原识别与初始抗体产生。 (2)抗体评价 (3)免疫操作 免疫算法的特点: (1)全局搜索能力 (2)多样性保持机制 (3)鲁棒性强 (4)并行分布式搜索机制(A new intelligent i
  3. 所属分类:matlab例程

    • 发布日期:2017-12-25
    • 文件大小:27648
    • 提供者:傲视天下
  1. pso_PID_opt_3

    1下载:
  2. 一种简单的matlab中的pid算法,用于随机搜索优化算法优化PID参数,(Random search optimization algorithm to optimize PID parameters)
  3. 所属分类:其他

    • 发布日期:2018-01-04
    • 文件大小:1024
    • 提供者:oishij
  1. randomsearch

    0下载:
  2. 使用matlab语言编程,实现多机器人分区域随机搜索(Using MATLAB language programming to realize random search of multi robot region)
  3. 所属分类:Windows编程

  1. 2016.11.03DE_SVR(差分进化)

    2下载:
  2. 以优化SVR算法的参数c和g为例,对DE(差分进化)算法MATLAB源码进行了详细中文注解。(Differential Evolution algorithm (DE) is a heuristic random search algorithm based on group differences. This algorithm is proposed by R.S and k.p. rice for solving Chebyshev polynomials. DE algorithm is
  3. 所属分类:Windows编程

  1. randSearch_main

    0下载:
  2. 使用随机搜索方法,进行局部最优求解,matlab语言版本。(The random search method is used to perform local optimal search.)
  3. 所属分类:matlab例程

    • 发布日期:2018-04-22
    • 文件大小:54272
    • 提供者:tdcqren
  1. SCA:用于解决优化问题的正弦余弦算法

    1下载:
  2. 用于求解单目标优化问题的正弦余弦算法。 SCA创建多个初始随机候选解决方案,并要求它们使用基于正弦和余弦函数的数学模型向外波动或朝向最佳解决方案。几个随机和自适应变量也被集成到该算法中,以强调在不同的优化里程碑中探索和利用搜索空间。 压缩包包括:发表的论文、优化算法代码、优化工具箱。(Sine-cosine algorithm for solving single objective optimization problems. SCA creates multiple initial ra
  3. 所属分类:matlab例程

    • 发布日期:2020-01-07
    • 文件大小:3127296
    • 提供者:一江月
« 12 »
搜珍网 www.dssz.com