搜索资源列表
niudun
- 用拟牛顿法求极小值点- Of quasi-Newton method for the minimum point
min
- 求极小值点 求极小值点 求极小值点 -fminfminfminfminfminfminfminfminfmin
watershed_serial
- 分水岭分割方法,是一种基于拓扑理论的数学形态学的分割方法,其基本思想是把图像看作是测地学上的拓扑地貌,图像中每一点像素的灰度值表示该点的海拔高度,每一个局部极小值及其影响区域称为集水盆,而集水盆的边界则形成分水岭。分水岭的概念和形成可以通过模拟浸入过程来说明。在每一个局部极小值表面,刺穿一个小孔,然后把整个模型慢慢浸入水中,随着浸入的加深,每一个局部极小值的影响域慢慢向外扩展,在两个集水盆汇合处构筑大坝,即形成分水岭。 -Watershed segmentation method is a
SGA
- fortran语言写的遗传算法程序,用来求函数极小值-genetic algorithm fortran program written in the language used to find the function minimum
minPRPFDD
- 共轭梯度法的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
minGETDPRPWP
- 共轭梯度法的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
minGETDFRWP
- 共轭梯度法的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
minGETDFRHJ
- 共轭梯度法的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
zuiyouhua
- 用C++编写,黄金分割法进行的一维极小值点搜索-With C++ writing, golden section method, the minimum value of the one-dimensional point search
rosenbergtrustregion
- 基于信任域算法求解rosenberg函数的极小值问题-Trust region algorithm for solving the rosenberg function minimum value
rosenberg-linearsearch
- 基于线搜索算法求解rosenberg函数的极小值问题-Based on line search algorithm for solving the problem of the rosenberg function minimum value
inner
- 属于智能科学领域中的一个辅助学科-最优化。其方法为内点法,用于求解一已知函数的最小值。通过障碍函数的构建,使得最小值在约束条件内寻找,从而解决了有约束条件的极小值问题。-Belong to a secondary disciplines in the field of intelligent science- optimization. Its methodology for the interior point method for solving a known function of th
detect
- 求给定数据的极大值点和极小值点,给出其坐标值及数据值-Seeking to maxima of the given data point and the minimum point, given its coordinates and data values
fmin
- 用 matlab 求一维函数的极小值。包括黄金分割法 三次插值法求极值,带迭代计数器-Seeking a minimum of a one-dimensional function using matlab. The three interpolation extremum with the iteration counter
work
- 离散点的极值寻找。一组离散数据中的极大值或者极小值点,不同于fmax函数-Discrete extremum looking. Maxima or minima of a set of discrete data points, unlike fmax function
sga
- 遗传算法求函数极大极小值,可用于简单的最优控制-Genetic algorithms function Minimax, optimal control for simple
findmaxpeaks
- matlab 程序代码 用于寻找一列离散数据的极大值点和极小值点-matlab findpeaks
bfgsopt
- BFGS法求多元函数的极小值,用迭代方式进行线性搜索。-The minimal value of multivariate function by BFGS method
Powell
- 鲍威尔优化算法:多维无约束优化算法是在无约束优化算法之一,首先选取一组共轭方向,从某个初始点出发,求目标函数在这些方向上的极小值点,然后以该点为新的出发点,重复这一过程直到获得满意解,其优点是不必计算目标函数的梯度就可以在有限步内找到极值点。 鲍威尔法是以共轭方向为基础的收敛较快的直接法之一,是一种十分有效的算法。-Powell optimization algorithm
local_max_finder
- 获取二维图中的极大/极小值: IDL没有提供直接实现该功能的函数;但我们可以通过判断一个点左右两个点的值来进行,如果第i点的前一个点(i-1)与后一个点(i+1)的值都小于i点的值,则可以判断这个点是一个极值点,然后将该点添加到之前定义的链表中,在算法结尾处作为一个数组返回。-Finding multiple local max/min values for 2D plots with IDL
