搜索资源列表
optmize2
- 用0.618法和fibonacci法求解单变量的最优化问题,fibonacci法有两个,可以对比,一个慢一个快
fibonacci
- In mathematics, the Fibonacci sequence is the following infinite sequence of natural numbers: The first element is 0, the second is 1 and each remaining element is the sum of the previous two: Each element of this sequence is called F
matlab-procedure
- 0.618法、Fibonacci法、抛物线法最优化方法编程,并给出了具体的实例,详细的源程序-0.618 method, Fibonacci method, the parabolic law programming optimization method, and gives specific examples and detailed source
fibonacci
- 优化理论与方法的斐波那契法的matlab程序-Optimization Theory and Methods Fibonacci law matlab program
aa
- Written fibonacci code. It reprsents a basic fibonacci series in matlab.
rozwi_zania
- fibonacci - algorytm matlab-fibonacci- algorytm matlab
matlab
- MATLAB 实现Fibonacci法和0.618法-MATLAB realization of Fibonacci method and 0.618 France
fibonacci_search
- this *.m file is the implementation of fibonacci search that is used for finding gradient vector in optimizaiton algorithm-this*.m file is the implementation of fibonacci search that is used for finding gradient vector in optimizaiton algorithm
MATLABoptimization
- matlab最优化程序包括 无约束一维极值问题 进退法 黄金分割法 斐波那契法 牛顿法基本牛顿法 全局牛顿法 割线法 抛物线法 三次插值法 可接受搜索法 Goidstein法 Wolfe.Powell法 单纯形搜索法 Powell法 最速下降法 共轭梯度法 牛顿法 修正牛顿法 拟牛顿法 信赖域法 显式最速下降法, Rosen梯度投影法 罚函数法 外点罚函数法 內点罚函数法 混合罚函数法 乘子法 G-N法 修正G-N法 L-M法
fibonaccisearch
- Fibonacci search method
Fibonacci
- 本文采用Fibonacci算法计算已知式子的最值并找到此时自变量的值-In this paper, formula known Fibonacci algorithm to find the best value and the value of the independent variables at this time
fibonacci
- fibonacci search algorithm matlab
fibonacci
- Fibonacci m file in matlab
fibonacci
- fibonacci search method optimization methods and algortihms
MATLAB-Fibonacci
- 写一个MATLAB函数fibo.m来计算Fibonacci数列,其定义如下: fibo(n+2)=fibo(n+1)+fibo(n) 此数列的初始条件如下:fibo(1)=0,fibo(2)=1。-Fibo.m write a MATLAB function to calculate the Fibonacci sequence, which is defined as follows: fibo (n+2) = fibo (n+1)+fibo (n) the initial conditio
fibonacci
- 这个文件是使用MATLAB求 斐波求极小值,压缩包内还有四个matlab源代码-this file is used to get minimum by fibonacci。the zip have four Matlab codes
Fibonacci
- 改进的黄金分割法(Fibonacci)用于求解非线性方程组的最优化问题,加上后面的main,可以求解一个产量模型最优参数的问题,并给出预测产量和累积产量的曲线。-Improved golden section method (Fibonacci) for solving nonlinear equations optimization problem, with the back of the main, a yield model can solve the problem of optima
fibonacci
- Fibonacci search method .rar
fibonacci和goldmin
- 黄金分割法和斐波那契优化方法的matlab版本(goldmin and fibonacci)
fibonacci_matlab_code_2019
- Easy code for solving fibonacci problem
