搜索资源列表
单变量寻优
- 单变量寻优基本算法的原码,包括区间取半法,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法
0.618法优化设计程序
- 优化设计中的优化设计中的0.618法程序
利用c语言编写的最速下降法程序
- 利用c语言编写的最速下降法程序,其中包括利用进退法和0.618法进行的一维搜索,Use c language steepest descent method procedures, including the use of advance and retreat method and 0.618 for one-dimensional search
机械优化设计黄金分割法程序
- 机械优化设计,黄金分割法程序,程序可以在vc6.00++环境运行,Optimal Design of Machinery, golden section method procedures, the procedures can vc6.00++ environment to run
0.618andFibnacci.rar
- 0.618法和费波南希发的程序设计,适合于最优化的编写程序设计,在最优化当中常用到。,0.618 and charges issued by波南希programming, suitable for optimizing the procedure to prepare the design, in the most commonly used to optimize them.
optimization.rar
- 最优化方法的一些基本算法的实现:1,0.618法;2,牛顿法;3,改进牛顿法;4,FR法;5,DFP法,Ways to optimize some of the basic algorithm implementation: 1,0.618 method 2, Newton' s method 3, improved Newton method 4, FR Act 5, DFP method
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
hjfg
- 优化设计一维搜索方法的黄金分割法,又称作0.618法!-Optimal Design of one-dimensional search method of golden section method, also known as the 0.618 Act!
opti
- 最优化方法的实现算法,分别有0.618法,共轭梯度法,等-The realization of optimization algorithm
0.618
- 0.618法求解目标函数的最小值,可以作为子程序使用,程序代表很简练实用-0.618 minimum objective function method can be used as a subroutine, procedure on behalf of a very concise and practical
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.
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.
0.618
- 学会用MATLAB编写程序; 学会一维搜索法; 精确的一维线性搜索法:0.618法; 非精确的一维线性搜索法:goldstein法;-Learn how to use MATLAB programming Society of one-dimensional search method precise linear one-dimensional search method: 0.618 law non-accurate one-dimensional linear search method:
0.618-program
- 0.618法,用于寻找一元函数固定区间内的极小点-0.618 program,Used to find the minimum point functions of one variable within the fixed interval
0.618
- 0.618法——研究生优化设计课程里面一种传统的优化方法,方法简单,易学,此文件仅作编程交流。-0.618- Graduate optimized design course inside a traditional optimization methods, the method is simple, easy to learn, this document is for the exchange program.
智能算法
- 各种智能算法的代码教程,包括数值分析课程中的代码,一维搜索、牛顿差值、梯度法、0.618法等