Description: 黄金分割法求解下单峰函数的极小值
是一个比较好的代码-Golden section method of single peak function of the minimum value is a better code Platform: |
Size: 1024 |
Author:夏天 |
Hits:
Description: 非线性规划中的最速下降法,黄金分割法,阻尼牛顿法,牛顿切线法.-Non-linear programming in the steepest descent method, golden section method, damping Newton s Law, Newton s tangent method. Platform: |
Size: 2048 |
Author: |
Hits:
Description: 最优化学习的Matlab程序:包括最速下降法,黄金分割法,曲线拟合等.-Matlab optimization learning process: including the steepest descent method, golden section method, such as curve fitting. Platform: |
Size: 5120 |
Author:lin |
Hits:
Description: 优化设计C语言程序
进退法找区间、坐标轮换发、黄金分割法、区间消去法等-Optimal Design of C language program to advance and retreat method to find range, coordinates the rotation of hair, golden section method, interval elimination method, etc. Platform: |
Size: 4096 |
Author:donghongquan |
Hits:
Description: 黄金分割法求极小值
功能:用黄金分割法求f(x)在区间[a,b]上的近似极小值。当且仅当f(x)在[a,b]上为单峰时次方法适用
-Golden section method for the minimum functions: golden section method used for f (x) in the interval [a, b] on the approximate minimum. If and only if f (x) in [a, b] for the single-peak method can be applied at times Platform: |
Size: 1024 |
Author:songzhaozhe |
Hits:
Description: 用进退法求初始区间,然后用黄金分割法求函数的极小值。-Advance and retreat method with the initial interval, and then golden section method using the minimum function. Platform: |
Size: 1024 |
Author:liwei |
Hits:
Description: 机械优化设计的作业 包括一维搜索方法(二次差值,牛顿法,黄金分割法),以及最速下降法和内点惩罚函数法及等值线图-Optimal Design of mechanical operations, including one-dimensional search method (the second difference, Newton' s law, golden section method), and the steepest descent method and interior point penalty function method and the contour map Platform: |
Size: 12697600 |
Author:王正宇 |
Hits:
Description: 采用matlab语言实现黄金分割 不精确一维搜索 DFP BFGS 算法,全部原创 仅供参考-Language implementation using matlab inexact one-dimensional golden section search DFP BFGS algorithm, all the original for reference only Platform: |
Size: 12288 |
Author:孙浩 |
Hits:
Description: matlab最优化程序包括
无约束一维极值问题
进退法 黄金分割法 斐波那契法 牛顿法基本牛顿法 全局牛顿法 割线法 抛物线法 三次插值法 可接受搜索法
Goidstein法 Wolfe.Powell法
单纯形搜索法 Powell法 最速下降法
共轭梯度法 牛顿法 修正牛顿法
拟牛顿法 信赖域法 显式最速下降法,
Rosen梯度投影法
罚函数法 外点罚函数法 內点罚函数法
混合罚函数法 乘子法
G-N法 修正G-N法 L-M法
线性规划 单纯形法 修正单纯形法
大M法 变量有界单纯形法
整数规划 割平面法 分支定界法
0-1规划 二次规划
拉格朗曰法 起作用集算法
路径跟踪法
粒子群优化算法 基本粒子群算法 带压缩因子的粒子群算法 权重改进的粒子群算法
线性递减权重法 自适应权重法
随机权重法 变学习因子的粒子群算法
同步变化的学习因子
异步变化的学习因子 二阶粒子群算法
二阶振荡粒子群算法
-matlab optimization process includes
Non-binding one-dimensional extremum problems
Advance and retreat method Golden Section Fibonacci method of basic Newton s method Newton s method Newton s Law of the global secant method parabola method acceptable to the three interpolation search method
  Goidstein France Wolfe.Powell France
Simplex search method Powell steepest descent method
Conjugate gradient method Newton s method Newton s method to amend
Quasi-Newton Method trust region method explicitly steepest descent method,
Rosen gradient projection method
Penalty function method outside the penalty function method within the penalty function method
Mixed penalty function multiplier method
  G-N was amended in G-N method L-M method
Of linear programming simplex method, revised simplex method
Big M method variables bounded simplex method,
Cutting Plane Method integer programming branch and bound method
0-1 programming quadratic programming
Platform: |
Size: 38912 |
Author:百位过 |
Hits:
Description: 该code是黄金分割算法matlab程序,给定一个方程和变量取值范围,通过该code即可找到目标函数最小值,是优化分析过程中很好的一个基本算法.-this code is the golden-section algorithm. For a given range of design variables, the code can find the maximum of objective function. This code is a basic and useful algorithm in optimization method. Platform: |
Size: 25600 |
Author:王明 |
Hits:
Description: MATLAB黄金分割法求最小值,在区间中点的函数值作为返回值。-Golden Section Method MATLAB minimum, midpoint in the range of the function value as the return value. Platform: |
Size: 1024 |
Author:刘 |
Hits:
Description: 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. Platform: |
Size: 1024 |
Author:马晓敏 |
Hits:
Description: 本书附带光盘中包括了作者全书所有自己编写的算法对应的MATLAB的M文件。所有代码按照章节存放在各个文件夹下,如“第6章 无约束一维极值问题”文件夹下存放了本书第6章所有的算法程序代码。对于算法的程序代码,在光盘中存为同函数名的M文件,例如,minHJ.m表示用黄金分割法求解一维函数的极值的程序,依此类推。(The book contains CD-ROM, including all the M files of the MATLAB written by the author. All the code is stored in chapters under various folders, such as "Chapter 6 unconstrained one-dimensional extreme value problems" folder, all the algorithm code in Chapter 6 of this book. For the program code of the algorithm, the M file with the same function name is stored on the CD. For example, minHJ. M represents the program that uses golden section method to solve the extremum of one-dimensional function, and so on.) Platform: |
Size: 30083072 |
Author:带带右边锋 |
Hits: