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

搜索资源列表

  1. cpp1

    0下载:
  2. 共轭梯度法求解函数极小值,对于学习者将会有很大的帮助-Conjugate Gradient Method for the function minimum, the learners will be of great help
  3. 所属分类:Algorithm

    • 发布日期:2017-04-16
    • 文件大小:185777
    • 提供者:林林
  1. minHJ

    0下载:
  2. 利用黄金分割法来求解目标函数的局部极小值。-Functions using golden section method for the minimum.
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:557
    • 提供者:heyubo
  1. program

    0下载:
  2. 读取excel中的信号数据,并找出其中的极大值和极小值。-Read excel in the signal data, and find out where the maximum and minimum values.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-10
    • 文件大小:974
    • 提供者:Nan Wang
  1. min

    0下载:
  2. sift算法中特征点提取时,极小值的提取。-sift min
  3. 所属分类:Special Effects

    • 发布日期:2017-03-31
    • 文件大小:713
    • 提供者:liyingchao
  1. pso

    0下载:
  2. 模拟退火算法——组合优化 模拟退火算法主要用于解决组和优化问题,它是模拟物理中晶体物质的退火过程而开发的一种优化算法。在对固体物质进行模拟退火处理时,通常先将它加温熔化,使其中的粒子可自由运动,然后随着温度的逐渐下降,粒子也逐渐形成了低能态的晶格。若在凝结点附近的温度下降速率足够慢,则固体物质一定会形成最低能态的基态。 对于组合优化问题来说,它也有这样的类似过程。组合优化问题解空间中的每一点都代表一个具有不同目标函数值的解。所谓优化,就是在解空间中寻找目标函数最小(大)解的过程。若把目标
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:27045
    • 提供者:ccc
  1. caipianwenti

    0下载:
  2. 根据参考答案中的模型,本程序分别对K1、K2、K3、K4型彩票进行求解,并对n、m的各种组合进行循环。求解时,首先计算当前n、m的各奖项获奖概率,然后随机生成多个初始值,调用fmincon函数寻找目标函数的最小值(原目标函数要求极大,但fmincon是寻找极小,故令原目标函数乘以(-1),寻找新目标函数的极小值),最后比较各种类型彩票的求解结果,输出对应最大的原目标函数的解。-The answer in the reference model, this procedure separately
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:4952
    • 提供者:wanwgei
  1. newton

    0下载:
  2. 牛顿法求解函数极小值,代码简单,适合初学者学习使用。-newton ways ,easy for studying ,easy for learning
  3. 所属分类:Algorithm

    • 发布日期:2017-03-31
    • 文件大小:561
    • 提供者:huangjinhuang
  1. K-NN

    0下载:
  2. 最近邻求解函数极小值,简单方便,易于理解,方便解读。-better for reading,better for righting
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:1082
    • 提供者:huangjinhuang
  1. 23435275

    0下载:
  2. 求解函数极小值,,非常适用,简单方便,易于理解,方便解读。-better for loving ,better for righting
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-10
    • 文件大小:665
    • 提供者:huangjinhuang
  1. minPRPFDD

    1下载:
  2. 共轭梯度法的prp方法结合非单调法求解多维函数的极小值,在此前必须编写好一为搜索函数-Minimum prp method combined with non-monotonic conjugate gradient method for solving multidimensional function must be written in the previous one for search function
  3. 所属分类:Other systems

    • 发布日期:2017-11-25
    • 文件大小:835
    • 提供者:
  1. minGETDPRPWP

    0下载:
  2. 共轭梯度法的prp方法结合wolfe-powell法求解多维函数的极小值,在此前必须编写好一为搜索函数-Minimum of Conjugate Gradient Method the prp method combined wolfe-powell method to solve the multi-dimensional function must be written in the previous one for search function
  3. 所属分类:Other systems

    • 发布日期:2017-11-18
    • 文件大小:883
    • 提供者:
  1. minGETDFRWP

    0下载:
  2. 共轭梯度法的FR方法结合wolfe-powell搜索,求解多维函数的极小值,在此前必须编写好一为搜索函数-FR method combined with the conjugate gradient method wolfe-powell search for solving multidimensional function minimum, must be written in the previous one for the search function
  3. 所属分类:Other systems

    • 发布日期:2017-11-06
    • 文件大小:809
    • 提供者:
  1. Mark-a-watershed-segmentation

    0下载:
  2. 分五个部分讲解:1.计算分割函数。图像中较暗的区域是要分割的对象。 2.计算前景标志。这些是每个对象内部连接的斑点像素。 3.计算背景标志。这些是不属于任何对象的像素。 4.修改分割函数,使其仅在前景和后景标记位置有极小值。 5.对修改后的分割函数做分水岭变换计算。-Divided into five sections explain: (1) Calculate the partition function. The dark areas in the image is the
  3. 所属分类:Special Effects

    • 发布日期:2016-04-24
    • 文件大小:2497536
    • 提供者:吴晓辰
  1. minGETDFRHJ

    0下载:
  2. 共轭梯度法的FR方法结合黄金分割法求解多维函数的极小值,在此前必须编写好一为搜索函数-Minimum value of the FR conjugate gradient method combined with golden section method to solve the multi-dimensional function must be written in the previous one for search function
  3. 所属分类:Other systems

    • 发布日期:2017-11-25
    • 文件大小:833
    • 提供者:
  1. ga

    0下载:
  2. 本算法采用遗传算法求解目标函数的极小值,不易陷入局部极值- This algorithm uses a genetic algorithm for the minimum of the objective function, is not easy to fall into local minima
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-16
    • 文件大小:242245
    • 提供者:刘娟
  1. AdaptiveMedianFilter

    0下载:
  2. 在标准中值滤波的基础上,当处理每一个象素时,判断该象素是否是滤波窗口所覆盖下邻域象素的极大或者极小值。如果是,则采用正常的中值滤波处理该象素;如果不是,则不予处理。-On the basis of the standard median filter, whether the pixel is large or very small values of the filter window which is covered under the neighborhood pixel. If yes,
  3. 所属分类:Special Effects

    • 发布日期:2017-04-11
    • 文件大小:1009
    • 提供者:nhh
  1. emd

    0下载:
  2. emd分解是对原始信号分解得到各个分量的过程,它的核心是通过找出信号的极大值和极小值点拟合出上下包络从而得到平均包络。-The emd decompose each component of the process of decomposition of the original signal, its core is by identifying the maximum and minimum points of the signal fitting upper and lower envel
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:560
    • 提供者:陌陌
  1. trajectory-optimization

    0下载:
  2. 针对登月舱上升段轨迹优化问题,建立上升舱动力学模型,用无量纲技术建立最优控制模型;以燃料消耗最优为指标,利用Pontrjagin极小值原理,将问题转化为时间自由的两点边值问题(TPBVP)。采用一种基于初值猜测方法和向前扫描法求解TPBVP,得到最优上升轨迹。仿真结果表明:此方法收敛速度快、可靠性高,为月面返回实际应用提供一定的参考。-According to the problem of trajectory optimization for the lunar module in ascen
  3. 所属分类:software engineering

    • 发布日期:2017-04-01
    • 文件大小:357774
    • 提供者:chenshan
  1. Adaptiveconstrainedparticleswarm

    0下载:
  2. 针对粒子群优化算法应用于约束优化问题时易陷入局部极小值的问题, 提出了一种改进的粒子群优化算 法. 该算法综合了约束优化问题的目标函数值和约束函数的违反度值作为粒子群优化算法的双适应度值, 采用了 双适应值动态判断粒子群优化算法中粒子的优劣. 违反度值的计算引入了自适应加权系数, 相应地提出了调整各 权系数的自适应策略, 并改进了粒子群优化算法的粒子竞争选择策略, 拓展了粒子群优化算法的单适应值的应用 范围.应用约束自适应粒子群优化算法实现了城市水厂的节能优化调度. 结果表明,
  3. 所属分类:matlab

    • 发布日期:2016-10-26
    • 文件大小:212992
    • 提供者:吴胜亮
  1. Optimal-control-applied-basic

    0下载:
  2. 最优控制是现代控制理论的核心,它研究的主要问题是:在满足一定约束条件下,寻求最优控制策略,使得性能指标取极大值或极小值-The optimal control is the core of modern control theory it is the main problem is: conditions meet certain constraints, finding the optimal control strategy, and performance to take the max
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-12
    • 文件大小:2903904
    • 提供者:朱盼盼
« 1 2 3 4 5 67 8 9 10 11 ... 15 »
搜珍网 www.dssz.com