搜索资源列表
单变量寻优
- 单变量寻优基本算法的原码,包括区间取半法,0。618法、FIB法,牛顿法、二次逼近法、三次逼近法。-single - variable optimization algorithm of the original code, including the semi-admission interval, 0. 618, FIB, Newton, quadratic approximation, three approximation.
optmize2
- 用0.618法和fibonacci法求解单变量的最优化问题,fibonacci法有两个,可以对比,一个慢一个快
shiyan3
- 用一阶梯度法,共轭梯度法和变尺度法求解多变量的寻优问题,其中单变量的寻优用的是0。618法
matlab44
- 学会用MATLAB编写程序; 学会一维搜索法; 精确的一维线性搜索法:0.618法; 非精确的一维线性搜索法:goldstein法;
Opt_Golden
- 黄金搜索发也叫0.618法,该程序功能是黄金搜索算法求区间上的无约束最优化解。
0.618fa
- 三点二次插值的matlab程序和0.618法的matlab程序,-Three-point quadratic interpolation matlab matlab law procedures and procedures 0.618,
matlab-procedure
- 0.618法、Fibonacci法、抛物线法最优化方法编程,并给出了具体的实例,详细的源程序-0.618 method, Fibonacci method, the parabolic law programming optimization method, and gives specific examples and detailed source
optional
- 黄金分割法(0.618)程序,以及进退法选择优化区间-Golden section method (0.618) procedures
matlab
- MATLAB 实现Fibonacci法和0.618法-MATLAB realization of Fibonacci method and 0.618 France
0618fa
- 0.618法是根据黄金分割原理设计的,所以又称之为黄金分割法。 优选法是一种求最优化问题的方法。-0.618 method is designed based on the principle of golden, it is also called the golden section method. Optimization is an optimization problem seeking.
Newton
- matlab newton法,二分法,迭代法,0.618法,进退法-matlab newton law dichotomy, iterative method, 0.618 law, advance and retreat method
0.618-Powell-penalty-function-method
- 进退法、0.618法、Powell法、罚函数法的程序设计, 用matlab编写,解优化问题-advancing and regressing method、0.618 method、Powell method、penalty function method, write in matlab, solve optimized problems.
0.618
- 0.618法是根据黄金分割原理设计的,所以又称之为黄金分割法。 -0.618 method is based on the design principles of the golden section, it is also known golden section method.
goldensection
- 黄金分割法,用于一维搜索中的应用。方便简单,快捷,采用0.618法计算-golden section
golds
- 用0.618法求单变量函数在单峰区间[a,b]上的近似极小点-0.618 Method using a single variable functions in a single peak interval [a, b] the approximate minimum point
single
- 单变量寻优基本算法的原码,包括区间取半法,0。618法、FIB法,牛顿法、二次逼近法、三次逼近法。-The basic single-variable optimization algorithm of the original code, including taking half the interval method, 0.618 France, FIB method, Newton method, quadratic approximation, three approximation.
modi_NewtonPvailation.tar
- matlab实现的无约束修正Newton法,内含一维搜索进退法和0.618法,验证函数选择的booth函数,实验结果符合。-matlab achieve unconstrained correction Newton method, contains one-dimensional search method retreat and 0.618 method, verify booth function function selected experimental results.
minHJ
- 黄金分割法也叫0.618法,它是一种基于区间收缩的极小点搜索算法,既然极小点包含于搜索区间内,那么可以不断地缩小搜索区间,就可以使搜索区间的端点逼近到极小点-Also known as the Golden Section 0.618 method, which is based on interval contracted minimum point search algorithm, since the minimum point included in the search range,
rgd
- Rosen梯度下降法的matlab实现,线搜索采用的是0.618法,其中的目标函数可以自己修改。-Rosen gradient descent method of Matlab implementation, line search using the 0.618 method, which can modify the objective function.
智能算法
- 各种智能算法的代码教程,包括数值分析课程中的代码,一维搜索、牛顿差值、梯度法、0.618法等