搜索资源列表
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
deidai
- WXH-斐波那契数列.Koch曲线 动态的Von Koch分形曲线,中点法生成Sierpinski地毯 分形蝴蝶 -WXH-Fibonacci sequence. Koch curve dynamic Von Koch fractal curve, the mid-point method to generate fractal Sierpinski carpet Butterfly
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
dijkstra
- 带fibonacci堆的dijkstra最短路。可以编译出供matlab调用的函数。-dijkstra shortest path with fibonacci heap.Can compile a dll for matlab
MATLABoptimization
- matlab最优化程序包括 无约束一维极值问题 进退法 黄金分割法 斐波那契法 牛顿法基本牛顿法 全局牛顿法 割线法 抛物线法 三次插值法 可接受搜索法 Goidstein法 Wolfe.Powell法 单纯形搜索法 Powell法 最速下降法 共轭梯度法 牛顿法 修正牛顿法 拟牛顿法 信赖域法 显式最速下降法, Rosen梯度投影法 罚函数法 外点罚函数法 內点罚函数法 混合罚函数法 乘子法 G-N法 修正G-N法 L-M法
fibonacciSearch
- Optimization: Fibonacci Search using Matlab Spanish Demo
fibonaccisearch
- Fibonacci search method
1
- Fibonacci数列的matlab实现。
bandstructure
- 用Matlab计算负折射率Fibonacci材料的能带-Calculated using Matlab Fibonacci materials with negative refractive index band
feibonaqie
- 斐波纳契数列在现代物理、准晶体结构、化学等领域都有直接的应用,为此,美国数学会从1960年代起出版了《斐波纳契数列》季刊,专门刊载这方面的研究成果。 -Fibonacci series in modern physics, quasi-crystalline structure, chemical and other fields have direct application, for which the American Mathematical Society published si
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
MATLAB-Mfiles
- MATLAB所有的M文件,方便易懂。fibonacci数,pagerank,-MATLAB M-files, convenient and easy to understand. fibonacci number, pagerank, etc.
fibonacci
- Fibonacci m file in matlab
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
非线性规划三种方法matlab代码
- 使用matlab语言编写非线性规划中黄金分割法、斐波那契法和牛顿法,可以使用这三种方法求解(The use of MATLAB language gold in nonlinear programming segmentation method, Fibonacci method and Newton method, these three methods can be used to solve)